Class InputMetadata


  • public class InputMetadata
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InputMetadata()  
      InputMetadata​(java.util.Map<java.lang.String,​org.mule.weave.v2.api.tooling.ts.DWType> inputs)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​org.mule.weave.v2.api.tooling.ts.DWType> getInputs()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InputMetadata

        public InputMetadata()
      • InputMetadata

        public InputMetadata​(java.util.Map<java.lang.String,​org.mule.weave.v2.api.tooling.ts.DWType> inputs)
    • Method Detail

      • getInputs

        public java.util.Map<java.lang.String,​org.mule.weave.v2.api.tooling.ts.DWType> getInputs()