Serialized Form


Package com.projectnine.csvmapper

Class com.projectnine.csvmapper.CsvFieldValidationContext extends org.apache.commons.chain.impl.ContextBase implements Serializable

serialVersionUID: 8773791574677655162L

Serialized Fields

valueToValidate

java.lang.String valueToValidate
The RAW CSV String value to validate.


generatedObject

java.lang.Object generatedObject
The Object to which the CSV Field value will be stored once it has been validated and adjusted.


currentCsvLine

java.util.List<E> currentCsvLine
A list of every other CSV field value on the same line as the CSV FIeld value that will be validated.


currentValidationCommandName

java.lang.String currentValidationCommandName
String used to track the progress of this context through a Chain of CsvFieldValidators.

Class com.projectnine.csvmapper.ValidationException extends java.lang.Exception implements Serializable

serialVersionUID: 1L



Copyright © 2008. All Rights Reserved.