|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutableType | |
|---|---|
| javax.validation | Top level package of the Bean Validation API. |
| javax.validation.executable | Package related to the control and executaion of executable validation. |
| Uses of ExecutableType in javax.validation |
|---|
| Methods in javax.validation that return types with arguments of type ExecutableType | |
|---|---|
Set<ExecutableType> |
BootstrapConfiguration.getValidatedExecutableTypes()
Return the set of executable types that should be considered unless explicitly overridden via javax.validation.ValidateExecutable
Return a set containing CONSTRUCTORS and NON_GETTER_METHODS
if unspecified in the configuration. |
| Uses of ExecutableType in javax.validation.executable |
|---|
| Methods in javax.validation.executable that return ExecutableType | |
|---|---|
static ExecutableType |
ExecutableType.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||