@Target(value={ANNOTATION_TYPE,TYPE}) @Retention(value=RUNTIME) public @interface JsonAppend
@JsonPropertyOrder annotation, and
 properties of this annotation).| Modifier and Type | Optional Element and Description | 
|---|---|
| JsonAppend.Attr[] | attrsSet of attribute-backed properties to include when serializing
 a POJO. | 
| boolean | prependIndicator used to determine whether properties defined are to be
 appended after (false) or prepended before (true) regular properties. | 
| JsonAppend.Prop[] | propsSet of general virtual properties to include when serializing a POJO. | 
public abstract JsonAppend.Attr[] attrs
public abstract JsonAppend.Prop[] props
Copyright © 2008–2020 FasterXML. All rights reserved.