MCPcopy Create free account

hub / github.com/uniVocity/univocity-parsers / types & classes

Types & classes541 in github.com/uniVocity/univocity-parsers

ClassA
src/test/java/com/univocity/parsers/issues/github/Github_283.java:164
ClassA
src/test/java/com/univocity/parsers/issues/github/Github_224.java:34
ClassA
src/test/java/com/univocity/parsers/issues/github/Github_356.java:38
ClassA
src/test/java/com/univocity/parsers/issues/github/Github_266.java:35
ClassA
src/test/java/com/univocity/parsers/issues/github/Github_251.java:49
ClassA
src/test/java/com/univocity/parsers/issues/github/Github_160.java:35
ClassA
src/test/java/com/univocity/parsers/issues/support/Ticket_12.java:31
ClassA
src/test/java/com/univocity/parsers/common/DataProcessingExceptionTest.java:94
ClassAA
src/test/java/com/univocity/parsers/issues/github/Github_253.java:38
ClassAB
src/test/java/com/univocity/parsers/issues/github/Github_30.java:37
ClassAB
src/test/java/com/univocity/parsers/issues/github/Github_27.java:37
ClassAB
src/test/java/com/univocity/parsers/issues/github/Github_201.java:32
ClassAB
src/test/java/com/univocity/parsers/issues/github/Github_26.java:36
ClassAB
src/test/java/com/univocity/parsers/issues/github/Github_29.java:37
ClassAB
src/test/java/com/univocity/parsers/issues/github/Github_111.java:34
ClassAB
src/test/java/com/univocity/parsers/issues/github/Github_31.java:76
ClassAB
src/test/java/com/univocity/parsers/issues/github/Github_24.java:38
ClassAB
src/test/java/com/univocity/parsers/issues/github/Github_23.java:37
ClassAB1
src/test/java/com/univocity/parsers/issues/github/Github_23.java:87
ClassAB2
src/test/java/com/univocity/parsers/issues/github/Github_27.java:94
ClassAB3
src/test/java/com/univocity/parsers/issues/github/Github_27.java:148
ClassAN
src/test/java/com/univocity/parsers/issues/github/Github_116.java:37
ClassAbstractBatchedColumnProcessor
A {@link Processor} implementation that stores values of columns in batches. Use this implementation in favor of {@link AbstractColumnProcessor} when
src/main/java/com/univocity/parsers/common/processor/core/AbstractBatchedColumnProcessor.java:40
ClassAbstractBatchedObjectColumnProcessor
A {@link Processor} implementation for converting batches of rows extracted from any implementation of {@link AbstractParser} into columns of objects.
src/main/java/com/univocity/parsers/common/processor/core/AbstractBatchedObjectColumnProcessor.java:46
ClassAbstractBeanListProcessor
A convenience {@link Processor} implementation for storing all java objects generated form the parsed input into a list. A typical use case of this cl
src/main/java/com/univocity/parsers/common/processor/core/AbstractBeanListProcessor.java:43
ClassAbstractBeanProcessor
A {@link Processor} implementation for converting rows extracted from any implementation of {@link AbstractParser} into java objects. <p>The class typ
src/main/java/com/univocity/parsers/common/processor/core/AbstractBeanProcessor.java:35
ClassAbstractCharInputReader
The base class for implementing different flavours of {@link CharInputReader}. <p> It provides the essential conversion of sequences of newline chara
src/main/java/com/univocity/parsers/common/input/AbstractCharInputReader.java:36
ClassAbstractColumnMapping
Basic support operations for mapping attributes/methods to columns in a {@link ColumnMapper} @param <K> the type of key (attribute/method names or spe
src/main/java/com/univocity/parsers/common/fields/AbstractColumnMapping.java:26
ClassAbstractColumnProcessor
A simple {@link Processor} implementation that stores values of columns. Values parsed in each row will be split into columns of Strings. Each column
src/main/java/com/univocity/parsers/common/processor/core/AbstractColumnProcessor.java:38
ClassAbstractConcurrentProcessor
A {@link Processor} implementation to perform row processing tasks in parallel. The {@code ConcurrentRowProcessor} wraps another {@link Processor}, an
src/main/java/com/univocity/parsers/common/processor/core/AbstractConcurrentProcessor.java:35
ClassAbstractConversionMapping
Class responsible for managing field selections and any conversion sequence associated with each. @param <T> the FieldSelector type information used
src/main/java/com/univocity/parsers/common/fields/FieldConversionMapping.java:353
ClassAbstractException
Parent class of the Exception classes thrown by univocity-parsers. This class provides utility methods to print out the internal state of the parser/w
src/main/java/com/univocity/parsers/common/AbstractException.java:26
ClassAbstractInputValueSwitch
A concrete implementation of {@link Processor} that allows switching among different implementations of {@link Processor} based on values found on the
src/main/java/com/univocity/parsers/common/processor/core/AbstractInputValueSwitch.java:27
ClassAbstractListProcessor
A convenience {@link Processor} implementation for storing all rows parsed into a list. A typical use case of this class will be: <hr><blockquote><pr
src/main/java/com/univocity/parsers/common/processor/core/AbstractListProcessor.java:41
ClassAbstractMasterDetailListProcessor
A convenience {@link Processor} implementation for storing all {@link MasterDetailRecord} generated form the parsed input into a list. A typical use c
src/main/java/com/univocity/parsers/common/processor/core/AbstractMasterDetailListProcessor.java:49
ClassAbstractMasterDetailProcessor
A {@link Processor} implementation for associating rows extracted from any implementation of {@link AbstractParser} into {@link MasterDetailRecord} in
src/main/java/com/univocity/parsers/common/processor/core/AbstractMasterDetailProcessor.java:44
ClassAbstractMultiBeanListProcessor
A {@link Processor} implementation for converting rows extracted from any implementation of {@link AbstractParser} into java objects, storing them int
src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanListProcessor.java:39
ClassAbstractMultiBeanProcessor
A {@link Processor} implementation for converting rows extracted from any implementation of {@link AbstractParser} into java objects. <p>The class ty
src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanProcessor.java:40
ClassAbstractMultiBeanRowProcessor
A {@link Processor} implementation for converting rows extracted from any implementation of {@link AbstractParser} into java objects. <p>The class ty
src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanRowProcessor.java:42
ClassAbstractObjectColumnProcessor
A {@link Processor} implementation for converting rows extracted from any implementation of {@link AbstractParser} into columns of objects. <p>This us
src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectColumnProcessor.java:45
ClassAbstractObjectListProcessor
A convenience {@link Processor} implementation for storing all rows parsed and converted to Object arrays into a list. A typical use case of this clas
src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectListProcessor.java:45
ClassAbstractObjectProcessor
A {@link Processor} implementation for converting rows extracted from any implementation of {@link AbstractParser} into arrays of objects. <p>This use
src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectProcessor.java:32
ClassAbstractParser
The AbstractParser class provides a common ground for all parsers in univocity-parsers. <p> It handles all settings defined by {@link CommonParserSett
src/main/java/com/univocity/parsers/common/AbstractParser.java:53
ClassAbstractProcessor
A {@link Processor} implementation that just implements all methods defined by the interface. @author Univocity Software Pty Ltd - <a href="mailto:pa
src/main/java/com/univocity/parsers/common/processor/core/AbstractProcessor.java:26
ClassAbstractProcessorSwitch
A special {@link Processor} implementation that combines and allows switching among different Processors. Each Processor will have its own {@link Cont
src/main/java/com/univocity/parsers/common/processor/core/AbstractProcessorSwitch.java:34
ClassAbstractRecordFactory
An abstract factory class which allows subclasses to provide implementations of {@link Record} @param <R> the specific type of {@link Record} that is
src/main/java/com/univocity/parsers/common/record/AbstractRecordFactory.java:10
ClassAbstractRoutines
Basic implementation of commonly used routines around parsing/writing of data that can be reused and extended by parsers/writers of any supported form
src/main/java/com/univocity/parsers/common/routine/AbstractRoutines.java:35
ClassAbstractRoutinesTest
src/test/java/com/univocity/parsers/common/routine/AbstractRoutinesTest.java:34
ClassAbstractRowProcessor
A {@link RowProcessor} implementation that just implements all methods defined by the interface. @author Univocity Software Pty Ltd - <a href="mailto
src/main/java/com/univocity/parsers/common/processor/AbstractRowProcessor.java:27
ClassAbstractWriter
The AbstractWriter class provides a common ground for all writers in univocity-parsers. It handles all settings defined by {@link CommonWriterSetting
src/main/java/com/univocity/parsers/common/AbstractWriter.java:52
ClassAbstractWriterTest
src/test/java/com/univocity/parsers/common/AbstractWriterTest.java:38
ClassAddress
src/test/java/com/univocity/parsers/issues/github/Github_138.java:43
ClassAddress
src/test/java/com/univocity/parsers/issues/github/Github_432.java:32
ClassAddress
src/test/java/com/univocity/parsers/examples/annotation/Address.java:21
ClassAddressBook
src/test/java/com/univocity/parsers/examples/annotation/AddressBook.java:21
ClassAddressTypeTransformer
src/test/java/com/univocity/parsers/examples/annotation/AddressTypeTransformer.java:23
ClassAllIndexesSelector
A FieldSelector that selects all indexes of a record. @see FieldSelector @author Univocity Software Pty Ltd - <a href="mailto:parsers@univocity.com"
src/main/java/com/univocity/parsers/common/fields/AllIndexesSelector.java:28
ClassAmountBean
src/test/java/com/univocity/parsers/common/processor/MultiBeanListProcessorTest.java:33
ClassAnnotatedBeanProcessorTest
src/test/java/com/univocity/parsers/common/processor/AnnotatedBeanProcessorTest.java:30
ClassAnnotationAttributes
src/main/java/com/univocity/parsers/annotations/helpers/AnnotationRegistry.java:112
ClassAnnotationExamples
src/test/java/com/univocity/parsers/examples/annotation/AnnotationExamples.java:25
ClassAnnotationHelper
Helper class to process fields annotated with {@link Parsed} @author Univocity Software Pty Ltd - <a href="mailto:parsers@univocity.com">parsers@univ
src/main/java/com/univocity/parsers/annotations/helpers/AnnotationHelper.java:36
ClassAnnotationHelperTest
src/test/java/com/univocity/parsers/annotations/AnnotationHelperTest.java:31
ClassAnnotationRegistry
An internal registry of annotated elements and their properties that have been set via a {@link com.univocity.parsers.annotations.Copy} annotation.
src/main/java/com/univocity/parsers/annotations/helpers/AnnotationRegistry.java:27
ClassAnotherTestBean
src/test/java/com/univocity/parsers/examples/AnotherTestBean.java:27
ClassArgumentUtils
An utility class for validating inputs. @author Univocity Software Pty Ltd - <a href="mailto:parsers@univocity.com">parsers@univocity.com</a>
src/main/java/com/univocity/parsers/common/ArgumentUtils.java:32
ClassB
src/test/java/com/univocity/parsers/issues/github/Github_224.java:39
ClassB
src/test/java/com/univocity/parsers/issues/github/Github_160.java:51
ClassB
src/test/java/com/univocity/parsers/issues/support/Ticket_12.java:108
ClassB1
src/test/java/com/univocity/parsers/issues/github/Github_274.java:37
ClassB2
src/test/java/com/univocity/parsers/issues/github/Github_274.java:52
ClassBankHeader
src/test/java/com/univocity/parsers/issues/github/Github_149.java:41
ClassBasicTypes
src/test/java/com/univocity/parsers/issues/github/Github_46.java:35
ClassBasicTypes
src/test/java/com/univocity/parsers/issues/github/Github_48.java:37
ClassBatchedColumnProcessor
A {@link RowProcessor} implementation that stores values of columns in batches. Use this implementation in favor of {@link ColumnProcessor} when proce
src/main/java/com/univocity/parsers/common/processor/BatchedColumnProcessor.java:39
ClassBatchedColumnProcessorTest
src/test/java/com/univocity/parsers/common/processor/BatchedColumnProcessorTest.java:26
InterfaceBatchedColumnReader
A common interface for {@link Processor}s that collect the values parsed from each column in a row and store values of columns in batches. <p>Use impl
src/main/java/com/univocity/parsers/common/processor/core/BatchedColumnReader.java:37
ClassBatchedObjectColumnProcessor
A {@link RowProcessor} implementation for converting batches of rows extracted from any implementation of {@link AbstractParser} into columns of objec
src/main/java/com/univocity/parsers/common/processor/BatchedObjectColumnProcessor.java:44
ClassBatchedObjectColumnProcessorTest
src/test/java/com/univocity/parsers/common/processor/BatchedObjectColumnProcessorTest.java:28
ClassBeanConversionProcessor
The base class for {@link Processor} and {@link RowWriterProcessor} implementations that support java beans annotated with the annotations provided in
src/main/java/com/univocity/parsers/common/processor/core/BeanConversionProcessor.java:42
ClassBeanHelper
Helper class used to obtain property descriptors from annotated java beans whose values are set via reflection. This class was implemented to eliminat
src/main/java/com/univocity/parsers/common/beans/BeanHelper.java:37
ClassBeanListProcessor
A convenience {@link BeanProcessor} implementation for storing all java objects generated form the parsed input into a list. A typical use case of thi
src/main/java/com/univocity/parsers/common/processor/BeanListProcessor.java:43
ClassBeanProcessor
A {@link RowProcessor} implementation for converting rows extracted from any implementation of {@link AbstractParser} into java objects. <p>The class
src/main/java/com/univocity/parsers/common/processor/BeanProcessor.java:39
ClassBeanWriterProcessor
A {@link RowWriterProcessor} implementation for converting annotated java objects into object arrays suitable for writing in any implementation of {@l
src/main/java/com/univocity/parsers/common/processor/BeanWriterProcessor.java:41
ClassBeanWriterProcessorTest
src/test/java/com/univocity/parsers/common/processor/BeanWriterProcessorTest.java:28
ClassBetterOffender
src/test/java/com/univocity/parsers/examples/annotation/BetterOffender.java:23
ClassBigDecimalConversion
Converts Strings to BigDecimals and vice versa @author Univocity Software Pty Ltd - <a href="mailto:parsers@univocity.com">parsers@univocity.com</a>
src/main/java/com/univocity/parsers/conversions/BigDecimalConversion.java:25
ClassBigIntegerConversion
Converts Strings to BigIntegers and vice versa @author Univocity Software Pty Ltd - <a href="mailto:parsers@univocity.com">parsers@univocity.com</a>
src/main/java/com/univocity/parsers/conversions/BigIntegerConversion.java:25
ClassBomInput
A wrapper for an {@link InputStream} that attempts to detect a Byte Order Mark (BOM) in the input and derive the character encoding that should be use
src/main/java/com/univocity/parsers/common/input/BomInput.java:29
ClassBooleanConversion
Converts Strings to Booleans and vice versa <p> This class supports multiple representations of boolean values. For example, you can define conversio
src/main/java/com/univocity/parsers/conversions/BooleanConversion.java:33
ClassBrokenBean
src/test/java/com/univocity/parsers/common/processor/MultiBeanListProcessorTest.java:55
ClassByteConversion
Converts Strings to Bytes and vice versa @author Univocity Software Pty Ltd - <a href="mailto:parsers@univocity.com">parsers@univocity.com</a>
src/main/java/com/univocity/parsers/conversions/ByteConversion.java:23
ClassBytesProcessedNotification
Internal notification exception used to re-wrap the original {@link InputStream} into a {@link Reader}. This is required for performance reasons as ov
src/main/java/com/univocity/parsers/common/input/BomInput.java:189
ClassCalendarConversion
Converts Strings to instances of {@link java.util.Calendar} and vice versa. <p> This class supports multiple date formats. For example, you can defin
src/main/java/com/univocity/parsers/conversions/CalendarConversion.java:34
ClassCar
src/test/java/com/univocity/parsers/issues/github/Github_159.java:107
ClassCar
src/test/java/com/univocity/parsers/issues/github/Github_427.java:25
ClassCar
src/test/java/com/univocity/parsers/examples/Car.java:23
ClassCar2
src/test/java/com/univocity/parsers/issues/github/Github_159.java:121
ClassCar3
src/test/java/com/univocity/parsers/issues/github/Github_159.java:216
EnumCarType
src/test/java/com/univocity/parsers/issues/github/Github_427.java:20
next →1–100 of 541, ranked by callers