|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskType | |
---|---|
org.jboss.errai.ioc.rebind.ioc.injector.api |
Uses of TaskType in org.jboss.errai.ioc.rebind.ioc.injector.api |
---|
Fields in org.jboss.errai.ioc.rebind.ioc.injector.api declared as TaskType | |
---|---|
protected TaskType |
InjectionTask.taskType
|
protected TaskType |
AsyncInjectionTask.taskType
|
protected TaskType |
InjectionPoint.taskType
|
Methods in org.jboss.errai.ioc.rebind.ioc.injector.api that return TaskType | |
---|---|
TaskType |
InjectionPoint.getTaskType()
|
static TaskType |
TaskType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TaskType[] |
TaskType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.jboss.errai.ioc.rebind.ioc.injector.api with parameters of type TaskType | |
---|---|
InjectableInstance(T annotation,
TaskType taskType,
MetaConstructor constructor,
MetaMethod method,
MetaField field,
MetaClass type,
MetaParameter parm,
Injector injector,
InjectionContext injectionContext)
|
|
InjectionPoint(T annotation,
TaskType taskType,
MetaConstructor constructor,
MetaMethod method,
MetaField field,
MetaClass type,
MetaParameter parm,
Injector injector,
InjectionContext injectionContext)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |