public interface JSonSchemaResolver
| 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.
|
String getComponentJSonSchema(String name)
name - the component nameString getDataFormatJSonSchema(String name)
name - the data format nameString getLanguageJSonSchema(String name)
name - the language nameString getOtherJSonSchema(String name)
name - the other (miscellaneous) nameString getModelJSonSchema(String name)
name - the model nameApache Camel