Uses of Interface
org.hglteam.validation.Validation
-
-
Uses of Validation in org.hglteam.validation
Classes in org.hglteam.validation that implement Validation Modifier and Type Class Description classMultistepValidationBuilder<T>classSimpleValidation<T>Fields in org.hglteam.validation with type parameters of type Validation Modifier and Type Field Description protected List<Validation<T>>MultistepValidationBuilderBase. validationsMethods in org.hglteam.validation that return Validation Modifier and Type Method Description protected <P> Validation<T>MultistepValidationBuilderBase. propertyValidator(Function<T,P> getter, Consumer<MultistepValidationBuilderBase<P,?>> builderConfigurator)
-