public class ObjectMapperBuilder
extends java.lang.Object
Constructor and Description |
---|
ObjectMapperBuilder() |
Modifier and Type | Method and Description |
---|---|
ObjectMapperBuilder |
addExcludedProperties(java.lang.Class clazz,
java.lang.String... properties) |
ObjectMapperBuilder |
addIncludedProperties(java.lang.Class clazz,
java.lang.String... properties) |
ObjectMapperBuilder |
excludeAllProperties() |
protected static java.text.DateFormat |
getDateFormat() |
com.fasterxml.jackson.databind.ObjectMapper |
getMapper() |
ObjectMapperBuilder |
ignoreDefaultDataConfiguration() |
ObjectMapperBuilder |
replaceDefaultJsonConfiguration(java.lang.Class clazz,
JsonConfiguration jsonConf) |
ObjectMapperBuilder |
setDateFormat(java.text.DateFormat dateFormat) |
ObjectMapperBuilder |
setDateFormat(java.lang.String... formats) |
ObjectMapperBuilder |
setJcmsDataSerializerMaxDepth(int maxDepth) |
public ObjectMapperBuilder excludeAllProperties()
public ObjectMapperBuilder setJcmsDataSerializerMaxDepth(int maxDepth)
public ObjectMapperBuilder setDateFormat(java.text.DateFormat dateFormat)
public ObjectMapperBuilder setDateFormat(java.lang.String... formats)
public ObjectMapperBuilder ignoreDefaultDataConfiguration()
public ObjectMapperBuilder replaceDefaultJsonConfiguration(java.lang.Class clazz, JsonConfiguration jsonConf)
public ObjectMapperBuilder addIncludedProperties(java.lang.Class clazz, java.lang.String... properties)
public ObjectMapperBuilder addExcludedProperties(java.lang.Class clazz, java.lang.String... properties)
public com.fasterxml.jackson.databind.ObjectMapper getMapper()
protected static java.text.DateFormat getDateFormat()
Copyright © 2001-2017 Jalios SA. All Rights Reserved.