RouteTemplateBeanDefinition |
RouteTemplateBeanDefinition.beanType(Class<?> type) |
To set the return type of the script (fully qualified class name).
|
RouteTemplateBeanDefinition |
RouteTemplateBeanDefinition.beanType(String type) |
To set the return type of the script (fully qualified class name).
|
RouteTemplateBeanDefinition |
RouteTemplateBeanDefinition.properties(Map<String,String> properties) |
Sets properties to set on the created local bean
|
RouteTemplateBeanDefinition |
RouteTemplateBeanDefinition.property(String key,
String value) |
Sets a property to set on the created local bean
|
RouteTemplateBeanDefinition |
RouteTemplateDefinition.templateBean(String name) |
Adds a local bean the route template uses (via fluent builder)
|
RouteTemplateBeanDefinition |
RouteTemplateBeanDefinition.type(String type) |
What type to use for creating the bean.
|
RouteTemplateBeanDefinition |
RouteTemplateBeanDefinition.type(String prefix,
Class<?> type) |
What type to use for creating the bean.
|
RouteTemplateBeanDefinition |
RouteTemplateBeanDefinition.typeClass(Class<?> type) |
Creates the bean from the given class type
|
RouteTemplateBeanDefinition |
RouteTemplateBeanDefinition.typeClass(String type) |
Creates the bean from the given class type
|