Class PropertiesResolver
java.lang.Object
org.mule.runtime.ast.internal.builder.PropertiesResolver
- All Implemented Interfaces:
Function<String,,String> UnaryOperator<String>
Allows to set a mapping function that will resolve properties in the parameters of the owning
ArtifactAst.
The mapping function must transform a String containing keys surrounded with placeholder delimiters (${})
to a String with those placeholders replaced with the appropriate property.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonMappingFunctionChanged(Runnable callback) voidsetMappingFunction(UnaryOperator<String> mappingFunction)