@Target(value={METHOD,PARAMETER,FIELD}) @Retention(value=RUNTIME) @Inherited @Documented public @interface JsonProperty
AnnotationPropertyNameResolver
.AnnotationPropertyNameResolver
,
JsonCreator
,
JsonIgnore
Modifier and Type | Optional Element and Description |
---|---|
String[] |
aliases
A list of aliases to use during deserialization for this property.
|
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 String[] aliases
Copyright © 2019. All rights reserved.