Uses of Interface
org.csveed.bean.conversion.Converter
Package
Description
The main interface of interaction with CSVeed for a developer.
The package responsible for converting Rows to Beans.
This package contains what remains of the Spring Beans package after the operation to remove Spring from the library.
-
Uses of Converter in org.csveed.api
Modifier and TypeMethodDescriptionCsvClient.setConverter
(String propertyName, Converter converter) Sets a customPropertyEditor
for the property.CsvClientImpl.setConverter
(String propertyName, Converter converter) -
Uses of Converter in org.csveed.bean
Modifier and TypeMethodDescriptionBeanInstructions.setConverter
(String propertyName, Converter converter) Sets a customPropertyEditor
for the property.BeanInstructionsImpl.setConverter
(String propertyName, Converter converter) void
BeanProperties.setConverter
(String propertyName, Converter converter) Sets the converter.void
BeanProperty.setConverter
(Converter converter) Sets the converter. -
Uses of Converter in org.csveed.bean.conversion
Modifier and TypeClassDescriptionclass
The Class AbstractConverter.class
The Class ByteArrayConverter.class
The Class CharacterConverter.class
The Class CharArrayConverter.class
The Class CharsetConverter.class
The Class CurrencyConverter.class
The Class CustomBooleanConverter.class
The Class CustomNumberConverter.class
The Class DateConverter.class
The Class EasyAbstractConverter.class
EnumConverter<T extends Enum>
The Class EnumConverter.class
The Class PatternConverter.class
The Class StringConverter.class
The Class TimeZoneConverter.Modifier and TypeMethodDescriptionprotected Converter
BeanWrapper.getConverter
(BeanProperty property) Gets the converter.DefaultConverters.getConverter
(Class clazz) Gets the converter.Modifier and TypeMethodDescriptionprotected void
DefaultConverters.addConverter
(Class clazz, Converter converter) Adds the converter.