-
Notifications
You must be signed in to change notification settings - Fork 111
JacksonOnOffFeatures
Paul Brown edited this page Oct 19, 2011
·
1 revision
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:
At lowest level there are 2 configuration feature groups that control JacksonStreamingApi:
- JacksonFeaturesParsers for configuring streaming JSON reading (JsonParser)
- JacksonFeaturesGenerators for configuring streaming JSON writing JsonGenerator)
In addition there 2 configuration feature groups that control JacksonDataBinding:
- JacksonFeaturesDeserialization for configuring JSON-to-java part of data binding (ObjectMapper)
- JacksonFeaturesSerialization for configuring Java-to-JSON part of data binding (ObjectMapper)
CategoryJackson