Package | Description |
---|---|
org.apache.bval.jsr303 |
Modifier and Type | Method and Description |
---|---|
<T> List<MetaConstraint<T,? extends Annotation>> |
ApacheValidatorFactory.getMetaConstraints(Class<T> beanClass)
Retrieve the runtime constraint configuration for a given class.
|
Modifier and Type | Method and Description |
---|---|
void |
ApacheValidatorFactory.addMetaConstraint(Class<?> beanClass,
MetaConstraint<?,?> metaConstraint)
Add a meta-constraint to this
ApacheValidatorFactory 's runtime
customizations. |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.