@Target(value={CONSTRUCTOR,METHOD,FIELD}) @Retention(value=RUNTIME) @Inherited @Documented public @interface JsonIgnore
JsonProperty
Modifier and Type | Optional Element and Description |
---|---|
boolean |
deserialize
Whether to include this property in deserialization.
|
boolean |
serialize
Whether to include this property in serialization.
|
Copyright © 2019. All rights reserved.