public abstract class FromJsonOutputMetadataResolver extends SchemaOutputMetadataResolver
SchemaOutputMetadataResolver 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 |
|---|
FromJsonOutputMetadataResolver() |
| 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 |
getSchemaPath, getStaticMetadatagetCategoryName, getOutputTypeprotected abstract org.mule.metadata.api.model.MetadataFormat getFormat()
protected org.mule.metadata.api.model.MetadataType loadSchema(String schemaPath)
SchemaOutputMetadataResolverschema and transforms it to a MetadataTypeloadSchema in class SchemaOutputMetadataResolverschemaPath - the relative path to the schemaMetadataTypeCopyright © 2021. All rights reserved.