Uses of Class
org.hibernate.validator.internal.xml.ConstraintType

Packages that use ConstraintType
org.hibernate.validator.internal.xml Classes for parsing of Bean Validation XML configuration files. 
 

Uses of ConstraintType in org.hibernate.validator.internal.xml
 

Fields in org.hibernate.validator.internal.xml with type parameters of type ConstraintType
protected  List<ConstraintType> ReturnValueType.constraint
           
protected  List<ConstraintType> ParameterType.constraint
           
protected  List<ConstraintType> GetterType.constraint
           
protected  List<ConstraintType> FieldType.constraint
           
protected  List<ConstraintType> ClassType.constraint
           
protected  List<ConstraintType> MethodType.crossParameterConstraint
           
protected  List<ConstraintType> ConstructorType.crossParameterConstraint
           
 

Methods in org.hibernate.validator.internal.xml that return ConstraintType
 ConstraintType ObjectFactory.createConstraintType()
          Create an instance of ConstraintType
 

Methods in org.hibernate.validator.internal.xml that return types with arguments of type ConstraintType
 List<ConstraintType> ReturnValueType.getConstraint()
          Gets the value of the constraint property.
 List<ConstraintType> ParameterType.getConstraint()
          Gets the value of the constraint property.
 List<ConstraintType> GetterType.getConstraint()
          Gets the value of the constraint property.
 List<ConstraintType> FieldType.getConstraint()
          Gets the value of the constraint property.
 List<ConstraintType> ClassType.getConstraint()
          Gets the value of the constraint property.
 List<ConstraintType> MethodType.getCrossParameterConstraint()
          Gets the value of the crossParameterConstraint property.
 List<ConstraintType> ConstructorType.getCrossParameterConstraint()
          Gets the value of the crossParameterConstraint property.
 

Methods in org.hibernate.validator.internal.xml with parameters of type ConstraintType
static
<A extends Annotation>
MetaConstraint<A>
MetaConstraintBuilder.buildMetaConstraint(ConstraintLocation constraintLocation, ConstraintType constraint, ElementType type, String defaultPackage, ConstraintHelper constraintHelper)
           
 



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