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

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

Uses of Result in com.univocity.parsers.common
 

Classes in com.univocity.parsers.common with type parameters of type Result
 interface EntityParserInterface<R extends ResultRecord<C>,C extends Context,T extends Result<R,C>>
          An interface used by parsers that support multiple entities.
 class Results<R extends Result>
          A map of "Entity Name" to Result returned from parsing with EntityParserInterface.parse(com.univocity.api.io.ReaderProvider)
 

Methods in com.univocity.parsers.common that return Result
 Result<? extends ResultRecord,C> ResultRecord.getLinkedFieldData()
          Gets Results with data for additional fields linked to the current record.
 Result<R,C> Result.getLinkedFieldData(int rowIndex)
          Gets then result with data for additional fields linked to the record at rowIndex.
 Result<R,C> Result.join(Result<R,C> result, String... fieldNames)
          Joins rows of a given result with the rows of the current one.
 

Methods in com.univocity.parsers.common that return types with arguments of type Result
 Results<? extends Result<? extends ResultRecord,C>> ResultRecord.getLinkedEntityData()
          Gets all of the associated Result for this ResultRecord.
 Results<? extends Result<R,C>> Result.getLinkedEntityData(int rowIndex)
          Gets all of the Result associated with the specific rowIndex in a Results list.
 

Methods in com.univocity.parsers.common with parameters of type Result
 Result<R,C> Result.join(Result<R,C> result, String... fieldNames)
          Joins rows of a given result with the rows of the current one.
 void Result.link(Result<R,C> result, String... fieldNames)
          Links rows of a given result with the rows of the current one.
 

Uses of Result in com.univocity.parsers.remote
 

Classes in com.univocity.parsers.remote with type parameters of type Result
 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.