Interface DWTypeTransformer


  • public interface DWTypeTransformer
    Construct DWType from different sources
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.mule.weave.v2.api.tooling.ts.DWType fromMetadataType​(org.mule.metadata.api.model.MetadataType metadataType)
      Returns the DWType representation from a MetadataType
    • Method Detail

      • fromMetadataType

        org.mule.weave.v2.api.tooling.ts.DWType fromMetadataType​(org.mule.metadata.api.model.MetadataType metadataType)
        Returns the DWType representation from a MetadataType
        Parameters:
        metadataType - The Metadata Type to transform
        Returns:
        The DWType