@Deprecated public interface JsonSchemaLoader
Modifier and Type | Method and Description |
---|---|
com.networknt.schema.JsonSchema |
createSchema(org.apache.camel.CamelContext camelContext,
InputStream inputStream)
Deprecated.
use
JsonUriSchemaLoader instead |
@Deprecated com.networknt.schema.JsonSchema createSchema(org.apache.camel.CamelContext camelContext, InputStream inputStream) throws Exception
JsonUriSchemaLoader
insteadcamelContext
- camel contextinputStream
- the resource input streamException
Apache Camel