-
Classes Class Description com.univocity.parsers.fixed.FixedWidthFieldLengths This class has been modified over time and its name became misleading. UseFixedWidthFields
instead.
-
Constructors Constructor Description com.univocity.parsers.common.processor.core.BeanConversionProcessor(Class<T>) Use theBeanConversionProcessor(Class, MethodFilter)
constructor instead.com.univocity.parsers.fixed.FixedWidthFields(Class) useFixedWidthFields.forParsing(Class)
andFixedWidthFields.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.