Package com.networknt.schema
Interface ExecutionContextCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Customize the execution context before validation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(ExecutionContext executionContext, ValidationContext validationContext) Customize the execution context before validation.
-
Method Details
-
customize
Customize the execution context before validation.The validation context should only be used for reference as it is shared.
- Parameters:
executionContext
- the execution contextvalidationContext
- the validation context for reference
-