Uses of Package
net.sf.jmatchparser.util.csv.fieldreader

Packages that use net.sf.jmatchparser.util.csv.fieldreader
net.sf.jmatchparser.util.csv.fieldreader This package contains the FieldReader class and classes that are used by it. 
 

Classes in net.sf.jmatchparser.util.csv.fieldreader used by net.sf.jmatchparser.util.csv.fieldreader
FieldDefinition
          A definition of a field of the FieldReader, as seen from the perspective of the "consumer" that uses the parsed data.
FieldDefinition.MandatoryState
          Mandatory state of a field.
FieldEnum
          Interface to be implemented by an Enum type that should be used by the EnumFieldReader.
FieldReader
          A parser that can be used to parse different CSV files into the same set of records.
FieldReaderErrorCode
          An error code of the Field reader, as returned in a FieldReaderException.
FieldReaderException
          Thrown when a field has a value that cannot be parsed.
FieldReaderException.FieldReaderExceptionInfo
          Additional information about a field reader exception.
FieldSource
          A description of the "source" from where data should be filled into the field, as seen from the perspective of the "provider" that provides the CSV files.
FieldSource.EmptyAction
          How to treat a field source that returns an empty string.
FieldSourceFactory.FieldSourceFactoryFields
          Fields used in the CSV file for defining field sources
ParseFormat
          A format for parsing a String to an object of a possibly different type.
 



Copyright © 2011. All Rights Reserved.