Uses of Class
com.univocity.parsers.common.fields.FieldSet

Packages that use FieldSet
com.univocity.parsers.common   
com.univocity.parsers.common.fields   
 

Uses of FieldSet in com.univocity.parsers.common
 

Methods in com.univocity.parsers.common that return FieldSet
 FieldSet<String> CommonSettings.excludeFields(String... fieldNames)
          Selects fields which will not be read/written by their names
 FieldSet<Integer> CommonSettings.excludeIndexes(Integer... fieldIndexes)
          Selects fields which will not be read/written by their indexes
 FieldSet<String> CommonSettings.selectFields(String... fieldNames)
          Selects a sequence of fields for reading/writing by their names
 FieldSet<Integer> CommonSettings.selectIndexes(Integer... fieldIndexes)
          Selects a sequence of fields for reading/writing by their indexes
 

Uses of FieldSet in com.univocity.parsers.common.fields
 

Subclasses of FieldSet in com.univocity.parsers.common.fields
 class ExcludeFieldIndexSelector
          A FieldSelector capable of deselecting fields by their position in a record.
 class ExcludeFieldNameSelector
          A FieldSelector capable of deselecting fields by their name in a record.
 class FieldIndexSelector
          A FieldSelector capable of selecting fields by their position in a record.
 class FieldNameSelector
          A FieldSelector capable of selecting fields by their name.
 

Methods in com.univocity.parsers.common.fields that return FieldSet
 FieldSet<T> FieldSet.add(Collection<T> fields)
          Validates and adds multiple field references
 FieldSet<T> FieldSet.add(T... fields)
          Validates and adds multiple field references
 FieldSet<Integer> FieldConversionMapping.applyConversionsOnFieldIndexes(Conversion<String,?>... conversions)
           
 FieldSet<String> FieldConversionMapping.applyConversionsOnFieldNames(Conversion<String,?>... conversions)
           
 FieldSet<T> FieldSet.remove(Collection<T> fields)
          Removes multiple field references in the selection
 FieldSet<T> FieldSet.remove(T... fields)
          Removes multiple field references in the selection
 FieldSet<T> FieldSet.set(Collection<T> fields)
          Validates and sets multiple field references.
 FieldSet<T> FieldSet.set(T... fields)
          Validates and sets multiple field references.
 



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