Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
javax.validation.executable |
Package related to the control and execution of executable validation.
|
Modifier and Type | Method and Description |
---|---|
Set<ExecutableType> |
BootstrapConfiguration.getDefaultValidatedExecutableTypes()
Returns the set of executable types that should be considered
unless explicitly overridden via
ValidateOnExecution
Returns a set containing CONSTRUCTORS and
NON_GETTER_METHODS if unspecified in the configuration. |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.