| Modifier and Type | Method and Description |
|---|---|
PropertyConfiguration |
AbstractHierarchicalDefinitionParser.getTargetPropertyConfiguration() |
PropertyConfiguration |
MuleChildDefinitionParser.getTargetPropertyConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
PreProcessor.preProcess(PropertyConfiguration config,
Element element) |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyConfiguration |
DefaultBeanAssembler.targetConfig |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyConfiguration |
DefaultBeanAssembler.getBeanConfig() |
protected PropertyConfiguration |
DefaultBeanAssembler.getTargetConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
DefaultBeanAssembler.bestGuessName(PropertyConfiguration config,
String oldName,
String className) |
BeanAssembler |
TwoStageMapBeanAssemblerFactory.newBeanAssembler(PropertyConfiguration beanConfig,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
PropertyConfiguration targetConfig,
org.springframework.beans.factory.config.BeanDefinition target) |
BeanAssembler |
BeanAssemblerFactory.newBeanAssembler(PropertyConfiguration beanConfig,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
PropertyConfiguration targetConfig,
org.springframework.beans.factory.config.BeanDefinition target) |
BeanAssembler |
DefaultBeanAssemblerFactory.newBeanAssembler(PropertyConfiguration beanConfig,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
PropertyConfiguration targetConfig,
org.springframework.beans.factory.config.BeanDefinition target) |
BeanAssembler |
AttributeMapBeanAssemblerFactory.newBeanAssembler(PropertyConfiguration beanConfig,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
PropertyConfiguration targetConfig,
org.springframework.beans.factory.config.BeanDefinition target) |
| Constructor and Description |
|---|
AbstractMapBeanAssembler(PropertyConfiguration beanConfig,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
PropertyConfiguration targetConfig,
org.springframework.beans.factory.config.BeanDefinition target) |
AttributeMapBeanAssembler(PropertyConfiguration beanConfig,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
PropertyConfiguration targetConfig,
org.springframework.beans.factory.config.BeanDefinition target) |
DefaultBeanAssembler(PropertyConfiguration beanConfig,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
PropertyConfiguration targetConfig,
org.springframework.beans.factory.config.BeanDefinition target) |
TwoStageMapBeanAssembler(TwoStageMapBeanAssemblerFactory.BeanAssemblerStore store,
PropertyConfiguration beanConfig,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
PropertyConfiguration targetConfig,
org.springframework.beans.factory.config.BeanDefinition target) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReusablePropertyConfiguration
Allow initial mutation; first call of reset stores values as reference and allows further temporary mutation; further calls to
reset return to reference.
|
class |
SimplePropertyConfiguration
A direct implementation of
PropertyConfiguration |
class |
TempWrapperPropertyConfiguration
Wrap a PropertyConfiguration so that changes are kept in the wrapper
|
| Modifier and Type | Field and Description |
|---|---|
protected PropertyConfiguration |
TempWrapperPropertyConfiguration.delegate |
| Constructor and Description |
|---|
ReusablePropertyConfiguration(PropertyConfiguration delegate) |
SinglePropertyWrapper(String oldName,
PropertyConfiguration config) |
TempWrapperPropertyConfiguration(PropertyConfiguration delegate) |
TempWrapperPropertyConfiguration(PropertyConfiguration delegate,
boolean greedyIgnore) |
| Modifier and Type | Method and Description |
|---|---|
PropertyConfiguration |
MapDefinitionParserMutator.getTargetPropertyConfiguration() |
PropertyConfiguration |
AbstractSingleParentFamilyChildDefinitionParser.getTargetPropertyConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProvideDefaultName.preProcess(PropertyConfiguration config,
Element element) |
void |
BlockAttribute.preProcess(PropertyConfiguration config,
Element element) |
void |
CheckExclusiveAttributesAndChildren.preProcess(PropertyConfiguration config,
Element element) |
void |
AddAttribute.preProcess(PropertyConfiguration config,
Element element) |
void |
CheckExclusiveAttributeAndText.preProcess(PropertyConfiguration config,
Element element) |
void |
CheckRequiredAttributes.preProcess(PropertyConfiguration config,
Element element) |
void |
CheckRequiredAttributesWhenNoChildren.preProcess(PropertyConfiguration config,
Element element) |
void |
CheckExclusiveAttribute.preProcess(PropertyConfiguration config,
Element element) |
void |
ProvideDefaultNameFromElement.preProcess(PropertyConfiguration config,
Element element) |
void |
RequireAttribute.preProcess(PropertyConfiguration config,
Element element) |
void |
CheckExclusiveAttributes.preProcess(PropertyConfiguration config,
Element element) |
| Constructor and Description |
|---|
AbstractChildElementIterator(BeanAssemblerFactory beanAssemblerFactory,
PropertyConfiguration configuration) |
NamedSetterChildElementIterator(String setter,
BeanAssemblerFactory beanAssemblerFactory,
PropertyConfiguration configuration) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.