liquibase.util.csv.opencsv.bean
public interface MappingStrategy
Modifier and Type | Method and Description |
---|---|
void |
captureHeader(CSVReader reader)
Implemention of this method can grab the header line before parsing begins to use to map columns
to bean properties.
|
java.lang.Object |
createBean() |
java.beans.PropertyDescriptor |
findDescriptor(int col)
Implementation will have to return a property descriptor from a bean based on the current column.
|
java.beans.PropertyDescriptor findDescriptor(int col) throws java.beans.IntrospectionException
java.beans.IntrospectionException
java.lang.Object createBean() throws java.lang.InstantiationException, java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.IllegalAccessException
void captureHeader(CSVReader reader) throws java.io.IOException
java.io.IOException