Package | Description |
---|---|
org.apache.bval | |
org.apache.bval.jsr303 | |
org.apache.bval.xml |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static MetaBeanFinder |
MetaBeanManagerFactory.getFinder()
global meta bean finder.
|
MetaBeanFinder |
BeanValidator.getMetaBeanFinder()
Get the metabean finder associated with this validator.
|
Constructor and Description |
---|
BeanValidator(MetaBeanFinder metaBeanFinder)
Create a new BeanValidator instance.
|
DynamicMetaBean(MetaBeanFinder finder)
Create a new DynamicMetaBean instance.
|
Modifier and Type | Method and Description |
---|---|
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. |
protected MetaBeanFinder |
ClassValidator.getMetaBeanFinder()
Get the metabean finder associated with this validator.
|
MetaBeanFinder |
ApacheFactoryContext.getMetaBeanFinder()
Get the metaBeanFinder.
|
Constructor and Description |
---|
ApacheFactoryContext(ApacheValidatorFactory factory,
MetaBeanFinder metaBeanFinder)
Create a new ApacheFactoryContext instance.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLMetaBeanManager
Description: internal implementation class to construct metabeans with
factories and from xstream xml files.
|
Modifier and Type | Method and Description |
---|---|
static MetaBeanFinder |
XMLMetaBeanManagerFactory.getFinder()
global meta bean finder.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.