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 schema)
Parses the given
schema and transforms it to a MetadataType |
getInputMetadata, getResolverName, getSchemaPathprotected abstract org.mule.metadata.api.model.MetadataFormat getFormat()
protected org.mule.metadata.api.model.MetadataType loadSchema(String schema)
SchemaInputMetadataResolverschema and transforms it to a MetadataTypeloadSchema in class SchemaInputMetadataResolverschema - the schema to parseMetadataTypeCopyright © 2019. All rights reserved.