public class ObjectMapperConfiguration extends AbstractObjectMapperConfiguration
JSONBean ObjectMapper
ObjectMapperConfiguration.
| Key | Value |
|---|---|
| FAIL_ON_UNKNOWN_PROPERTIES | false |
| FAIL_ON_IGNORED_PROPERTIES | false |
| INDENT_OUTPUT | true |
AbstractObjectMapperConfiguration.Feature| Modifier and Type | Field and Description |
|---|---|
static ObjectMapperConfiguration |
INSTANCE
|
static ObjectMapper |
MAPPER
An
ObjectMapper configured with INSTANCE. |
CHARSETdefaults| Constructor and Description |
|---|
ObjectMapperConfiguration() |
configure, newObjectMapperconfigure, configure, load, load, store, storegetProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML, stringPropertyNamesclear, 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, valuespublic static final ObjectMapperConfiguration INSTANCE
public static final ObjectMapper MAPPER
ObjectMapper configured with INSTANCE.public ObjectMapperConfiguration()
Copyright © 2015–2020 Allen D. Ball. All rights reserved.