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
Methods in javax.validation.executable that return ExecutableTypeModifier and TypeMethodDescriptionstatic ExecutableType
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.