public abstract class SchemaInputMetadataResolver
extends org.mule.runtime.api.metadata.resolving.InputStaticTypeResolver
InputStaticTypeResolver implementations that dynamically load a schema.| Constructor and Description |
|---|
SchemaInputMetadataResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResolverName() |
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 schema)
Parses the given
schema and transforms it to a MetadataType |
public String getResolverName()
protected abstract String getSchemaPath()
Class.getResourceAsStream(String) methodprotected abstract org.mule.metadata.api.model.MetadataType loadSchema(String schema)
schema and transforms it to a MetadataTypeschema - the schema to parseMetadataTypepublic org.mule.metadata.api.model.MetadataType getStaticMetadata()
Copyright © 2024. All rights reserved.