Package com.univocity.parsers.common

Interface Summary
EntityParserInterface<R extends ResultRecord<C>,C extends Context,T extends Result<R,C>> An interface used by parsers that support multiple entities.
Result<R extends Record,C extends Context> An interface used to store the result of parsing some input with a parser implementing EntityParserInterface.
ResultRecord<C extends Context> A ResultRecord is a record that can be linked with one more more ResultRecords.
ResultRecordMetaData<C extends Context> RecordMetaData with the name of the EntitySettings used.
 

Class Summary
EntityList<E extends EntitySettings> A list of entities to be parsed by some implementation of EntityParserInterface, and their specific configurations.
EntityParserSettings<S extends CommonParserSettings,L extends EntityList,C extends Context> Base configuration class of a parser that produces records for multiple entities.
EntitySettings<C extends Context,S extends CommonSettings,G extends EntityParserSettings> Manages configuration options for individual entities of an EntityList.
Results<R extends Result> A map of "Entity Name" to Result returned from parsing with EntityParserInterface.parse(com.univocity.api.io.ReaderProvider)
 

Enum Summary
Nesting Determines how data obtained from a given entity should be associated with the data of its parent.
 



Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.