Class | Description |
---|---|
com.univocity.parsers.fixed.FixedWidthFieldLengths |
This class has been modified over time and its name became misleading. Use
FixedWidthFields instead. |
Constructor | Description |
---|---|
com.univocity.parsers.common.processor.core.BeanConversionProcessor(Class<T>) |
Use the
BeanConversionProcessor(Class, MethodFilter) constructor instead. |
com.univocity.parsers.fixed.FixedWidthFields(Class) |
use
FixedWidthFields.forParsing(Class) and FixedWidthFields.forWriting(Class) to initialize the fields from the given
class and filter out getters and setters that target the same field. If the given class has any annotated methods
only the setters will be used, making it usable only for parsing. |