All Classes and Interfaces

Class
Description
Base class for CamelContext events.
Base class for Exchange events.
Base class for LoadablePropertiesSource which can load properties from a source such as classpath or file system.
Base class for CamelContext events.
Base class for step events.
Package scan filter for testing if a given class is annotated with any of the annotations.
Package scan filter for testing if a given class is annotated with a certain annotation.
A class which will auto-discover Converter objects and methods to pre-load the TypeConverterRegistry of converters on startup.
A type converter which is used to convert to and from array types particularly for derived types of array component types and dealing with primitive array types.
Package scan filter for testing if a given class is assignable to another class.
A simple converter that can convert any Processor to an AsyncProcessor.
Base implementation of a type converter registry used for type converters in Camel.
Generated by camel build tools - do NOT edit this file!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Some useful converters for Camel APIs such as to convert a Predicate or Expression to a Processor
 
Some core java.util Collection based Type Converters
CompositePackageScanFilter allows multiple PackageScanFilters to be composed into a single filter.
 
Represents a fallback type converter
Date and time related converters.
Default implementation of the EventFactory.
Default PropertiesLookup which lookup properties from a Properties with all existing properties.
A parser to parse a string which contains property placeholders.
 
Default implementation of a type converter registry used for type converters in Camel.
Converters for java.time.Duration.
A type converter which is used to convert from String to enum type
A PropertiesFunction that lookup the property value from OS environment variables.
Notifies that async processing has started.
 
Event after an Exchange has been created.
 
 
 
 
Event for before sending an Exchange to an Endpoint.
Event for after an Exchange has been sent to an Endpoint.
 
Future type converter.
A TypeConverter implementation which instantiates an object so that an instance method can be used as a fallback type converter
A TypeConverter implementation which instantiates an object so that an instance method can be used as a type converter
Package scan filter for inverting the match result of a subfilter.
Some core java.io based Type Converters
A PropertiesSource which was created from a PropertiesLocation.
Some core java.nio based Type Converters
Some core java.lang based Type Converters
The properties component allows you to use property placeholders in Camel.
Generated by camel build tools - do NOT edit this file!
Resolver for built-in and custom PropertiesFunction.
 
Used by PropertiesParser to lookup properties by their name
A parser to parse properties for a given input
 
 
 
 
 
 
 
 
 
A PropertiesFunction that lookup the property value from OS environment variables using the service idiom.
A PropertiesFunction that lookup the property value from OS environment variables using the service idiom.
A PropertiesFunction that lookup the property value from OS environment variables using the service idiom.
 
 
SQL Date and time related converters.
A TypeConverter implementation which invokes a static method as a fallback type converter from a type to another type
A TypeConverter implementation which invokes a static method to convert from a type to another type
Event after a step has been completed successfully.
Event after a step has failed.
Event after a step has been created.
A PropertiesFunction that lookup the property value from JVM system property.
A simple converter that can convert any object to a String type by using the toString() method of the object.
A type converter loader, that only supports scanning a TypeConverters class for methods that has been annotated with Converter.
A ClassResolver which loads type converters from an instance that implements TypeConverters.
A TypeConverter that converts to and from URIs.