Class MuleArtifactAngDataExtractor
- java.lang.Object
-
- com.mulesoft.runtime.ang.introspector.MuleArtifactAngDataExtractor
-
public class MuleArtifactAngDataExtractor extends Object
Provides the logic to extract data form anArtifactAstinto the format defined by an AML dialect to be published to ANG.
-
-
Constructor Summary
Constructors Constructor Description MuleArtifactAngDataExtractor()
-
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 required data.
-