@Target(value={METHOD,PARAMETER,FIELD}) @Retention(value=RUNTIME) @Inherited @Documented public @interface JsonProperty
AnnotationPropertyNameResolver.AnnotationPropertyNameResolver,
Creator,
JsonIgnore| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
deserialize
Whether this property must be deserialized.
|
boolean |
serialize
Whether this property must be serialized.
|
String |
value
The name of that property.
|
public abstract String value
public abstract boolean serialize
public abstract boolean deserialize
Copyright © 2014. All Rights Reserved.