org.apache.camel.guice.impl
Class EndpointInjector
java.lang.Object
org.apache.camel.impl.CamelPostProcessorHelper
org.apache.camel.guice.impl.EndpointInjector
- All Implemented Interfaces:
- org.apache.camel.CamelContextAware, org.guiceyfruit.support.AnnotationMemberProvider<org.apache.camel.EndpointInject>
public class EndpointInjector
- extends org.apache.camel.impl.CamelPostProcessorHelper
- implements org.guiceyfruit.support.AnnotationMemberProvider<org.apache.camel.EndpointInject>
Injects values into the EndpointInject injection point
- Version:
|
Constructor Summary |
EndpointInjector(org.apache.camel.CamelContext camelContext)
|
|
Method Summary |
boolean |
isNullParameterAllowed(org.apache.camel.EndpointInject endpointInject,
Method method,
Class<?> aClass,
int index)
|
Object |
provide(org.apache.camel.EndpointInject inject,
com.google.inject.TypeLiteral<?> typeLiteral,
Field field)
|
Object |
provide(org.apache.camel.EndpointInject inject,
com.google.inject.TypeLiteral<?> typeLiteral,
Method method,
Class<?> aClass,
int index)
|
| Methods inherited from class org.apache.camel.impl.CamelPostProcessorHelper |
consumerInjection, createConsumerProcessor, createInjectionConsumerTemplate, createInjectionPollingConsumer, createInjectionProducer, createInjectionProducerTemplate, createProxyInstantiationRuntimeException, getCamelContext, getEndpointInjection, getInjectionValue, isSingleton, matchContext, setCamelContext, startService, subscribeMethod |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointInjector
@Inject
public EndpointInjector(org.apache.camel.CamelContext camelContext)
provide
public Object provide(org.apache.camel.EndpointInject inject,
com.google.inject.TypeLiteral<?> typeLiteral,
Field field)
- Specified by:
provide in interface org.guiceyfruit.support.AnnotationMemberProvider<org.apache.camel.EndpointInject>
provide
public Object provide(org.apache.camel.EndpointInject inject,
com.google.inject.TypeLiteral<?> typeLiteral,
Method method,
Class<?> aClass,
int index)
- Specified by:
provide in interface org.guiceyfruit.support.AnnotationMemberProvider<org.apache.camel.EndpointInject>
isNullParameterAllowed
public boolean isNullParameterAllowed(org.apache.camel.EndpointInject endpointInject,
Method method,
Class<?> aClass,
int index)
- Specified by:
isNullParameterAllowed in interface org.guiceyfruit.support.AnnotationMemberProvider<org.apache.camel.EndpointInject>
Apache CAMEL