Uses of Enum Class
jakarta.validation.executable.ExecutableType
Packages that use ExecutableType
Package
Description
Top level package of the Jakarta Validation API.
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 ExecutableTypeModifier and TypeMethodDescriptionBootstrapConfiguration.getDefaultValidatedExecutableTypes()Returns the set of executable types that should be considered unless explicitly overridden viaValidateOnExecution. -
Uses of ExecutableType in jakarta.validation.executable
Subclasses with type arguments of type ExecutableType in jakarta.validation.executableModifier and TypeClassDescriptionenumDefines the types of executables targeted by an operation.Methods in jakarta.validation.executable that return ExecutableTypeModifier and TypeMethodDescriptionstatic ExecutableTypeReturns the enum constant of this class with the specified name.static ExecutableType[]ExecutableType.values()Returns an array containing the constants of this enum class, in the order they are declared.