- All Superinterfaces:
ValidatorCustomizer
- Enclosing interface:
Validator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface Validator.GeneratedComponent
extends ValidatorCustomizer
Components register ValidationAdapters with the Validator.Builder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(Validator.Builder builder) Customize the Builder with generated ValidationAdapters.
-
Method Details
-
customize
Customize the Builder with generated ValidationAdapters.- Specified by:
customize
in interfaceValidatorCustomizer
-