Uses of Interface
org.simpleflatmapper.csv.CellValueReader
Packages that use CellValueReader
-
Uses of CellValueReader in org.simpleflatmapper.csv
Methods in org.simpleflatmapper.csv that return CellValueReaderModifier and TypeMethodDescriptionCsvColumnDefinition.getCustomReader()<P> CellValueReader<P>CellValueReaderFactory.getReader(Type propertyType, int index, CsvColumnDefinition columnDefinition, ParsingContextFactoryBuilder parsingContextFactoryBuilder) Methods in org.simpleflatmapper.csv with parameters of type CellValueReaderModifier and TypeMethodDescriptionCsvColumnDefinition.addCustomReader(CellValueReader<?> cellValueReader) CsvMapperFactory.addCustomValueReader(String key, CellValueReader<?> cellValueReader) static CsvColumnDefinitionCsvColumnDefinition.customReaderDefinition(CellValueReader<?> cellValueReader) <T> TCsvRow.read(CellValueReader<T> cellValueReader, int i) -
Uses of CellValueReader in org.simpleflatmapper.csv.getter
Constructors in org.simpleflatmapper.csv.getter with parameters of type CellValueReader -
Uses of CellValueReader in org.simpleflatmapper.csv.impl
Classes in org.simpleflatmapper.csv.impl that implement CellValueReader -
Uses of CellValueReader in org.simpleflatmapper.csv.impl.cellreader
Subinterfaces of CellValueReader in org.simpleflatmapper.csv.impl.cellreaderModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of CellValueReader in org.simpleflatmapper.csv.property
Methods in org.simpleflatmapper.csv.property that return CellValueReaderConstructors in org.simpleflatmapper.csv.property with parameters of type CellValueReader