Uses of Interface
com.univocity.parsers.conversions.Validator
-
Packages that use Validator Package Description com.univocity.parsers.annotations -
-
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.
-