@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[] |
attrs
Set of attribute-backed properties to include when serializing
a POJO.
|
boolean |
prepend
Indicator used to determine whether properties defined are to be
appended before (false) or prepended before (true) regular properties.
|
JsonAppend.Prop[] |
props
Set of general virtual properties to include when serializing a POJO.
|
public abstract JsonAppend.Attr[] attrs
public abstract JsonAppend.Prop[] props
public abstract boolean prepend
Copyright © 2014-2015 FasterXML. All Rights Reserved.