Package org.apache.camel.component.redis
Class RedisComponentConfigurer
java.lang.Object
org.apache.camel.support.component.PropertyConfigurerSupport
org.apache.camel.component.redis.RedisComponentConfigurer
- All Implemented Interfaces:
org.apache.camel.spi.GeneratedPropertyConfigurer
,org.apache.camel.spi.PropertyConfigurer
,org.apache.camel.spi.PropertyConfigurerGetter
@Generated("org.apache.camel.maven.packaging.EndpointSchemaGeneratorMojo")
public class RedisComponentConfigurer
extends org.apache.camel.support.component.PropertyConfigurerSupport
implements org.apache.camel.spi.GeneratedPropertyConfigurer, org.apache.camel.spi.PropertyConfigurerGetter
Generated by camel build tools - do NOT edit this file!
-
Field Summary
Fields inherited from class org.apache.camel.support.component.PropertyConfigurerSupport
MAGIC_VALUE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.apache.camel.CamelContext camelContext, Object obj, String name, Object value, boolean ignoreCase) String[]
getCollectionValueType
(Object target, String name, boolean ignoreCase) Class
<?> getOptionType
(String name, boolean ignoreCase) getOptionValue
(Object obj, String name, boolean ignoreCase) Methods inherited from class org.apache.camel.support.component.PropertyConfigurerSupport
property
-
Constructor Details
-
RedisComponentConfigurer
public RedisComponentConfigurer()
-
-
Method Details
-
configure
public boolean configure(org.apache.camel.CamelContext camelContext, Object obj, String name, Object value, boolean ignoreCase) - Specified by:
configure
in interfaceorg.apache.camel.spi.PropertyConfigurer
-
getAutowiredNames
- Specified by:
getAutowiredNames
in interfaceorg.apache.camel.spi.PropertyConfigurerGetter
-
getOptionType
- Specified by:
getOptionType
in interfaceorg.apache.camel.spi.PropertyConfigurerGetter
-
getOptionValue
- Specified by:
getOptionValue
in interfaceorg.apache.camel.spi.PropertyConfigurerGetter
-
getCollectionValueType
- Specified by:
getCollectionValueType
in interfaceorg.apache.camel.spi.PropertyConfigurerGetter
-