Class ContextMetadata
- java.lang.Object
-
- org.mule.weave.extension.api.metadata.ContextMetadata
-
public class ContextMetadata extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ContextMetadata()ContextMetadata(InputMetadata inputMetadata)ContextMetadata(InputMetadata inputMetadata, org.mule.weave.v2.api.tooling.ts.DWType output)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputMetadatagetInputMetadata()org.mule.weave.v2.api.tooling.ts.DWTypegetOutput()
-
-
-
Constructor Detail
-
ContextMetadata
public ContextMetadata()
-
ContextMetadata
public ContextMetadata(InputMetadata inputMetadata)
-
ContextMetadata
public ContextMetadata(InputMetadata inputMetadata, org.mule.weave.v2.api.tooling.ts.DWType output)
-
-
Method Detail
-
getInputMetadata
@Nullable public InputMetadata getInputMetadata()
-
getOutput
@Nullable public org.mule.weave.v2.api.tooling.ts.DWType getOutput()
-
-