@Target(value=FIELD)
@Retention(value=CLASS)
public @interface JsonIgnore
@JsonIgnore
public String variableIDontWantParsedOrSerialized;
| Modifier and Type | Optional Element and Description |
|---|---|
JsonIgnore.IgnorePolicy |
ignorePolicy
Allows control over whether a field should be parsed and/or serialized or not
|
public abstract JsonIgnore.IgnorePolicy ignorePolicy