Uses of Class
org.hibernate.validator.metadata.BeanMetaConstraint

Packages that use BeanMetaConstraint
org.hibernate.validator.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
org.hibernate.validator.xml Classes used to parse Bean Validation XML configuration files. 
 

Uses of BeanMetaConstraint in org.hibernate.validator.metadata
 

Methods in org.hibernate.validator.metadata that return types with arguments of type BeanMetaConstraint
 Set<BeanMetaConstraint<?>> BeanMetaData.getDirectMetaConstraints()
           
 Set<BeanMetaConstraint<?>> BeanMetaDataImpl.getDirectMetaConstraints()
           
 Set<BeanMetaConstraint<?>> BeanMetaData.getMetaConstraints()
           
 Set<BeanMetaConstraint<?>> BeanMetaDataImpl.getMetaConstraints()
           
 Map<Class<?>,List<BeanMetaConstraint<?>>> BeanMetaDataImpl.getMetaConstraintsAsMap()
           
 

Constructor parameters in org.hibernate.validator.metadata with type arguments of type BeanMetaConstraint
BeanMetaDataImpl(Class<T> beanClass, ConstraintHelper constraintHelper, List<Class<?>> defaultGroupSequence, Class<? extends DefaultGroupSequenceProvider<?>> defaultGroupSequenceProvider, Map<Class<?>,List<BeanMetaConstraint<?>>> constraints, Set<AggregatedMethodMetaData> methodMetaDatas, Set<Member> cascadedMembers, AnnotationIgnores annotationIgnores, BeanMetaDataCache beanMetaDataCache)
          Constructor used when creating a bean meta data instance via the xml or programmatic API.
 

Uses of BeanMetaConstraint in org.hibernate.validator.xml
 

Methods in org.hibernate.validator.xml that return types with arguments of type BeanMetaConstraint
<T> List<BeanMetaConstraint<?>>
XmlMappingParser.getConstraintsForClass(Class<T> beanClass)
           
 



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