org.jboss.errai.ioc.rebind.ioc
Class InjectionPoint<T extends Annotation>

java.lang.Object
  extended by 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)
           
 
Method Summary
 T getAnnotation()
           
 com.google.gwt.core.ext.typeinfo.JConstructor getConstructor()
           
 com.google.gwt.core.ext.typeinfo.JField getField()
           
 InjectionContext getInjectionContext()
           
 Injector getInjector()
           
 String getMemberName()
           
 com.google.gwt.core.ext.typeinfo.JMethod getMethod()
           
 com.google.gwt.core.ext.typeinfo.JParameter getParm()
           
 TaskType getTaskType()
           
 com.google.gwt.core.ext.typeinfo.JClassType getType()
           
 String getValueExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.