Uses of Class
com.univocity.parsers.common.EntityList

Packages that use EntityList
com.univocity.parsers.common   
com.univocity.parsers.remote   
 

Uses of EntityList in com.univocity.parsers.common
 

Classes in com.univocity.parsers.common with type parameters of type EntityList
 class EntityParserSettings<S extends CommonParserSettings,L extends EntityList,C extends Context>
          Base configuration class of a parser that produces records for multiple entities.
 

Methods in com.univocity.parsers.common that return EntityList
protected  EntityList EntitySettings.getParentEntityList()
          Returns the entity list that "owns" this entity.
protected abstract  EntityList EntityList.newInstance()
          Creates a new instance of EntityList using properties from this instance.
 

Methods in com.univocity.parsers.common with parameters of type EntityList
protected  void EntitySettings.setParent(EntityList parentEntityList)
          Used to "inherit" default settings of a parent EntityParserSettings.
 

Uses of EntityList in com.univocity.parsers.remote
 

Subclasses of EntityList in com.univocity.parsers.remote
 class RemoteEntityList<S extends RemoteEntitySettings>
          A list of remote entities to be parsed by some implementation of EntityParserInterface, and their specific configurations.
 



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