public final class PropertyConfigurerHelper extends Object
PropertyConfigurer,
PropertyConfigurerGetter| Modifier and Type | Method and Description |
|---|---|
static org.apache.camel.spi.PropertyConfigurer |
resolvePropertyConfigurer(org.apache.camel.CamelContext context,
Class<?> targetType)
Resolves the given configurer.
|
static org.apache.camel.spi.PropertyConfigurer |
resolvePropertyConfigurer(org.apache.camel.CamelContext context,
Object target)
Resolves the given configurer.
|
static <T> T |
resolvePropertyConfigurer(org.apache.camel.CamelContext context,
Object target,
Class<T> type)
Resolves the given configurer.
|
public static org.apache.camel.spi.PropertyConfigurer resolvePropertyConfigurer(org.apache.camel.CamelContext context,
Object target)
context - the camel contexttarget - the target object for which we need a PropertyConfigurerpublic static org.apache.camel.spi.PropertyConfigurer resolvePropertyConfigurer(org.apache.camel.CamelContext context,
Class<?> targetType)
context - the camel contexttargetType - the target object type for which we need a PropertyConfigurerpublic static <T> T resolvePropertyConfigurer(org.apache.camel.CamelContext context,
Object target,
Class<T> type)
context - the camel contexttarget - the target object for which we need a PropertyConfigurertype - the specific type of PropertyConfigurerApache Camel