All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description BinaryDataStrategy Specifies predefined binary data handling strategies.DeserializationContext Provides JSONB Mapper functionality on top of JSONP parser.Jsonb Jsonb
provides an abstraction over the JSON Binding framework operations:JsonbAdapter<Original,Adapted> Allows to define custom mapping for given java type.JsonbAnnotation Marks any relevant JSON Binding annotations.JsonbBuilder JsonbBuilder class provides the client's entry point to the JSON Binding API.JsonbConfig JsonbCreator This annotation identifies the custom constructor or factory method to use when creating an instance of the associated class.JsonbDateFormat Annotation provides way how to set custom date format to field or JavaBean property.JsonbDeserializer<T> Interface representing a custom deserializer for a given type.JsonbException Root class for all JSON Binding exceptions.JsonbNillable Specifies how fields having null values are serialized into JSON.JsonbNumberFormat Annotation provides way how to set custom number format to field or JavaBean property.JsonbProperty Allows customization of field (or JavaBean property) name.This name is used either in serialization or in deserialization.JsonbPropertyOrder Specifies order in which properties are serialized.JsonbProvider Service provider for JSON Binding implementations.JsonbSerializer<T> Interface representing a custom serializer for given type.JsonbTransient Prevents mapping of a Java Bean property, field or type to JSON representation.JsonbTypeAdapter Annotation provides way how to set custom JsonbAdapter to field or JavaBean property.JsonbTypeDeserializer Annotation provides way how to set custom JsonbDeserializer to field or JavaBean property.JsonbTypeSerializer Annotation provides way how to set custom JsonbSerializer to field or JavaBean property.JsonbVisibility Annotation provides way how to customize visibility strategy of the JSON Binding.PropertyNamingStrategy Allows to define custom property naming strategy.PropertyOrderStrategy Specifies predefined property order strategies.PropertyVisibilityStrategy Provides mechanism how to define customized property visibility strategy.SerializationContext Provides JSONB internals for custom serializers.