public class JacksonModule extends Object implements com.google.inject.Module
| Constructor and Description | 
|---|
JacksonModule()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
configure(com.google.inject.Binder binder)  | 
com.fasterxml.jackson.databind.ObjectMapper | 
jsonMapper()  | 
com.fasterxml.jackson.databind.ObjectMapper | 
smileMapper()  | 
public void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Module@Provides public com.fasterxml.jackson.databind.ObjectMapper jsonMapper()
@Provides public com.fasterxml.jackson.databind.ObjectMapper smileMapper()
Copyright © 2011–2018. All rights reserved.