Class ComposedValidator<V>

Type Parameters:
V - is the generic type of the value to validate.
All Implemented Interfaces:
Composable<Validator<?>>, Validator<V>, Iterable<Validator<?>>

public class ComposedValidator<V> extends AbstractComposedValidator<V,V>
Validator that is composed out of a set of individual validators given at construction. It will always invoke all contained validators when a validation is performed.
Since:
1.0.0