- Type Parameters:
V
- the generic type of the value to validate
.
PARENT
- the generic type of the parent builder
.
SELF
- the generic type of this builder itself (this).
- All Implemented Interfaces:
- Builder<AbstractValidator<? super V>>
- Direct Known Subclasses:
- AbstractCollectionValidatorBuilder, AbstractMapValidatorBuilder
public abstract class ComplexValidatorBuilder<V,PARENT,SELF extends ComplexValidatorBuilder<V,PARENT,SELF>>
extends ObjectValidatorBuilder<V,PARENT,SELF>
- Since:
- 8.0.0
- Author:
- hohwille