Uses of Interface
com.flowingcode.backendcore.validation.Validator
Packages that use Validator
-
Uses of Validator in com.flowingcode.backendcore.validation
Methods in com.flowingcode.backendcore.validation that return ValidatorModifier and TypeMethodDescriptionstatic <T> Validator<T>Validator.forCondition(Predicate<T> predicate, Function<T, ErrorDescription> errorSupplier) ValidatorBuilder.forCondition(Predicate<T> predicate, Function<T, ErrorDescription> errorSupplier) Methods in com.flowingcode.backendcore.validation that return types with arguments of type ValidatorModifier and TypeMethodDescriptionValidationSupport.getValidators()ValidationSupport.getValidators(Class<? extends Validator> validatorType) ValidationKind.getValidatorType()Method parameters in com.flowingcode.backendcore.validation with type arguments of type Validator