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

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

Uses of EntityParserSettings in com.univocity.parsers.common
 

Classes in com.univocity.parsers.common with type parameters of type EntityParserSettings
 class EntitySettings<C extends Context,S extends CommonSettings,G extends EntityParserSettings>
          Manages configuration options for individual entities of an EntityList.
 

Fields in com.univocity.parsers.common declared as EntityParserSettings
protected  G EntitySettings.parserSettings
           
 

Methods in com.univocity.parsers.common that return EntityParserSettings
protected  EntityParserSettings<S,L,C> EntityParserSettings.clone()
           
 EntityParserSettings EntityList.getParserSettings()
          Returns the global parser settings whose configuration may provide defaults for all entities defined in this list.
 

Constructors in com.univocity.parsers.common with parameters of type EntityParserSettings
EntityList(EntityParserSettings globalSettings)
          Creates a new, empty EntityList, applying the global configuration object, used by the EntityParserInterface implementation, to all entity-specific settings in this list.
 

Uses of EntityParserSettings in com.univocity.parsers.remote
 

Subclasses of EntityParserSettings in com.univocity.parsers.remote
 class RemoteParserSettings<S extends CommonParserSettings,L extends RemoteEntityList,C extends Context>
          Base configuration class of a parser that can connect to a remote location, obtain data to parse and produce records for one or more entities.
 



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