public abstract class AbstractObjectMapperConfiguration extends PropertiesImpl
ObjectMapper
configurations. The typical
implementation is a trivial subclass combined with a corresponding
Properties
file.Modifier and Type | Class and Description |
---|---|
static class |
AbstractObjectMapperConfiguration.Feature
Features supported by this configuration.
|
CHARSET
defaults
Modifier | Constructor and Description |
---|---|
protected |
AbstractObjectMapperConfiguration()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
ObjectMapper |
configure(ObjectMapper mapper)
Method to configure an
ObjectMapper . |
ObjectMapper |
newObjectMapper()
Method to return a new, configured
ObjectMapper . |
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
protected AbstractObjectMapperConfiguration()
public ObjectMapper configure(ObjectMapper mapper)
ObjectMapper
.mapper
- The ObjectMapper
to configure.ObjectMapper
.public ObjectMapper newObjectMapper()
ObjectMapper
.ObjectMapper
.Copyright © 2015–2020 Allen D. Ball. All rights reserved.