Package | Description |
---|---|
org.apache.bval | |
org.apache.bval.jsr | |
org.apache.bval.xml |
Modifier and Type | Class and Description |
---|---|
class |
IntrospectorMetaBeanFactory
Description: use information from java.beans.Introspector in MetaBeans.
|
Modifier and Type | Method and Description |
---|---|
MetaBeanFactory[] |
MetaBeanBuilder.getFactories()
Get the configured set of
MetaBeanFactory objects. |
Modifier and Type | Method and Description |
---|---|
void |
MetaBeanBuilder.setFactories(MetaBeanFactory[] factories)
Set the array of
MetaBeanFactory instances with which to enrich
MetaBean s. |
Constructor and Description |
---|
MetaBeanBuilder(MetaBeanFactory[] factories)
Create a new MetaBeanBuilder instance.
|
Modifier and Type | Class and Description |
---|---|
class |
JsrMetaBeanFactory
Description: process the class annotations for JSR303 constraint validations to build the MetaBean with information
from annotations and JSR303 constraint mappings (defined in xml)
|
Modifier and Type | Method and Description |
---|---|
protected MetaBeanFinder |
ApacheValidatorFactory.createMetaBeanManager(List<MetaBeanFactory> builders)
Create a
MetaBeanManager using the specified builders. |
Modifier and Type | Class and Description |
---|---|
class |
XMLMetaBeanFactory
Description: Create or enrich MetaBeans from apache beanInfos xml
|
Modifier and Type | Method and Description |
---|---|
void |
XMLMetaBeanBuilder.setFactories(MetaBeanFactory[] factories) |
Constructor and Description |
---|
XMLMetaBeanBuilder(MetaBeanFactory[] factories) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.