- All Superinterfaces:
ValidationExtension
- All Known Subinterfaces:
GeneratedComponent
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that's used to customize a Validator.Builder.
These are service loaded when a Validator starts. The classes can be registered with
or via a invalid reference
BuilderCustomizerprovides clause in module-info when using the java module
system.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(Validator.Builder builder) Callback to customize a Validator.Builder instance.
-
Method Details
-
customize
Callback to customize a Validator.Builder instance.
-