Uses of Class
jakarta.validation.executable.ExecutableType
-
Packages that use ExecutableType Package Description jakarta.validation Top level package of the Jakarta Bean Validation API.jakarta.validation.executable Package related to the control and execution of executable validation. -
-
Uses of ExecutableType in jakarta.validation
Methods in jakarta.validation that return types with arguments of type ExecutableType Modifier and Type Method Description Set<ExecutableType>BootstrapConfiguration. getDefaultValidatedExecutableTypes()Returns the set of executable types that should be considered unless explicitly overridden viaValidateOnExecution. -
Uses of ExecutableType in jakarta.validation.executable
Methods in jakarta.validation.executable that return ExecutableType Modifier and Type Method Description ExecutableType[]type()List of executable types to be validated when called.static ExecutableTypeExecutableType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutableType[]ExecutableType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-