Class and Description |
---|
com.univocity.parsers.fixed.FixedWidthFieldLengths
This class has been modified over time and its name became misleading. Use
FixedWidthFields instead. |
Constructor and Description |
---|
com.univocity.parsers.common.processor.core.BeanConversionProcessor(Class<T>)
Use the
BeanConversionProcessor.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. |
Copyright © 2021 Univocity Software Pty Ltd. All rights reserved.