|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintType | |
---|---|
org.hibernate.validator.xml | Classes used to parse Bean Validation XML configuration files. |
Uses of ConstraintType in org.hibernate.validator.xml |
---|
Fields in org.hibernate.validator.xml with type parameters of type ConstraintType | |
---|---|
protected List<ConstraintType> |
ClassType.constraint
|
protected List<ConstraintType> |
FieldType.constraint
|
protected List<ConstraintType> |
GetterType.constraint
|
Methods in org.hibernate.validator.xml that return ConstraintType | |
---|---|
ConstraintType |
ObjectFactory.createConstraintType()
Create an instance of ConstraintType |
Methods in org.hibernate.validator.xml that return types with arguments of type ConstraintType | |
---|---|
List<ConstraintType> |
ClassType.getConstraint()
Gets the value of the constraint property. |
List<ConstraintType> |
FieldType.getConstraint()
Gets the value of the constraint property. |
List<ConstraintType> |
GetterType.getConstraint()
Gets the value of the constraint property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |