Uses of Interface
com.univocity.parsers.common.ResultRecord

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

Uses of ResultRecord in com.univocity.parsers.common
 

Classes in com.univocity.parsers.common with type parameters of type ResultRecord
 interface EntityParserInterface<R extends ResultRecord<C>,C extends Context,T extends Result<R,C>>
          An interface used by parsers that support multiple entities.
 

Methods in com.univocity.parsers.common that return types with arguments of type ResultRecord
 Results<? extends Result<? extends ResultRecord,C>> ResultRecord.getLinkedEntityData()
          Gets all of the associated Result for this ResultRecord.
 Result<? extends ResultRecord,C> ResultRecord.getLinkedFieldData()
          Gets Results with data for additional fields linked to the current record.
 

Uses of ResultRecord in com.univocity.parsers.remote
 

Classes in com.univocity.parsers.remote with type parameters of type ResultRecord
 interface RemoteEntityParserInterface<R extends ResultRecord<C>,C extends Context,T extends Result<R,C>>
          An extension of the EntityParserInterface for parsers that access remote content.
 



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