@JsonbAnnotation @Retention(value=RUNTIME) @Target(value={ANNOTATION_TYPE,TYPE}) public @interface JsonbPropertyOrder
Specifies order in which properties are serialized.
Partial mapping can also be specified. In that case, properties included in annotation declaration will be serialized first (in defined order), followed by any properties not included in the definition. The order of properties not included in the definition is not guaranteed.
public abstract String[] value
Comments to: jsonb-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All Rights Reserved.
Use is subject to license terms.