Uses of Interface
io.github.mmm.validation.Validator
-
Uses of Validator in io.github.mmm.validation
Classes in io.github.mmm.validation that implement ValidatorModifier and TypeClassDescriptionclass
class
This is the abstract base class allValidator
implementations should extend.class
This is the abstract base implementation ofValidator
.class
class
ProjectionValidator<V,
C> Fields in io.github.mmm.validation declared as ValidatorMethods in io.github.mmm.validation that return ValidatorModifier and TypeMethodDescription<T> Validator<T>
<T> Validator<T>
default <T> Validator<T>
default <T> Validator<T>
AbstractComposedValidator.getChild
(int index) Validator<?>
AbstractValidator.getChild
(int index) static <T> Validator<T>
Validator.none()
Methods in io.github.mmm.validation with parameters of type ValidatorModifier and TypeMethodDescription<T> Validator<T>
<T> Validator<T>
default <T> Validator<T>
default <T> Validator<T>
static boolean
Validator.isValidating
(Validator<?> validator) Constructors in io.github.mmm.validation with parameters of type ValidatorModifierConstructorDescriptionAbstractComposedValidator
(Validator<? super C>... validators) The constructor.ComposedValidator
(Validator<? super V>... validators) The constructor.The constructor.