public abstract class FromJsonInputMetadataResolver extends SchemaInputMetadataResolver
SchemaInputMetadataResolver implementation for Json schemas. This class allows defining a custom metadata format for
the schema being loaded by overriding the getMetadataFormat() format.| Constructor and Description |
|---|
FromJsonInputMetadataResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.mule.metadata.api.model.MetadataFormat |
getFormat() |
protected org.mule.metadata.api.model.MetadataType |
loadSchema(String schemaPath)
Parses the given
schema and transforms it to a MetadataType |
getResolverName, getSchemaPath, getStaticMetadataprotected abstract org.mule.metadata.api.model.MetadataFormat getFormat()
protected org.mule.metadata.api.model.MetadataType loadSchema(String schemaPath)
SchemaInputMetadataResolverschema and transforms it to a MetadataTypeloadSchema in class SchemaInputMetadataResolverschemaPath - the schema to parseMetadataTypeCopyright © 2024. All rights reserved.