Class MuleArtifactAngDataExtractor


  • public class MuleArtifactAngDataExtractor
    extends Object
    Provides the logic to extract data form an ArtifactAst into the format defined by an AML dialect to be published to ANG.
    • Constructor Detail

      • MuleArtifactAngDataExtractor

        public MuleArtifactAngDataExtractor()
    • Method Detail

      • extractFrom

        public Map<String,​Object> extractFrom​(org.mule.runtime.ast.api.ArtifactAst artifact)
        Extracts the required data.
        Parameters:
        artifact - the artifact to extract data from.
        Returns:
        the raw data to be published into ANG.