public interface OutputModelParser
OutputModel so that the semantics reflected in it can be extracted in a uniform
way, regardless of the actual syntax used by the extension developer.ExtensionModelParser| Modifier and Type | Method and Description |
|---|---|
default <T extends org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclarer> |
applyOn(org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclarer<T> declarer)
Configures the given
declarer with the values extracted by this parser |
org.mule.metadata.api.model.MetadataType |
getType() |
boolean |
isDynamic() |
org.mule.metadata.api.model.MetadataType getType()
MetadataType for the output valueboolean isDynamic()
default <T extends org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclarer> org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclarer<T> applyOn(org.mule.runtime.api.meta.model.declaration.fluent.OutputDeclarer<T> declarer)
declarer with the values extracted by this parserT - the declarer's generic typedeclarer - an OutputDeclarerCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.