Interface | Description |
---|---|
PropertyConfiguration |
This collects together various constraints/rewrites that can be applied to attributes.
|
SingleProperty | |
ValueMap |
Allow arbitrary processing of a value
|
Class | Description |
---|---|
Conventions |
Overloads the Spring
Conventions class, specifically the Conventions.attributeNameToPropertyName(String)
Method to evaluate the first character of the attribute name and ignore if it is upper case since this is not valid Bean notation
and Mule uses upper case to signify a non-bean attribute name. |
ListValueMap |
Be careful - this doesn't work with endpoint properties because they need to be converted to a URI.
|
PrefixValueMap | |
ReusablePropertyConfiguration |
Allow initial mutation; first call of reset stores values as reference and allows
further temporary mutation; further calls to reset return to reference.
|
SimplePropertyConfiguration |
A direct implementation of
PropertyConfiguration |
SimplePropertyConfiguration.IndentityMapValueMap | |
SimplePropertyConfiguration.MapValueMap | |
SimplePropertyConfiguration.NamedValueMap | |
SinglePropertyLiteral | |
SinglePropertyWrapper | |
TempWrapperPropertyConfiguration |
Wrap a PropertyConfiguration so that changes are kept in the wrapper
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.