Class CamelCatalogJSonSchemaResolver

  • All Implemented Interfaces:
    org.apache.camel.catalog.JSonSchemaResolver

    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.
    • Method Detail

      • setClassLoader

        public void setClassLoader​(ClassLoader classLoader)
        Specified by:
        setClassLoader in interface org.apache.camel.catalog.JSonSchemaResolver
      • getComponentJSonSchema

        public String getComponentJSonSchema​(String name)
        Specified by:
        getComponentJSonSchema in interface org.apache.camel.catalog.JSonSchemaResolver
      • getDataFormatJSonSchema

        public String getDataFormatJSonSchema​(String name)
        Specified by:
        getDataFormatJSonSchema in interface org.apache.camel.catalog.JSonSchemaResolver
      • getLanguageJSonSchema

        public String getLanguageJSonSchema​(String name)
        Specified by:
        getLanguageJSonSchema in interface org.apache.camel.catalog.JSonSchemaResolver
      • getModelJSonSchema

        public String getModelJSonSchema​(String name)
        Specified by:
        getModelJSonSchema in interface org.apache.camel.catalog.JSonSchemaResolver
      • getMainJsonSchema

        public String getMainJsonSchema()
        Specified by:
        getMainJsonSchema in interface org.apache.camel.catalog.JSonSchemaResolver
      • getOtherJSonSchema

        public String getOtherJSonSchema​(String name)
        Specified by:
        getOtherJSonSchema in interface org.apache.camel.catalog.JSonSchemaResolver