ContentDeserializer |
Extracts Content links map from specific "hidden" _links map entries.
|
CustomSerializerModuleFactory |
Provides custom jackson serializers for our model.
|
CustomValueInstantiators |
Provides ValueInstantiator overrides, such as the one used for ApiEnum.
|
Dates |
Utility class for formatting and parsing date and date/time objects in ISO8601 format.
|
DateTimeDeserializer |
Deserializers DateTime instances from the String representation using the TIME_FORMAT in Dates
|
DateTimeSerializer |
Serializes DateTime to string using the TIME_FORMAT in Dates
|
DefaultRestEntityFactory |
|
EnrichedMapDeserializer |
Deserializes maps that have been enriched with extra properties such as _links and _expandable.
|
InstantSerializer |
Serializes DateTime to string using the TIME_FORMAT in Dates
|
JsonStringDeserializer |
|
JsonStringSerializer |
|
MapAndKeyValuePairDeserializer |
Deserialize either a map json object, or a key-value pair json array as a map.
|
OffsetDateTimeDeserializer |
|
OffsetDateTimeSerializer |
|
OptionalDeserializer |
|
OptionalSerializer |
Serialize java Optional classes.
|
OptionDeserializer |
Deprecated.
|
OptionSerializer |
Deprecated.
|
PageResponseSerializer |
A Serializer that can handle PageResponses, that also includes special case logic to handle RestList's enriched
properties.
|
RestData |
An class carries the settings needed for an rest operationKey
This class contains a property bag for REST operationKey that we have to pass extra parameters in Http body.
|
RestData.RestDataBuilder |
|
RestEntityConverter |
Converts a rest entity to an enrichable entity.
|
RestEntitySerializer |
|
RestListDeserializer |
Deserializer for RestList.
|
SerializerModule |
Module containing the custom serializers required to serialize the entities in the REST API
|
SerializerModule.ConfluenceBeanDeserializerModifier |
|
SerializerModule.ConfluenceJacksonDeserializers |
|
SpaceDeserializer |
Extracts Space links map from specific "hidden" _links map entries.
|