public static @interface JsonAppend.Attr
| Modifier and Type | Required Element and Description | 
|---|---|
| String | valueName of attribute of which value to serialize. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| com.fasterxml.jackson.annotation.JsonInclude.Include | includeWhen to include attribute-property. | 
| String | propNameName to use for serializing value of the attribute; if not defined,
  value()will be used instead. | 
| String | propNamespaceOptional namespace to use; only relevant for data formats that use
 namespaces (like XML). | 
| boolean | requiredMetadata about property, similar to
  JsonProperty.required(). | 
public abstract String value
propName().public abstract String propName
value() will be used instead.public abstract String propNamespace
public abstract com.fasterxml.jackson.annotation.JsonInclude.Include include
public abstract boolean required
JsonProperty.required().Copyright © 2014-2015 FasterXML. All Rights Reserved.