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 TypeClassDescriptionclassclassThis is the abstract base class allValidatorimplementations should extend.classThis is the abstract base implementation ofValidator.classclassProjectionValidator<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 booleanValidator.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.