public class ObjectMapperConfiguration extends AbstractObjectMapperConfiguration
silicondust
ObjectMapper
ObjectMapperConfiguration
.
Key | Value |
---|---|
FAIL_ON_UNKNOWN_PROPERTIES | false |
REGISTER_MODULES | true |
FAIL_ON_IGNORED_PROPERTIES | false |
INDENT_OUTPUT | true |
ACCEPT_CASE_INSENSITIVE_PROPERTIES | true |
AbstractObjectMapperConfiguration.Feature
Modifier and Type | Field and Description |
---|---|
static ObjectMapperConfiguration |
INSTANCE
|
static ObjectMapper |
MAPPER
An
ObjectMapper configured with INSTANCE . |
CHARSET
defaults
Constructor and Description |
---|
ObjectMapperConfiguration() |
configure, newObjectMapper
configure, configure, load, load, store, store
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
public static final ObjectMapperConfiguration INSTANCE
public static final ObjectMapper MAPPER
ObjectMapper
configured with INSTANCE
.public ObjectMapperConfiguration()
Copyright © 2015–2020 Allen D. Ball. All rights reserved.