@Target(value={ANNOTATION_TYPE,FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface JsonProperty
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
collectionValueNullable |
Class<? extends Decoder> |
decoder |
String |
defaultValueToOmit |
Class<? extends Encoder> |
encoder |
String[] |
from |
Class<?> |
implementation |
boolean |
nullable |
boolean |
required |
String[] |
to |
String |
value |
public abstract String value
public abstract String[] from
public abstract String[] to
public abstract boolean required
public abstract Class<?> implementation
public abstract boolean nullable
public abstract boolean collectionValueNullable
public abstract String defaultValueToOmit
Copyright © 2019. All rights reserved.