|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Classes | |
|---|---|
| com.univocity.parsers.fixed.FixedWidthFieldLengths
This class has been modified over time and its name became misleading. Use FixedWidthFields instead. |
|
| Deprecated Constructors | |
|---|---|
| com.univocity.parsers.common.processor.core.BeanConversionProcessor(Class 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||