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