public class CamelContextJSonSchemaResolver extends Object implements JSonSchemaResolver
CamelContext to resolve the JSon schema files.| Constructor and Description |
|---|
CamelContextJSonSchemaResolver(CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentJSonSchema(String name)
Returns the component information as JSon format.
|
String |
getDataFormatJSonSchema(String name)
Returns the data format information as JSon format.
|
String |
getLanguageJSonSchema(String name)
Returns the language information as JSon format.
|
String |
getModelJSonSchema(String name)
Returns the model information as JSon format.
|
String |
getOtherJSonSchema(String name)
Returns the other (miscellaneous) information as JSon format.
|
public CamelContextJSonSchemaResolver(CamelContext camelContext)
public String getComponentJSonSchema(String name)
JSonSchemaResolvergetComponentJSonSchema in interface JSonSchemaResolvername - the component namepublic String getDataFormatJSonSchema(String name)
JSonSchemaResolvergetDataFormatJSonSchema in interface JSonSchemaResolvername - the data format namepublic String getLanguageJSonSchema(String name)
JSonSchemaResolvergetLanguageJSonSchema in interface JSonSchemaResolvername - the language namepublic String getOtherJSonSchema(String name)
JSonSchemaResolvergetOtherJSonSchema in interface JSonSchemaResolvername - the other (miscellaneous) namepublic String getModelJSonSchema(String name)
JSonSchemaResolvergetModelJSonSchema in interface JSonSchemaResolvername - the model nameApache Camel