Uses of Interface
org.hglteam.validation.reactive.ExceptionProvider
-
Uses of ExceptionProvider in org.hglteam.validation.reactive
Methods in org.hglteam.validation.reactive that return ExceptionProviderModifier and TypeMethodDescription<X> ExceptionProvider<X,T> ValidationError.ValidationErrorBuilder.andArguments(Object... args) <X> ExceptionProvider<X,T> ValidationError.ValidationErrorBuilder.andArguments(Function<X, Object[]> argumentExtractor) <X> ExceptionProvider<X,T> ValidationError.ValidationErrorBuilder.andNoArguments()static <X,T extends RuntimeException>
ExceptionProvider<X,T> static <X,T extends RuntimeException>
ExceptionProvider<X,T> ValidationError.withMessage(Function<String, T> constructor, String message, Object... args) Methods in org.hglteam.validation.reactive with parameters of type ExceptionProviderModifier and TypeMethodDescriptionstatic <T> Validation<T>Validations.from(ReactivePredicate<T> reactivePredicate, ExceptionProvider<T, ?> exceptionProvider) MultiStepValidationBuilderBase.ValidationStepBuilder.then(ExceptionProvider<T, ?> exceptionProvider)