@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface CsvCustomBindByPosition
Modifier and Type | Required Element and Description |
---|---|
Class<? extends AbstractBeanField> |
converter
The class that takes care of the conversion.
|
int |
position
The column position in the input that is used to fill the annotated
field.
|
Modifier and Type | Optional Element and Description |
---|---|
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 int position
public abstract boolean required
Copyright © 2017. All rights reserved.