Class AbstractMultiInputValidator<V>
java.lang.Object
io.github.belgif.rest.problem.validation.AbstractMultiInputValidator<V>
- Type Parameters:
V
- the input value type
- All Implemented Interfaces:
InputValidator
Abstract base class for
InputValidator
with multiple inputs.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractMultiInputValidator
(List<Input<? extends V>> inputs) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.belgif.rest.problem.validation.InputValidator
validate
-
Constructor Details
-
AbstractMultiInputValidator
-
-
Method Details
-
getInputs
-
getInputValueStream
-