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