public interface JsonSchemaLoader
| Modifier and Type | Method and Description |
|---|---|
com.networknt.schema.JsonSchema |
createSchema(org.apache.camel.CamelContext camelContext,
InputStream inputStream)
Create a new Schema based on the schema input stream.
|
com.networknt.schema.JsonSchema createSchema(org.apache.camel.CamelContext camelContext,
InputStream inputStream)
throws Exception
camelContext - camel contextinputStream - the resource input streamExceptionApache Camel