@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface CsvCustomBindByName
Modifier and Type | Required Element and Description |
---|---|
Class<? extends AbstractBeanField> |
converter
The class that takes care of the conversion.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
column
If not specified, the name of the column must be identical to the name
of the field.
|
boolean |
required
Whether or not the annotated field is required to be present in every
data set of the input.
|
public abstract Class<? extends AbstractBeanField> converter
AbstractBeanField
and override the method
AbstractBeanField.convert(java.lang.String)
.public abstract String column
public abstract boolean required
Copyright © 2017. All rights reserved.