public class ObjectMapperFactory extends Object
Constructor and Description |
---|
ObjectMapperFactory() |
Modifier and Type | Method and Description |
---|---|
protected static com.fasterxml.jackson.databind.ObjectMapper |
createJson() |
protected static com.fasterxml.jackson.databind.ObjectMapper |
createJson(boolean includePathDeserializer,
boolean includeResponseDeserializer) |
protected static com.fasterxml.jackson.databind.ObjectMapper |
createYaml() |
protected static com.fasterxml.jackson.databind.ObjectMapper |
createYaml(boolean includePathDeserializer,
boolean includeResponseDeserializer) |
protected static com.fasterxml.jackson.databind.ObjectMapper createJson()
protected static com.fasterxml.jackson.databind.ObjectMapper createJson(boolean includePathDeserializer, boolean includeResponseDeserializer)
protected static com.fasterxml.jackson.databind.ObjectMapper createYaml()
protected static com.fasterxml.jackson.databind.ObjectMapper createYaml(boolean includePathDeserializer, boolean includeResponseDeserializer)
Copyright © 2019. All Rights Reserved.