-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionUse the
CommonParserSettings.getProcessor()
method as it allows format-specific processors to be built to work with different implementations ofContext
. Implementations based onRowProcessor
allow only parsers who provide aParsingContext
to be used.Use theCommonParserSettings.setProcessor(Processor)
method as it allows format-specific processors to be built to work with different implementations ofContext
. Implementations based onRowProcessor
allow only parsers who provide aParsingContext
to be used.Use theCommonSettings.getProcessorErrorHandler()
method as it allows format-specific error handlers to be built to work with different implementations ofContext
. Implementations based onRowProcessorErrorHandler
allow only parsers who provide aParsingContext
to be used.Use theCommonSettings.setProcessorErrorHandler(ProcessorErrorHandler)
method as it allows format-specific error handlers to be built to work with different implementations ofContext
. Implementations based onRowProcessorErrorHandler
allow only parsers who provide aParsingContext
to be used.useCsvParserSettings.getUnescapedQuoteHandling()
instead. The configuration returned byCsvParserSettings.getUnescapedQuoteHandling()
will override this setting if not null.useCsvParserSettings.getUnescapedQuoteHandling()
instead. The configuration returned byCsvParserSettings.getUnescapedQuoteHandling()
will override this setting if not null.useCsvParserSettings.setUnescapedQuoteHandling(UnescapedQuoteHandling)
instead. The configuration returned byCsvParserSettings.getUnescapedQuoteHandling()
will override this setting if not null.useCsvParserSettings.setUnescapedQuoteHandling(UnescapedQuoteHandling)
instead. The configuration returned byCsvParserSettings.getUnescapedQuoteHandling()
will override this setting if not null.doesn't really make sense for fixed-width. Use alternative methodFixedWidthParserSettings.clone(FixedWidthFields)
.doesn't really make sense for fixed-width. . Use alternative methodFixedWidthWriterSettings.clone(FixedWidthFields)
.
-
Deprecated ConstructorsConstructorDescriptionUse the
BeanConversionProcessor(Class, MethodFilter)
constructor instead.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.
FixedWidthFields
instead.