@JsonbAnnotation @Retention(value=RUNTIME) @Target(value={ANNOTATION_TYPE,TYPE,FIELD,METHOD}) public @interface JsonbTypeDeserializer
Annotation provides way how to set custom JsonbDeserializer to field or JavaBean property.
Usage
The @JsonbDeserializer
annotation can be used with the following
program elements:
Modifier and Type | Required Element and Description |
---|---|
Class<? extends JsonbDeserializer> |
value
Custom
JsonbDeserializer which provides custom mapping for given field or JavaBean property. |
public abstract Class<? extends JsonbDeserializer> value
JsonbDeserializer
which provides custom mapping for given field or JavaBean property.Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.