public abstract class SchemaOutputDynamicMetadataResolver extends Object implements org.mule.runtime.api.metadata.resolving.OutputTypeResolver<Object>
OutputTypeResolver implementations that dynamically load a schema| Constructor and Description |
|---|
SchemaOutputDynamicMetadataResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getOutputType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
Object keyLess) |
protected abstract String |
getSchemaPath()
Absolute path to the schema between the context of the owning connector.
|
protected abstract org.mule.metadata.api.model.MetadataType |
loadSchema(String schemaPath)
Parses the given
schema and transforms it to a MetadataType |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected 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 schemaMetadataTypeCopyright © 2021. All rights reserved.