Class PropertiesResolver

java.lang.Object
org.mule.runtime.ast.internal.builder.PropertiesResolver
All Implemented Interfaces:
Function<String,String>, UnaryOperator<String>

public class PropertiesResolver extends Object implements 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 Details

    • PropertiesResolver

      public PropertiesResolver()
  • Method Details