ArooaDescriptor in particular.See: Description
| Interface | Description |
|---|---|
| ArooaAnnotation |
Wrapper for an annotation.
|
| ArooaDescriptorFactory |
Something that can create an
ArooaDescriptor. |
| BeanDefinition |
Provide a definition of a bean.
|
| BeanDescriptorAccumulator |
Provides a way to accumulate contributions to an
ArooaBeanDescriptor from
various sources. |
| BeanDescriptorContributor |
Currently a marker interface for Classes that contribute to a
BeanDescriptorAccumulator. |
| BeanDescriptorProvider |
Something capable of providing an
ArooaBeanDescriptor. |
| ConfiguredHowAccumulator |
Provides a way to accumulate how properties are configured from various sources.
|
| Class | Description |
|---|---|
| AnnotatedBeanDescriptorContributor |
Contributes to an
BeanDescriptorContributor from an annotated class. |
| AnnotationArooaAnnotation |
An
ArooaAnnotation created from a real annotation. |
| AnnotationDefinitionBean |
The bean for the <arooa:annotation> definition in a descriptor.
|
| ArooaAnnotationsHelper |
Helps build an
ArooaBeanDescriptor from annotations
and provides it with the ArooaAnnotations view of annotations. |
| ArooaDescriptorBean |
A bean style implementation of an
ArooaDescriptorFactory. |
| ArooaDescriptorDescriptor | |
| ArooaDescriptorDescriptorFactory | |
| BeanDefinitionBean | |
| BeanDefinitionContributor |
Contributes to a
BeanDescriptorAccumulator from a BeanDefinition. |
| BeanDefinitions |
Provide a set of element to class name
mappings.
|
| BeanDescriptorBuilder |
Helper class to provide an
ArooaBeanDescriptor. |
| BeanDescriptorHelper | |
| ClassBeanDescriptorProvider |
A
BeanDescriptorProvider that looks for a class of
the same name as the bean plus Arooa to provide the descriptor. |
| ClassesOnlyDescriptor |
An ArooaDescriptor that only provides classes;
|
| ClassMappingsList |
Amalgamate
ElementMappings. |
| ClassPathDescriptorFactory |
Create an
ArooaDescriptor by scanning for arooa.xml
descriptor files. |
| ClassResolverDescriptorFactory |
Create an
ArooaDescriptor by scanning an existing
descriptor for descriptor files. |
| ConfigurationDescriptorFactory |
A very simple
ArooaDescriptorFactory that loads a descriptor
definition from an ArooaConfiguration such an XML file. |
| ConversionDescriptorBean | |
| DefaultBeanDescriptorProvider |
Provide a default descriptor with configured how based on the types of
the property.
|
| EmptyDescriptor | |
| LinkedBeanDescriptor |
Link together two
BeanDescriptors. |
| LinkedClassMapping | |
| LinkedDescriptor |
Combine two
ArooaDescriptors. |
| ListDescriptor |
A collection of descriptors.
|
| ListDescriptorBean | |
| MappingsSwitch |
Provide a consistent
ElementMappings view for the two
individual mappings that are loaded in an ArooaDescriptorBean. |
| NoAnnotations |
A no-op implementation of
ArooaAnnotations |
| PropertyDefinitionBean | |
| SupportedBeanDescriptorProvider |
Encapsulate all the supported methods for providing an
ArooaBeanDescriptor. |
| SyntheticArooaAnnotation |
An
ArooaAnnotation created just from a String from a
descriptor. |
| URLDescriptorFactory |
Create an {link ArooaDescriptor} from a collection of URLs.
|
| Enum | Description |
|---|---|
| PropertyDefinitionBean.PropertyType |
Concerning deployment and implementations of ArooaDescriptor in particular.