|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintOrigin | |
|---|---|
| org.hibernate.validator.internal.metadata.core | |
| org.hibernate.validator.internal.metadata.descriptor | Implementation of the Bean Validation meta data API and its Hibernate Validator specific extension for the representation of method level constraints. |
| Uses of ConstraintOrigin in org.hibernate.validator.internal.metadata.core |
|---|
| Methods in org.hibernate.validator.internal.metadata.core that return ConstraintOrigin | |
|---|---|
static ConstraintOrigin |
ConstraintOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConstraintOrigin[] |
ConstraintOrigin.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of ConstraintOrigin in org.hibernate.validator.internal.metadata.descriptor |
|---|
| Methods in org.hibernate.validator.internal.metadata.descriptor that return ConstraintOrigin | |
|---|---|
ConstraintOrigin |
ConstraintDescriptorImpl.getDefinedOn()
|
| Constructors in org.hibernate.validator.internal.metadata.descriptor with parameters of type ConstraintOrigin | |
|---|---|
ConstraintDescriptorImpl(T annotation,
ConstraintHelper constraintHelper,
Class<?> implicitGroup,
ElementType type,
ConstraintOrigin definedOn)
|
|
ConstraintDescriptorImpl(T annotation,
ConstraintHelper constraintHelper,
ElementType type,
ConstraintOrigin definedOn)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||