public interface ObjectMapperConfiguration
ObjectMapper| Modifier and Type | Method and Description |
|---|---|
org.codehaus.jackson.map.ObjectMapper |
configureObjectMapper(Class<?> objectType,
org.codehaus.jackson.map.ObjectMapper mapper) |
org.codehaus.jackson.map.ObjectMapper configureObjectMapper(Class<?> objectType, org.codehaus.jackson.map.ObjectMapper mapper)
objectType - type of object that is going to be mappedmapper - mapper to be configuredCopyright © 2018. All rights reserved.