Package jakarta.validation.executable
Package related to the control and execution of executable validation.
Use
ValidateOnExecution
to control whether or
not a (set of) constructors or methods are being validated.-
Interface Summary Interface Description ExecutableValidator Validates parameters and return values of methods and constructors. -
Enum Summary Enum Description ExecutableType Defines the types of executables targeted by an operation. -
Annotation Types Summary Annotation Type Description ValidateOnExecution Expresses which executables (methods or constructors) should have their parameters and return value validated upon execution.