@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface Option
| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
convertTo
Optional destination type for the conversion.
|
String |
convertUsing
Optional EL expression to convert value to a new type.
|
boolean |
ignore
Ignore the annotation.
|
String |
value
The value of the map key to be used when serializing the field.
|
public abstract String value
public abstract Class<?> convertTo
public abstract String convertUsing
Copyright © 2018 Fujion Framework. All rights reserved.