public abstract class InjectionTarget extends Object
Modifier | Constructor and Description |
---|---|
protected |
InjectionTarget(String className,
String name,
String declaredValueClassName) |
Modifier and Type | Method and Description |
---|---|
abstract org.jboss.invocation.InterceptorFactory |
createInjectionInterceptorFactory(Object targetContextKey,
Object valueContextKey,
org.jboss.msc.value.Value<ManagedReferenceFactory> factoryValue,
DeploymentUnit deploymentUnit,
boolean optional)
Get an interceptor factory which will carry out injection into this target.
|
boolean |
equals(Object o) |
String |
getClassName()
Get the name of the target class.
|
String |
getDeclaredValueClassName()
Get the class name of the field or the parameter type declared for the target method.
|
String |
getName()
Get the name of the target property.
|
int |
hashCode() |
public String getName()
public String getClassName()
public String getDeclaredValueClassName()
public abstract org.jboss.invocation.InterceptorFactory createInjectionInterceptorFactory(Object targetContextKey, Object valueContextKey, org.jboss.msc.value.Value<ManagedReferenceFactory> factoryValue, DeploymentUnit deploymentUnit, boolean optional) throws DeploymentUnitProcessingException
targetContextKey
- the interceptor context key for the targetvalueContextKey
- the interceptor context key for the valuefactoryValue
- the value to injectdeploymentUnit
- the deployment unitoptional
- If this is an optional injectionDeploymentUnitProcessingException
- if an error occursCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.