package jackson
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed class PlayJsonMapperModule extends SimpleModule
Deprecated Type Members
- sealed class PlayJsonModule extends PlayJsonMapperModule
The Play JSON module for Jackson.
Deprecated Value Members
- object PlayJsonModule extends PlayJsonModule
- Annotations
- @deprecated
- Deprecated
(Since version 2.6.11) Use PlayJsonModule class instead
The Play JSON module for Jackson.
This can be used if you want to use a custom Jackson ObjectMapper, or more advanced Jackson features when working with JsValue. To use this:
(Since version 2.9.4) Use PlayJsonMapperModule class instead