| Package | Description |
|---|---|
| javax.validation |
Top level package of the Bean Validation API.
|
| javax.validation.metadata |
Package containing all objects specifically used and returned by the
metadata API.
|
| org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API.
|
| org.hibernate.validator.internal.util.logging |
Logging classes.
|
| Modifier and Type | Method and Description |
|---|---|
static ConstraintTarget |
ConstraintTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintTarget[] |
ConstraintTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConstraintTarget |
ConstraintDescriptor.getValidationAppliesTo()
|
| Modifier and Type | Method and Description |
|---|---|
ConstraintTarget |
ConstraintDescriptorImpl.getValidationAppliesTo() |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDeclarationException |
Log_$logger.getParametersOrReturnValueConstraintTargetGivenAtNonExecutableException(String constraint,
ConstraintTarget target) |
ConstraintDeclarationException |
Log.getParametersOrReturnValueConstraintTargetGivenAtNonExecutableException(String constraint,
ConstraintTarget target) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.