Package | Description |
---|---|
act.job | |
act.job.bytecode | |
act.job.meta |
Modifier and Type | Method and Description |
---|---|
void |
JobAnnotationProcessor.register(JobMethodMetaInfo method,
java.lang.Class<? extends java.lang.annotation.Annotation> anno,
java.lang.Object v) |
Modifier and Type | Class and Description |
---|---|
class |
ReflectedJobInvoker<M extends JobMethodMetaInfo>
Implement handler using https://github.com/EsotericSoftware/reflectasm
|
Modifier and Type | Method and Description |
---|---|
JobMethodMetaInfo |
JobClassMetaInfo.action(java.lang.String name) |
JobMethodMetaInfo |
JobMethodMetaInfo.id(java.lang.String id) |
JobMethodMetaInfo |
JobMethodMetaInfo.invokeInstanceMethod() |
JobMethodMetaInfo |
JobMethodMetaInfo.invokeStaticMethod() |
JobMethodMetaInfo |
JobMethodMetaInfo.name(java.lang.String name) |
JobMethodMetaInfo |
JobMethodMetaInfo.returnType(act.asm.Type type) |
Modifier and Type | Method and Description |
---|---|
java.util.List<JobMethodMetaInfo> |
JobMethodMetaInfo.extendedJobMethodMetaInfoList(App app) |
Modifier and Type | Method and Description |
---|---|
JobClassMetaInfo |
JobClassMetaInfo.addAction(JobMethodMetaInfo info) |
Copyright © 2014–2017 ActFramework. All rights reserved.