Uses of Interface
cdc.validation.Validator
Packages that use Validator
-
Uses of Validator in cdc.validation
Classes in cdc.validation that implement ValidatorMethods in cdc.validation that return ValidatorModifier and TypeMethodDescriptiondefault <S> Validator<S>Creates a validator composed of this one applied after a converter.default <S> Validator<S>Creates a validator composed of this one applied after a conversion function.default Validator<?>Validators.getStringValidator(String name) Validators.getStringValidator(String name, cdc.util.lang.FailureReaction reaction) static <T> Validator<? super T>Validators.getValidator(Class<T> valueClass, String name) Returns the validator that has a name and a value type.static <T> Validator<? super T>Validators.getValidator(Class<T> valueClass, String name, cdc.util.lang.FailureReaction reaction) Returns the validator that has a name and a value type.static Validator<?>Validators.getValidator(String name) Returns the validator that has a name.static Validator<?>Validators.getValidator(String name, cdc.util.lang.FailureReaction reaction) Returns the validator that has a name.Methods in cdc.validation with parameters of type Validator