Package | Description |
---|---|
org.hibernate.validator.ap.util |
This package contains helper classes.
|
Modifier and Type | Method and Description |
---|---|
ConstraintHelper.ConstraintCheckResult |
ConstraintHelper.checkConstraint(DeclaredType constraintAnnotationType,
TypeMirror typeOfAnnotatedElement)
Checks whether the given annotation type (which must be a
constraint annotation type) may be specified at elements of the specified
type.
|
static ConstraintHelper.ConstraintCheckResult |
ConstraintHelper.ConstraintCheckResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintHelper.ConstraintCheckResult[] |
ConstraintHelper.ConstraintCheckResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007-2019 Red Hat, Inc. All Rights Reserved