public class ContextScanRouteBuilderFinder extends Object
RouteBuilder instances in the
BlueprintContainer.| Constructor and Description |
|---|
ContextScanRouteBuilderFinder(BlueprintCamelContext camelContext,
org.apache.camel.spi.PackageScanFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendBuilders(List<org.apache.camel.RoutesBuilder> list)
Appends all the
RouteBuilder instances that can be found in the context |
protected boolean |
isFilteredClass(Object bean) |
protected boolean |
shouldIgnoreBean(Object bean) |
public ContextScanRouteBuilderFinder(BlueprintCamelContext camelContext, org.apache.camel.spi.PackageScanFilter filter)
Apache Camel