@JsonbAnnotation @Retention(value=RUNTIME) @Target(value={ANNOTATION_TYPE,METHOD,FIELD,PARAMETER}) public @interface JsonbProperty
Allows customization of field (or JavaBean property) name.This name is used either in serialization or in deserialization.
Usage
The @JsonbProperty
annotation can be used with the following program elements:
public abstract String value
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.