Uses of Interface
javax.json.bind.serializer.JsonbDeserializer
-
Packages that use JsonbDeserializer Package Description javax.json.bind Provides JSON Binding API, which enables binding Java objects from and to JSON documents.javax.json.bind.annotation Defines annotations for customizing the mapping between Java program elements and JSON documents. -
-
Uses of JsonbDeserializer in javax.json.bind
Methods in javax.json.bind with parameters of type JsonbDeserializer Modifier and Type Method Description JsonbConfigJsonbConfig. withDeserializers(JsonbDeserializer... deserializers)Property used to specify custom deserializers. -
Uses of JsonbDeserializer in javax.json.bind.annotation
Methods in javax.json.bind.annotation that return types with arguments of type JsonbDeserializer Modifier and Type Method Description Class<? extends JsonbDeserializer>value()CustomJsonbDeserializerwhich provides custom mapping for given field or JavaBean property.
-