| Interface | Description |
|---|---|
| JSonSchemaResolver |
Pluggable resolver to load JSon schema files for components, data formats, languages etc.
|
| RuntimeCamelCatalog |
Runtime based CamelCatalog which are included in camel-core that can provided limit CamelCatalog capabilities
|
| SuggestionStrategy |
Strategy to provide suggestions for unknown endpoint options
|
| Class | Description |
|---|---|
| AbstractCamelCatalog |
Base class for both the runtime RuntimeCamelCatalog from camel-core and the complete CamelCatalog from camel-catalog.
|
| CamelContextJSonSchemaResolver |
Uses runtime
CamelContext to resolve the JSon schema files. |
| CatalogHelper | |
| CollectionStringBuffer | |
| DefaultRuntimeCamelCatalog |
Default
RuntimeCamelCatalog. |
| EndpointValidationResult |
Details result of validating endpoint uri.
|
| JSonSchemaHelper | |
| LanguageValidationResult |
Validation result of parsing a language expression or predicate
|
| SimpleValidationResult | Deprecated
Please use
LanguageValidationResult instead. |
| TimePatternConverter |
This class is a copy from camel-core so we can use it independent to validate uris with time patterns
|
| UnsafeUriCharactersEncoder |
Encoder for unsafe URI characters.
|
| URISupport |
Copied from org.apache.camel.util.URISupport
|
Apache Camel