@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface ExcelField
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
exportable |
String |
getterMethod
Optional parameter to set the name of the getter method.
|
boolean |
importable |
boolean |
requiredField
Required only makes sense for an importable field.
|
String |
setterMethod
Optional parameter to set the name of the setter method.
|
public abstract boolean exportable
public abstract String getterMethod
public abstract boolean importable
public abstract boolean requiredField
public abstract String setterMethod
Copyright © 2019. All rights reserved.