|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintOrigin | |
---|---|
org.hibernate.validator.metadata | Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. |
Uses of ConstraintOrigin in org.hibernate.validator.metadata |
---|
Methods in org.hibernate.validator.metadata that return ConstraintOrigin | |
---|---|
ConstraintOrigin |
ConstraintDescriptorImpl.getDefinedOn()
|
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. |
Constructors in org.hibernate.validator.metadata 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 |