Uses of Interface
org.apache.bval.MetaBeanFactory

Packages that use MetaBeanFactory
org.apache.bval   
org.apache.bval.jsr303   
org.apache.bval.jsr303.extensions   
org.apache.bval.xml   
 

Uses of MetaBeanFactory in org.apache.bval
 

Classes in org.apache.bval that implement MetaBeanFactory
 class IntrospectorMetaBeanFactory
          Description: use information from java.beans.Introspector in MetaBeans.
 

Methods in org.apache.bval that return MetaBeanFactory
 MetaBeanFactory[] MetaBeanBuilder.getFactories()
          Get the configured set of MetaBeanFactory objects.
 

Methods in org.apache.bval with parameters of type MetaBeanFactory
 void MetaBeanBuilder.setFactories(MetaBeanFactory[] factories)
          Set the array of MetaBeanFactory instances with which to enrich MetaBeans.
 

Constructors in org.apache.bval with parameters of type MetaBeanFactory
MetaBeanBuilder(MetaBeanFactory[] factories)
          Create a new MetaBeanBuilder instance.
 

Uses of MetaBeanFactory in org.apache.bval.jsr303
 

Classes in org.apache.bval.jsr303 that implement MetaBeanFactory
 class Jsr303MetaBeanFactory
          Description: process the class annotations for JSR303 constraint validations to build the MetaBean with information from annotations and JSR303 constraint mappings (defined in xml)
 

Method parameters in org.apache.bval.jsr303 with type arguments of type MetaBeanFactory
protected  MetaBeanFinder ApacheFactoryContext.createMetaBeanManager(List<MetaBeanFactory> builders)
          Create a MetaBeanManager using the specified builders.
 

Uses of MetaBeanFactory in org.apache.bval.jsr303.extensions
 

Classes in org.apache.bval.jsr303.extensions that implement MetaBeanFactory
 class MethodValidatorMetaBeanFactory
          Description: extension to validate parameters/return values of methods/constructors.
 

Uses of MetaBeanFactory in org.apache.bval.xml
 

Classes in org.apache.bval.xml that implement MetaBeanFactory
 class XMLMetaBeanFactory
          Description: Create or enrich MetaBeans from apache beanInfos xml
 

Methods in org.apache.bval.xml with parameters of type MetaBeanFactory
 void XMLMetaBeanBuilder.setFactories(MetaBeanFactory[] factories)
           
 

Constructors in org.apache.bval.xml with parameters of type MetaBeanFactory
XMLMetaBeanBuilder(MetaBeanFactory[] factories)
           
 



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