- All Known Subinterfaces:
Validator.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
BuilderCustomizer
provides
clause in module-info when using the java
module system.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(Validator.Builder builder) Callback to customize a Validator.Builder instance.
-
Method Details
-
customize
Callback to customize a Validator.Builder instance.
-