Interface | Description |
---|---|
MetaBeanFactory |
Description: interface for abstraction how to initialize a MetaBean
with information from somewhere
|
MetaBeanFinder |
Description: Interface to find BeanInfos
|
Class | Description |
---|---|
BeanValidationContext<T extends ValidationListener> |
Description: Context during validation to help the
Validation
and the BeanValidator do their jobs. |
BeanValidator<T extends ValidationListener> |
Description: Top-Level API-class to validate objects or object-trees.
|
DynamicMetaBean |
Description: Dynamic
MetaBean subclass. |
IntrospectorMetaBeanFactory |
Description: use information from java.beans.Introspector in MetaBeans.
|
MetaBeanBuilder |
Description: internal implementation class to construct metabeans with
factories
|
MetaBeanCache |
Description: a cache to hold metabeans by id and by class.
|
MetaBeanManager |
Description: Default implementation for the interface to find, register and
create MetaBeans.
|
MetaBeanManagerFactory |
Description: API class to hold a singleton of a
MetaBeanManager
that implements the finder and registry interfaces for MetaBeans |
ValidationResults |
Description: Implements a contains to hold and transport validation results
|
Annotation Type | Description |
---|---|
Validate |
Description: Annotate an element (parameter) to be validated.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.