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