Uses of Enum
javax.validation.executable.ExecutableType
Packages that use ExecutableType
Package
Description
Top level package of the Bean Validation API.
Package related to the control and execution of executable validation.
-
Uses of ExecutableType in javax.validation
Methods in javax.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 javax.validation.executable
Subclasses with type arguments of type ExecutableType in javax.validation.executableModifier and TypeClassDescriptionenumDefines the types of executables targeted by an operation.Methods in javax.validation.executable that return ExecutableTypeModifier and TypeMethodDescriptionstatic ExecutableTypeReturns 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.