Uses of Class
org.apache.bval.model.FeaturesCapable

Packages that use FeaturesCapable
org.apache.bval   
org.apache.bval.jsr303   
org.apache.bval.model   
org.apache.bval.xml   
 

Uses of FeaturesCapable in org.apache.bval
 

Subclasses of FeaturesCapable in org.apache.bval
 class DynamicMetaBean
          Description: Dynamic MetaBean subclass.
 

Methods in org.apache.bval that return FeaturesCapable
 FeaturesCapable BeanValidationContext.getMeta()
          Depending on whether we have a metaProperty or not, this returns the metaProperty or otherwise the metaBean.
 

Uses of FeaturesCapable in org.apache.bval.jsr303
 

Constructors in org.apache.bval.jsr303 with parameters of type FeaturesCapable
AppendValidationToMeta(FeaturesCapable meta)
          Create a new AppendValidationToMeta instance.
 

Uses of FeaturesCapable in org.apache.bval.model
 

Subclasses of FeaturesCapable in org.apache.bval.model
 class MetaBean
          Description: the meta description of a bean or class.
 class MetaProperty
          Description: the meta description of a property of a bean.
 

Methods in org.apache.bval.model with type parameters of type FeaturesCapable
<T extends FeaturesCapable>
T
FeaturesCapable.copy()
          Create a deep copy (copy receiver and copy properties).
protected
<T extends FeaturesCapable>
void
MetaBean.copyInto(T target)
          Copy this FeaturesCapable into another FeaturesCapable instance.
protected
<T extends FeaturesCapable>
void
FeaturesCapable.copyInto(T target)
          Copy this FeaturesCapable into another FeaturesCapable instance.
 

Uses of FeaturesCapable in org.apache.bval.xml
 

Methods in org.apache.bval.xml with parameters of type FeaturesCapable
protected  void XMLMetaBeanFactory.enrichValidations(FeaturesCapable prop, XMLFeaturesCapable xmlProp, XMLMetaBeanFactory.XMLResult result, boolean addStandard)
           
 void XMLFeaturesCapable.mergeFeaturesInto(FeaturesCapable fc)
           
 



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