Package | Description |
---|---|
org.apache.camel.runtimecatalog |
Runtime Camel Catalog
|
Modifier and Type | Class and Description |
---|---|
class |
CamelContextJSonSchemaResolver
Uses runtime
CamelContext to resolve the JSon schema files. |
Modifier and Type | Method and Description |
---|---|
JSonSchemaResolver |
AbstractCamelCatalog.getJSonSchemaResolver() |
JSonSchemaResolver |
RuntimeCamelCatalog.getJSonSchemaResolver()
Gets the
JSonSchemaResolver . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCamelCatalog.setJSonSchemaResolver(JSonSchemaResolver resolver) |
void |
RuntimeCamelCatalog.setJSonSchemaResolver(JSonSchemaResolver resolver)
To use a custom
JSonSchemaResolver |
Apache Camel