Interface | Description |
---|---|
JsonConfiguration |
Base interface for application-level json configuration.
|
JsonFeatures |
Base interface for json feature classes that can be scanned from annotations.
|
JsonMapper |
Common abstraction for mapping json to data structures.
|
Class | Description |
---|---|
JsonObjectSerializer |
An implementation of the
ObjectSerializer interface for Jackson. |
JsonStreamConfig |
Configuration for json stream parsing and generation.
|