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

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

Uses of EntitySettings in com.univocity.parsers.common
 

Classes in com.univocity.parsers.common with type parameters of type EntitySettings
 class EntityList<E extends EntitySettings>
          A list of entities to be parsed by some implementation of EntityParserInterface, and their specific configurations.
 

Fields in com.univocity.parsers.common declared as EntitySettings
protected  EntitySettings EntitySettings.parentEntity
           
 

Methods in com.univocity.parsers.common that return EntitySettings
protected  EntitySettings<C,S,G> EntitySettings.clone()
           
 

Constructors in com.univocity.parsers.common with parameters of type EntitySettings
EntitySettings(String name, S internalSettings, EntitySettings parentEntity)
          Internal constructor to be invoked the subclasses of EntitySettings
 

Uses of EntitySettings in com.univocity.parsers.remote
 

Subclasses of EntitySettings in com.univocity.parsers.remote
 class RemoteEntitySettings<C extends Context,S extends CommonParserSettings,G extends RemoteParserSettings,T extends RemoteFollower>
          Manages configuration options for individual entities of a RemoteEntityList.
 

Methods in com.univocity.parsers.remote that return EntitySettings
protected  EntitySettings<C,S,G> RemoteEntitySettings.clone()
           
 



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