Uses of Class
org.apache.bval.jsr303.xml.MetaConstraint

Packages that use MetaConstraint
org.apache.bval.jsr303   
 

Uses of MetaConstraint in org.apache.bval.jsr303
 

Methods in org.apache.bval.jsr303 that return types with arguments of type MetaConstraint
<T> List<MetaConstraint<T,? extends Annotation>>
ApacheValidatorFactory.getMetaConstraints(Class<T> beanClass)
          Retrieve the runtime constraint configuration for a given class.
 

Methods in org.apache.bval.jsr303 with parameters of type MetaConstraint
 void ApacheValidatorFactory.addMetaConstraint(Class<?> beanClass, MetaConstraint<?,?> metaConstraint)
          Add a meta-constraint to this ApacheValidatorFactory's runtime customizations.
 



Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.