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 |
|---|---|
com.fasterxml.jackson.databind.ObjectMapper |
configureObjectMapper(Class<?> objectType,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
public static final String JSON_CLASS_PROPERTY
public com.fasterxml.jackson.databind.ObjectMapper configureObjectMapper(Class<?> objectType, com.fasterxml.jackson.databind.ObjectMapper mapper)
configureObjectMapper in interface ObjectMapperConfigurationobjectType - type of object that is going to be mappedmapper - mapper to be configuredCopyright © 2018. All rights reserved.