public class RedisComponentConfigurer
extends org.apache.camel.support.component.PropertyConfigurerSupport
implements org.apache.camel.spi.GeneratedPropertyConfigurer, org.apache.camel.spi.PropertyConfigurerGetter
| Constructor and Description | 
|---|
| RedisComponentConfigurer() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | configure(org.apache.camel.CamelContext camelContext,
         Object obj,
         String name,
         Object value,
         boolean ignoreCase) | 
| String[] | getAutowiredNames() | 
| Class<?> | getOptionType(String name,
             boolean ignoreCase) | 
| Object | getOptionValue(Object obj,
              String name,
              boolean ignoreCase) | 
public boolean configure(org.apache.camel.CamelContext camelContext,
                         Object obj,
                         String name,
                         Object value,
                         boolean ignoreCase)
configure in interface org.apache.camel.spi.PropertyConfigurerpublic String[] getAutowiredNames()
getAutowiredNames in interface org.apache.camel.spi.PropertyConfigurerGetterpublic Class<?> getOptionType(String name, boolean ignoreCase)
getOptionType in interface org.apache.camel.spi.PropertyConfigurerGetterApache Camel