Uses of Interface
com.univocity.parsers.conversions.Validator
-
Packages that use Validator Package Description com.univocity.parsers.annotations com.univocity.parsers.conversions -
-
Uses of Validator in com.univocity.parsers.annotations
Methods in com.univocity.parsers.annotations that return types with arguments of type Validator Modifier and Type Method Description java.lang.Class<? extends Validator>[]
validators()
User provided implementations ofValidator
which will be executed in sequence after the validations specified in this annotation execute. -
Uses of Validator in com.univocity.parsers.conversions
Fields in com.univocity.parsers.conversions declared as Validator Modifier and Type Field Description private Validator[]
ValidatedConversion. validators
Methods in com.univocity.parsers.conversions that return Validator Modifier and Type Method Description private Validator[]
ValidatedConversion. instantiateValidators(java.lang.Class[] validators)
-