Uses of Interface
org.apache.bval.MetaBeanFinder

Packages that use MetaBeanFinder
org.apache.bval   
org.apache.bval.jsr303   
org.apache.bval.xml   
 

Uses of MetaBeanFinder in org.apache.bval
 

Classes in org.apache.bval that implement MetaBeanFinder
 class MetaBeanCache
          Description: a cache to hold metabeans by id and by class.
 class MetaBeanManager
          Description: Default implementation for the interface to find, register and create MetaBeans.
 

Methods in org.apache.bval that return MetaBeanFinder
static MetaBeanFinder MetaBeanManagerFactory.getFinder()
          global meta bean finder.
 MetaBeanFinder BeanValidator.getMetaBeanFinder()
          Get the metabean finder associated with this validator.
 

Constructors in org.apache.bval with parameters of type MetaBeanFinder
BeanValidator(MetaBeanFinder metaBeanFinder)
          Create a new BeanValidator instance.
DynamicMetaBean(MetaBeanFinder finder)
          Create a new DynamicMetaBean instance.
 

Uses of MetaBeanFinder in org.apache.bval.jsr303
 

Methods in org.apache.bval.jsr303 that return MetaBeanFinder
protected  MetaBeanFinder ApacheFactoryContext.buildMetaBeanFinder()
          Create MetaBeanManager that uses factories: if enabled by ApacheValidatorConfiguration.Properties.ENABLE_INTROSPECTOR, an IntrospectorMetaBeanFactory MetaBeanFactory types (if any) specified by ApacheValidatorConfiguration.Properties.METABEAN_FACTORY_CLASSNAMES if no Jsr303MetaBeanFactory has yet been specified (this allows factory order customization), a Jsr303MetaBeanFactory which handles both JSR303-XML and JSR303-Annotations if enabled by ApacheValidatorConfiguration.Properties.ENABLE_METABEANS_XML, an XMLMetaBeanFactory
protected  MetaBeanFinder ApacheFactoryContext.createMetaBeanManager(List<MetaBeanFactory> builders)
          Create a MetaBeanManager using the specified builders.
 MetaBeanFinder ApacheFactoryContext.getMetaBeanFinder()
          Get the metaBeanFinder.
protected  MetaBeanFinder ClassValidator.getMetaBeanFinder()
          Get the metabean finder associated with this validator.
 

Constructors in org.apache.bval.jsr303 with parameters of type MetaBeanFinder
ApacheFactoryContext(ApacheValidatorFactory factory, MetaBeanFinder metaBeanFinder)
          Create a new ApacheFactoryContext instance.
 

Uses of MetaBeanFinder in org.apache.bval.xml
 

Classes in org.apache.bval.xml that implement MetaBeanFinder
 class XMLMetaBeanManager
          Description: internal implementation class to construct metabeans with factories and from xstream xml files.
 

Methods in org.apache.bval.xml that return MetaBeanFinder
static MetaBeanFinder XMLMetaBeanManagerFactory.getFinder()
          global meta bean finder.
 



Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.