Uses of Interface
com.univocity.parsers.common.ParsingContext
Packages that use ParsingContext
Package
Description
-
Uses of ParsingContext in com.univocity.parsers.common
Classes in com.univocity.parsers.common that implement ParsingContextModifier and TypeClassDescriptionclassThe defaultParsingContextimplementation used internally byAbstractParserto expose information about a parsing process in execution.classA snapshot of aParsingContextwhich retains copies of variable attributes of a givenParsingContextto store the state of the parsing process at a given point in time.classA simple a wrapper for aParsingContext.Subclasses with type arguments of type ParsingContext in com.univocity.parsers.commonSubinterfaces with type arguments of type ParsingContext in com.univocity.parsers.commonModifier and TypeInterfaceDescriptioninterfaceTheRowProcessorErrorHandleris a callback used by the parser/writer to handle non-fatalDataProcessingExceptions that may occur when processing rows using aRowProcessororRowWriterProcessor.Fields in com.univocity.parsers.common declared as ParsingContextMethods in com.univocity.parsers.common that return ParsingContextModifier and TypeMethodDescriptionprotected ParsingContextAbstractParser.createParsingContext()final ParsingContextAbstractParser.getContext()Returns the current parsing context with information about the status of the parser at any given time.Methods in com.univocity.parsers.common that return types with arguments of type ParsingContextModifier and TypeMethodDescriptionfinal IterableResult<String[], ParsingContext> Provides anIterableResultfor iterating rows parsed from the input.final IterableResult<String[], ParsingContext> Provides anIterableResultfor iterating rows parsed from the input.final IterableResult<String[], ParsingContext> Provides anIterableResultfor iterating rows parsed from the input.final IterableResult<String[], ParsingContext> AbstractParser.iterate(InputStream input) Provides anIterableResultfor iterating rows parsed from the input.final IterableResult<String[], ParsingContext> AbstractParser.iterate(InputStream input, String encoding) Provides anIterableResultfor iterating rows parsed from the input.final IterableResult<String[], ParsingContext> AbstractParser.iterate(InputStream input, Charset encoding) Provides anIterableResultfor iterating rows parsed from the input.final IterableResult<String[], ParsingContext> Provides anIterableResultfor iterating rows parsed from the input.final IterableResult<Record, ParsingContext> AbstractParser.iterateRecords(File input) Provides anIterableResultfor iterating records parsed from the input.final IterableResult<Record, ParsingContext> AbstractParser.iterateRecords(File input, String encoding) Provides anIterableResultfor iterating records parsed from the input.final IterableResult<Record, ParsingContext> AbstractParser.iterateRecords(File input, Charset encoding) Provides anIterableResultfor iterating records parsed from the input.final IterableResult<Record, ParsingContext> AbstractParser.iterateRecords(InputStream input) Provides anIterableResultfor iterating records parsed from the input.final IterableResult<Record, ParsingContext> AbstractParser.iterateRecords(InputStream input, String encoding) Provides anIterableResultfor iterating records parsed from the input.final IterableResult<Record, ParsingContext> AbstractParser.iterateRecords(InputStream input, Charset encoding) Provides anIterableResultfor iterating records parsed from the input.final IterableResult<Record, ParsingContext> AbstractParser.iterateRecords(Reader input) Provides anIterableResultfor iterating records parsed from the input.Constructors in com.univocity.parsers.common with parameters of type ParsingContextModifierConstructorDescriptionParsingContextSnapshot(ParsingContext context) Creates a snapshot of a givenContextParsingContextWrapper(ParsingContext context) Wraps aParsingContext.TextParsingException(ParsingContext context) Creates a new exception with information about an error that occurred when parsing some input.TextParsingException(ParsingContext context, String message) Creates a new exception with information about an error that occurred when parsing some input.TextParsingException(ParsingContext context, Throwable cause) Creates a new exception with information about an error that occurred when parsing some input. -
Uses of ParsingContext in com.univocity.parsers.common.processor
Subclasses with type arguments of type ParsingContext in com.univocity.parsers.common.processorModifier and TypeClassDescriptionclassARowProcessorimplementation that just implements all methods defined by the interface.classARowProcessorimplementation that stores values of columns in batches.classARowProcessorimplementation for converting batches of rows extracted from any implementation ofAbstractParserinto columns of objects.classA convenienceBeanProcessorimplementation for storing all java objects generated form the parsed input into a list.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.classA simpleRowProcessorimplementation that stores values of columns.classA utilityRowProcessorimplementation that facilitates using multiple implementations ofRowProcessorat the same time.classARowProcessorimplementation to perform row processing tasks in parallel.classA concrete implementation ofRowProcessorSwitchthat allows switching among different implementations ofRowProcessorbased on values found on the rows parsed from the input.classA convenienceMasterDetailProcessorimplementation for storing allMasterDetailRecordgenerated form the parsed input into a list.classARowProcessorimplementation for associating rows extracted from any implementation ofAbstractParserintoMasterDetailRecordinstances.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects, storing them into lists.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto columns of objects.classA convenienceRowProcessorimplementation for storing all rows parsed and converted to Object arrays into a list.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto arrays of objects.classA convenienceRowProcessorimplementation for storing all rows parsed into a list.classA specialRowProcessorimplementation that combines and allows switching among different RowProcessors.Subinterfaces with type arguments of type ParsingContext in com.univocity.parsers.common.processorModifier and TypeInterfaceDescriptioninterfaceThe essential callback interface to handle records parsed by any parser that extendsAbstractParser.Methods in com.univocity.parsers.common.processor that return ParsingContextModifier and TypeMethodDescriptionprotected ParsingContextConcurrentRowProcessor.copyContext(ParsingContext context) protected ParsingContextConcurrentRowProcessor.wrapContext(ParsingContext context) protected final ParsingContextInputValueSwitch.wrapContext(ParsingContext context) Methods in com.univocity.parsers.common.processor with parameters of type ParsingContextModifier and TypeMethodDescriptionprotected ParsingContextConcurrentRowProcessor.copyContext(ParsingContext context) voidRowProcessor.processEnded(ParsingContext context) This method will by invoked by the parser once, after the parsing process stopped and all resources were closed.voidRowProcessor.processStarted(ParsingContext context) This method will by invoked by the parser once, when it is ready to start processing the input.voidRowProcessor.rowProcessed(String[] row, ParsingContext context) Invoked by the parser after all values of a valid record have been processed.protected ParsingContextConcurrentRowProcessor.wrapContext(ParsingContext context) protected final ParsingContextInputValueSwitch.wrapContext(ParsingContext context) -
Uses of ParsingContext in com.univocity.parsers.common.routine
Methods in com.univocity.parsers.common.routine that return types with arguments of type ParsingContextModifier and TypeMethodDescription<T> IterableResult<T, ParsingContext> Iterates over a file to produce instances of annotated java beans on demand.<T> IterableResult<T, ParsingContext> Iterates over a file to produce instances of annotated java beans on demand.<T> IterableResult<T, ParsingContext> Iterates over a file to produce instances of annotated java beans on demand.<T> IterableResult<T, ParsingContext> AbstractRoutines.iterate(Class<T> beanType, InputStream input) Iterates over an input stream to produce instances of annotated java beans on demand.<T> IterableResult<T, ParsingContext> AbstractRoutines.iterate(Class<T> beanType, InputStream input, String encoding) Iterates over an input stream to produce instances of annotated java beans on demand.<T> IterableResult<T, ParsingContext> AbstractRoutines.iterate(Class<T> beanType, InputStream input, Charset encoding) Iterates over an input stream to produce instances of annotated java beans on demand.<T> IterableResult<T, ParsingContext> Iterates over an input to produce instances of annotated java beans on demand. -
Uses of ParsingContext in com.univocity.parsers.fixed
Methods in com.univocity.parsers.fixed that return ParsingContextModifier and TypeMethodDescriptionprotected ParsingContextFixedWidthParser.createParsingContext()