public class DefaultObjectMapperConfiguration extends Object implements ObjectMapperConfiguration
ObjectMapper with configuration:
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_CLASS_PROPERTY |
| Constructor and Description |
|---|
DefaultObjectMapperConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.jackson.map.ObjectMapper |
configureObjectMapper(Class<?> objectType,
org.codehaus.jackson.map.ObjectMapper mapper) |
public static final String JSON_CLASS_PROPERTY
public org.codehaus.jackson.map.ObjectMapper configureObjectMapper(Class<?> objectType, org.codehaus.jackson.map.ObjectMapper mapper)
configureObjectMapper in interface ObjectMapperConfigurationobjectType - type of object that is going to be mappedmapper - mapper to be configuredCopyright © 2018. All rights reserved.