org.jboss.errai.ioc.rebind.ioc
Class InjectionPoint<T extends Annotation>
java.lang.Object
org.jboss.errai.ioc.rebind.ioc.InjectionPoint<T>
public class InjectionPoint<T extends Annotation>
- extends Object
|
Constructor Summary |
InjectionPoint(T annotation,
TaskType taskType,
com.google.gwt.core.ext.typeinfo.JConstructor constructor,
com.google.gwt.core.ext.typeinfo.JMethod method,
com.google.gwt.core.ext.typeinfo.JField field,
com.google.gwt.core.ext.typeinfo.JClassType type,
com.google.gwt.core.ext.typeinfo.JParameter parm,
Injector injector,
InjectionContext injectionContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectionPoint
public InjectionPoint(T annotation,
TaskType taskType,
com.google.gwt.core.ext.typeinfo.JConstructor constructor,
com.google.gwt.core.ext.typeinfo.JMethod method,
com.google.gwt.core.ext.typeinfo.JField field,
com.google.gwt.core.ext.typeinfo.JClassType type,
com.google.gwt.core.ext.typeinfo.JParameter parm,
Injector injector,
InjectionContext injectionContext)
getAnnotation
public T getAnnotation()
getConstructor
public com.google.gwt.core.ext.typeinfo.JConstructor getConstructor()
getTaskType
public TaskType getTaskType()
getMethod
public com.google.gwt.core.ext.typeinfo.JMethod getMethod()
getField
public com.google.gwt.core.ext.typeinfo.JField getField()
getType
public com.google.gwt.core.ext.typeinfo.JClassType getType()
getParm
public com.google.gwt.core.ext.typeinfo.JParameter getParm()
getInjector
public Injector getInjector()
getInjectionContext
public InjectionContext getInjectionContext()
getValueExpression
public String getValueExpression()
getMemberName
public String getMemberName()
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.