| Interface | Description |
|---|---|
| CommonBeanDefinitionCreator.BeanDefinitionPostProcessor | |
| ConfigurableInstanceFactory<T> |
Factory for the instances created by the
ConfigurableObjectFactory. |
| ObjectFactoryCommonConfigurator<T> |
Implementations of this interface are used to define common configuration attribute across a set of
ComponentBuildingDefinitions. |
| Class | Description |
|---|---|
| BeanDefinitionFactory |
The
BeanDefinitionFactory is the one that knows how to convert a ComponentModel to an actual
BeanDefinition that can later be converted to a runtime object that will be
part of the artifact. |
| CollectionBeanDefinitionCreator |
BeanDefinitionCreator that handles components that contains a collection of elements. |
| CommonBeanDefinitionCreator |
Processor in the chain of responsibility that knows how to handle a generic
ComponentBuildingDefinition. |
| ComponentModelHelper | |
| ComponentObjectFactory |
ObjectFactory for DefaultJavaComponent objects. |
| ConfigurableObjectFactory<T> | |
| DefaultValueVisitor |
Visitor to acquire the default value, if any, defined for the attribute.
|
| EagerObjectCreator |
Creates objects form the DSL representation which are required before any other object.
|
| ExcludeDefaultObjectMethods |
Object that represents the
|
| InterceptorStackBeanDefinitionCreator |
BeanDefinitionCreator for elements interceptor-stack. |
| MapBeanDefinitionCreator |
BeanDefinitionCreator that handles components that define a map in the configuration. |
| MapEntryBeanDefinitionCreator |
BeanDefinitionCreator that handles component that define a map entry. |
| MapFactoryBean |
FactoryBean that creates a Map from a collection of MapEntry and the type of the map. |
| ObjectBeanDefinitionCreator |
BeanDefinitionCreator that handles |
| ObjectFactoryClassRepository |
Repository for storing the dynamic class generated to mimic
FactoryBean from an
ObjectFactory. |
| PooledComponentObjectFactory |
ObjectFactory for PooledJavaComponent objects. |
| PropertiesMapBeanDefinitionCreator | |
| PropertyComponentUtils |
Utility class to parse spring:property, spring:properties or property components in the configuration.
|
| ReferenceBeanDefinitionCreator |
Bean definition creator for elements that are just containers for a reference to another bean definition.
|
| SimpleTypeBeanDefinitionCreator |
Bean definition creator for elements that end up representing simple types.
|
| Enum | Description |
|---|---|
| WrapperElementType |
Types of wrapper elements in the XML config.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.