public abstract class SchemaOutputMetadataResolver
extends org.mule.runtime.api.metadata.resolving.OutputStaticTypeResolver
OutputStaticTypeResolver implementations that dynamically load a schema| Constructor and Description |
|---|
SchemaOutputMetadataResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getSchemaPath()
Absolute path to the schema between the context of the owning connector.
|
org.mule.metadata.api.model.MetadataType |
getStaticMetadata() |
protected abstract org.mule.metadata.api.model.MetadataType |
loadSchema(String schemaPath)
Parses the given
schema and transforms it to a MetadataType |
getCategoryName, getOutputTypeprotected abstract String getSchemaPath()
Class.getResourceAsStream(String) methodprotected abstract org.mule.metadata.api.model.MetadataType loadSchema(String schemaPath)
schema and transforms it to a MetadataTypeschemaPath - the relative path to the schemaMetadataTypepublic org.mule.metadata.api.model.MetadataType getStaticMetadata()
Copyright © 2021. All rights reserved.