Package | Description |
---|---|
org.hibernate.validator.metadata |
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ConstraintDescriptorImpl(T annotation,
ConstraintHelper constraintHelper,
Class<?> implicitGroup,
ElementType type,
ConstraintOrigin definedOn) |
ConstraintDescriptorImpl(T annotation,
ConstraintHelper constraintHelper,
ElementType type,
ConstraintOrigin definedOn) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.