public interface JsonUriSchemaLoader
| Modifier and Type | Method and Description |
|---|---|
com.networknt.schema.JsonSchema |
createSchema(org.apache.camel.CamelContext camelContext,
String schemaUri)
Create a new Schema based on the schema input stream.
|
com.networknt.schema.JsonSchema createSchema(org.apache.camel.CamelContext camelContext,
String schemaUri)
throws Exception
camelContext - camel contextschemaUri - the schema URIExceptionApache Camel