@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.
|
public abstract Class<? extends AbstractBeanField> converter
AbstractBeanField
and override the method
AbstractBeanField.convert(java.lang.String)
.public abstract int position
Copyright © 2016. All rights reserved.