Jackson guide: on/off configuration features
Jackson has full suite of simple on/off features that can be used for configuring various aspects of processing. They are divided into feature groups as follows:
Configuring Streaming processing
At lowest level there are 2 configuration feature groups that control Streaming processing:
JsonParser.Features for configuring streaming JSON reading (JsonParser)
JsonGenerator.Features for configuring streaming JSON writing JsonGenerator)
Configuring Data Binding
In addition there 2 configuration feature groups that control Data binding:
DeserializationConfig.Feature for configuring JSON-to-java part of data binding (ObjectMapper)
SerializationConfig.Feature for configuring Java-to-JSON part of data binding (ObjectMapper)
