public class AUnit extends AbstractUnit<AParam,AModule>
| Modifier and Type | Method and Description |
|---|---|
protected AParam |
buildParam(Method method,
int index) |
int |
compareTo(AbstractUnit o) |
String |
getInvokeType() |
String |
getName() |
protected AParam[] |
toArrays(List<AParam> localParams) |
protected DefinitionContext |
toContext() |
afterInit, getAccessAllow, getAnnotation, getAnnotations, getContext, getDeclaredAnnotation, getDeclaringModule, getDescription, getFunctionName, getGenericReturnType, getLabel, getMethod, getParameters, getReturnType, getSignable, isDeprecatedpublic String getName()
getName in class AbstractUnit<AParam,AModule>protected AParam buildParam(Method method, int index)
buildParam in class AbstractUnit<AParam,AModule>public String getInvokeType()
getInvokeType in class AbstractUnit<AParam,AModule>protected AParam[] toArrays(List<AParam> localParams)
toArrays in class AbstractUnit<AParam,AModule>protected DefinitionContext toContext()
toContext in class AbstractUnit<AParam,AModule>public int compareTo(AbstractUnit o)
Copyright © 2018. All rights reserved.