@Target({ANNOTATION_TYPE,TYPE}) @Retention(RUNTIME) public @interface JsonAppend
@JsonPropertyOrder
annotation, and
properties of this annotation).Modifier and Type | Optional Element | 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 after (false) or prepended before (true) regular properties.
|
JsonAppend.Prop[] |
props |
Set of general virtual properties to include when serializing a POJO.
|
JsonAppend.Attr[] attrs
JsonAppend.Prop[] props
Copyright © 2008–2018. All rights reserved.