public class HandlerParamMetaInfo extends Object
Constructor and Description |
---|
HandlerParamMetaInfo() |
Modifier and Type | Method and Description |
---|---|
HandlerParamMetaInfo |
addGeneralAnnotation(GeneralAnnoInfo anno) |
HandlerParamMetaInfo |
addGeneralAnnotations(List<GeneralAnnoInfo> list) |
BindAnnoInfo |
bindAnnoInfo() |
String |
bindName() |
act.asm.Type |
componentType() |
HandlerParamMetaInfo |
componentType(act.asm.Type type) |
Object |
defVal(Class<?> type) |
boolean |
equals(Object obj) |
List<GeneralAnnoInfo> |
generalAnnoInfoList() |
int |
hashCode() |
boolean |
isContext() |
String |
name() |
HandlerParamMetaInfo |
name(String newName) |
HandlerParamMetaInfo |
setContext() |
String |
toString() |
act.asm.Type |
type() |
HandlerParamMetaInfo |
type(act.asm.Type type) |
public HandlerParamMetaInfo type(act.asm.Type type)
public act.asm.Type type()
public HandlerParamMetaInfo componentType(act.asm.Type type)
public act.asm.Type componentType()
public HandlerParamMetaInfo name(String newName)
public String name()
public String bindName()
public HandlerParamMetaInfo setContext()
public boolean isContext()
public BindAnnoInfo bindAnnoInfo()
public HandlerParamMetaInfo addGeneralAnnotation(GeneralAnnoInfo anno)
public HandlerParamMetaInfo addGeneralAnnotations(List<GeneralAnnoInfo> list)
public List<GeneralAnnoInfo> generalAnnoInfoList()
Copyright © 2014-2017 ActFramework. All Rights Reserved.