public final class PropertyConfigurerHelper extends Object
PropertyConfigurer
,
PropertyConfigurerGetter
Modifier and Type | Method and Description |
---|---|
static org.apache.camel.spi.GeneratedPropertyConfigurer |
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.GeneratedPropertyConfigurer resolvePropertyConfigurer(org.apache.camel.CamelContext context, Object target)
context
- the camel contexttarget
- the target object for which we need a PropertyConfigurer
public 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 PropertyConfigurer
type
- the specific type of PropertyConfigurer
Apache Camel