Uses of Class
org.hibernate.validator.xml.ConstraintDefinitionType

Packages that use ConstraintDefinitionType
org.hibernate.validator.xml Classes used to parse Bean Validation XML configuration files. 
 

Uses of ConstraintDefinitionType in org.hibernate.validator.xml
 

Fields in org.hibernate.validator.xml with type parameters of type ConstraintDefinitionType
protected  List<ConstraintDefinitionType> ConstraintMappingsType.constraintDefinition
           
 

Methods in org.hibernate.validator.xml that return ConstraintDefinitionType
 ConstraintDefinitionType ObjectFactory.createConstraintDefinitionType()
          Create an instance of ConstraintDefinitionType
 

Methods in org.hibernate.validator.xml that return types with arguments of type ConstraintDefinitionType
 List<ConstraintDefinitionType> ConstraintMappingsType.getConstraintDefinition()
          Gets the value of the constraintDefinition property.
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved