@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ApiProperty
Modifier and Type | Optional Element and Description |
---|---|
boolean |
flattenMap
Boolean used when a method or field is a Map of name/value pairs.
|
java.lang.String |
name
The name of the property to be serialized.
|
ApiProperty.SCOPE |
scope
The scope in which the property should be serialized.
|
public abstract java.lang.String name
public abstract ApiProperty.SCOPE scope
public abstract boolean flattenMap
Copyright © 2010 - 2020 Adobe. All Rights Reserved