| Class | Description |
|---|---|
| Possible<T> |
Represents a JSON property that may be absent, but never null if it's present.
|
| PossibleDeserializer | |
| PossibleDeserializers | |
| PossibleFilter | |
| PossibleLong | |
| PossibleLongSerializer | |
| PossibleModule |
Jackson Module for the Possible mechanism.
|
| PossibleSerializer |
Jackson Serializer for
Possible. |
| PossibleSerializers | |
| PossibleTypeModifier | |
| UnknownPropertyHandler | |
| UnsignedLongDeserializer | |
| UnsignedLongSerializer |
| Annotation Type | Description |
|---|---|
| PossibleJson | |
| UnsignedJson |
POJO fields which represent Snowflake IDs should be annotated with this to indicate that they should be
(de)serialized as unsigned longs.
|