Class ConfigPropertiesDataExtractor
- java.lang.Object
-
- com.mulesoft.runtime.ang.introspector.extractor.ConfigPropertiesDataExtractor
-
public class ConfigPropertiesDataExtractor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_PROPERTIES_KEY
-
Constructor Summary
Constructors Constructor Description ConfigPropertiesDataExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>extractFrom(org.mule.runtime.ast.api.ArtifactAst artifact)Extracts the config properties form the app.
-
-
-
Field Detail
-
CONFIG_PROPERTIES_KEY
public static final String CONFIG_PROPERTIES_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
extractFrom
public Map<String,Object> extractFrom(org.mule.runtime.ast.api.ArtifactAst artifact)
Extracts the config properties form the app.A config prooperty has a type that is determined from where the property is used, and a default value that is provided via a
global-propertyelement in the app itself.- Parameters:
artifact-- Returns:
-
-