Uses of Interface
com.univocity.parsers.common.input.InputAnalysisProcess
Packages that use InputAnalysisProcess
Package
Description
-
Uses of InputAnalysisProcess in com.univocity.parsers.common
Fields in com.univocity.parsers.common with type parameters of type InputAnalysisProcessModifier and TypeFieldDescriptionprivate List<InputAnalysisProcess>CommonParserSettings.inputAnalysisProcessesMethods in com.univocity.parsers.common that return InputAnalysisProcessModifier and TypeMethodDescriptionprotected InputAnalysisProcessAbstractParser.getInputAnalysisProcess()Allows the parser implementation to traverse the input buffer before the parsing process starts, in order to enable automatic configuration and discovery of data formats.Methods in com.univocity.parsers.common that return types with arguments of type InputAnalysisProcessModifier and TypeMethodDescriptionCommonParserSettings.getInputAnalysisProcesses()Returns the sequence ofInputAnalysisProcessto be used for analyzing the input buffer and potentially discover configuration options such as column separators is CSV, data formats, etc.Methods in com.univocity.parsers.common with parameters of type InputAnalysisProcessModifier and TypeMethodDescriptionvoidCommonParserSettings.addInputAnalysisProcess(InputAnalysisProcess inputAnalysisProcess) Provides a customInputAnalysisProcessto analyze the input buffer and potentially discover configuration options such as column separators is CSV, data formats, etc. -
Uses of InputAnalysisProcess in com.univocity.parsers.common.input
Classes in com.univocity.parsers.common.input that implement InputAnalysisProcessModifier and TypeClassDescriptionclassAnInputAnalysisProcessto detect the line separators used in the input.Fields in com.univocity.parsers.common.input with type parameters of type InputAnalysisProcessModifier and TypeFieldDescriptionprivate List<InputAnalysisProcess>AbstractCharInputReader.inputAnalysisProcessesMethods in com.univocity.parsers.common.input with parameters of type InputAnalysisProcessModifier and TypeMethodDescriptionfinal voidAbstractCharInputReader.addInputAnalysisProcess(InputAnalysisProcess inputAnalysisProcess) Submits a customInputAnalysisProcessto analyze the input buffer and potentially discover configuration options such as column separators is CSV, data formats, etc. -
Uses of InputAnalysisProcess in com.univocity.parsers.csv
Classes in com.univocity.parsers.csv that implement InputAnalysisProcessModifier and TypeClassDescriptionclassAnInputAnalysisProcessto detect column delimiters, quotes and quote escapes in a CSV input.Methods in com.univocity.parsers.csv that return InputAnalysisProcessModifier and TypeMethodDescriptionprotected final InputAnalysisProcessCsvParser.getInputAnalysisProcess()