Interface FunctionValidationOnField
- All Superinterfaces:
FunctionValidation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Validation of a function at the field level.
- Since:
- 4.2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(ValidationContextOnField validationContext) Validates the current context on field.
-
Method Details
-
validate
void validate(ValidationContextOnField validationContext) throws com.orchestranetworks.addon.dpra.function.validation.InvalidFunctionException Validates the current context on field.- Parameters:
validationContext
- The validation context.- Throws:
com.orchestranetworks.addon.dpra.function.validation.InvalidFunctionException
- If the current context has invalid data.
-