public class CamelCatalogJSonSchemaResolver extends Object implements org.apache.camel.catalog.JSonSchemaResolver
JSonSchemaResolver used by CamelCatalog that is able to load all the resources that the complete camel-catalog JAR provides.| Constructor and Description |
|---|
CamelCatalogJSonSchemaResolver(CamelCatalog camelCatalog,
Map<String,String> extraComponents,
Map<String,String> extraComponentsJSonSchema,
Map<String,String> extraDataFormats,
Map<String,String> extraDataFormatsJSonSchema) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentJSonSchema(String name) |
String |
getDataFormatJSonSchema(String name) |
String |
getLanguageJSonSchema(String name) |
String |
getMainJsonSchema() |
String |
getModelJSonSchema(String name) |
String |
getOtherJSonSchema(String name) |
void |
setClassLoader(ClassLoader classLoader) |
public void setClassLoader(ClassLoader classLoader)
setClassLoader in interface org.apache.camel.catalog.JSonSchemaResolverpublic String getComponentJSonSchema(String name)
getComponentJSonSchema in interface org.apache.camel.catalog.JSonSchemaResolverpublic String getDataFormatJSonSchema(String name)
getDataFormatJSonSchema in interface org.apache.camel.catalog.JSonSchemaResolverpublic String getLanguageJSonSchema(String name)
getLanguageJSonSchema in interface org.apache.camel.catalog.JSonSchemaResolverpublic String getModelJSonSchema(String name)
getModelJSonSchema in interface org.apache.camel.catalog.JSonSchemaResolverpublic String getMainJsonSchema()
getMainJsonSchema in interface org.apache.camel.catalog.JSonSchemaResolverApache Camel