Uses of Interface
com.univocity.parsers.common.processor.RowWriterProcessor
Packages that use RowWriterProcessor
Package
Description
-
Uses of RowWriterProcessor in com.univocity.parsers.common
Fields in com.univocity.parsers.common declared as RowWriterProcessorModifier and TypeFieldDescriptionprivate RowWriterProcessor<?>CommonWriterSettings.rowWriterProcessorprivate final RowWriterProcessorAbstractWriter.writerProcessorMethods in com.univocity.parsers.common that return RowWriterProcessorModifier and TypeMethodDescriptionCommonWriterSettings.getRowWriterProcessor()Returns the implementation of the interfaceRowWriterProcessorwhich processes input objects into a manageable format for writing.Methods in com.univocity.parsers.common with parameters of type RowWriterProcessorModifier and TypeMethodDescriptionvoidCommonWriterSettings.setRowWriterProcessor(RowWriterProcessor<?> rowWriterProcessor) Defines a processor for input objects that converts them into a manageable format for writing. -
Uses of RowWriterProcessor in com.univocity.parsers.common.processor
Classes in com.univocity.parsers.common.processor that implement RowWriterProcessorModifier and TypeClassDescriptionclassARowWriterProcessorimplementation for converting annotated java objects into object arrays suitable for writing in any implementation ofAbstractWriter.classARowWriterProcessorimplementation for executing conversion sequences in object arrays before for writing them using any implementation ofAbstractWriter.classA concrete implementation ofRowWriterProcessorSwitchthat allows switching among different implementations ofRowWriterProcessorbased on values found on rows to be written to an outputclassA specialRowWriterProcessorimplementation that combines and allows switching among different RowWriterProcessors.Fields in com.univocity.parsers.common.processor declared as RowWriterProcessorModifier and TypeFieldDescription(package private) final RowWriterProcessor<Object[]>OutputValueSwitch.Switch.processorprivate RowWriterProcessorRowWriterProcessorSwitch.selectedRowWriterProcessorMethods in com.univocity.parsers.common.processor that return RowWriterProcessorModifier and TypeMethodDescriptionprotected RowWriterProcessor<?>OutputValueSwitch.switchRowProcessor(Object row) protected abstract RowWriterProcessor<?>RowWriterProcessorSwitch.switchRowProcessor(Object row) Analyzes an output row to determine whether or not the row writer processor implementation must be changedMethods in com.univocity.parsers.common.processor with parameters of type RowWriterProcessorModifier and TypeMethodDescriptionvoidOutputValueSwitch.addSwitchForValue(Object value, RowWriterProcessor<Object[]> rowProcessor) Associates aRowWriterProcessorimplementation with an expected value to be matched in the column provided in the constructor of this class.voidOutputValueSwitch.addSwitchForValue(Object value, RowWriterProcessor<Object[]> rowProcessor, int... indexesToUse) Associates aRowWriterProcessorimplementation with an expected value to be matched in the column provided in the constructor of this class.voidOutputValueSwitch.addSwitchForValue(Object value, RowWriterProcessor<Object[]> rowProcessor, String... headersToUse) Associates aRowWriterProcessorimplementation with an expected value to be matched in the column provided in the constructor of this class.voidRowWriterProcessorSwitch.rowProcessorSwitched(RowWriterProcessor<?> from, RowWriterProcessor<?> to) Notifies a change of row writer processor implementation.voidOutputValueSwitch.setDefaultSwitch(RowWriterProcessor<Object[]> rowProcessor, int... indexesToUse) Defines a defaultRowWriterProcessorimplementation to use when no matching value is found in the output row.voidOutputValueSwitch.setDefaultSwitch(RowWriterProcessor<Object[]> rowProcessor, String... headersToUse) Defines a defaultRowWriterProcessorimplementation to use when no matching value is found in the output row.Constructors in com.univocity.parsers.common.processor with parameters of type RowWriterProcessor -
Uses of RowWriterProcessor in com.univocity.parsers.common.routine
Methods in com.univocity.parsers.common.routine with parameters of type RowWriterProcessorModifier and TypeMethodDescriptionprivate voidAbstractRoutines.setRowWriterProcessor(RowWriterProcessor rowWriterProcessor)