- Notifications
You must be signed in to change notification settings - Fork114
JacksonOnOffFeatures
Paul Brown edited this pageOct 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 controlJacksonStreamingApi:
- JacksonFeaturesParsers for configuring streaming JSON reading (JsonParser)
- JacksonFeaturesGenerators for configuring streaming JSON writingJsonGenerator)
In addition there 2 configuration feature groups that controlJacksonDataBinding:
- JacksonFeaturesDeserialization for configuring JSON-to-java part of data binding (ObjectMapper)
- JacksonFeaturesSerialization for configuring Java-to-JSON part of data binding (ObjectMapper)
CategoryJackson