public abstract class OwnServiceUnit<M extends OwnServiceModule> extends AbstractUnit<AbstractParam,M>
| 构造器和说明 |
|---|
OwnServiceUnit(Method method,
M module) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
afterInit() |
protected AbstractParam |
buildParam(Method method,
int index) |
int |
compareTo(AbstractUnit o) |
String |
getKey() |
String |
getName()
服务名称
|
protected AbstractParam[] |
toArrays(List<AbstractParam> abstractParams) |
protected DefinitionContext |
toContext() |
getAccessAllow, getAnnotation, getAnnotations, getContext, getDeclaredAnnotation, getDeclaringModule, getDescription, getFunctionName, getGenericReturnType, getInvokeType, getLabel, getMethod, getParameters, getReturnType, getSignable, isDeprecatedpublic String getName()
AbstractUnitgetName 在类中 AbstractUnit<AbstractParam,M extends OwnServiceModule>public String getKey()
protected void afterInit()
afterInit 在类中 AbstractUnit<AbstractParam,M extends OwnServiceModule>protected AbstractParam buildParam(Method method, int index)
buildParam 在类中 AbstractUnit<AbstractParam,M extends OwnServiceModule>protected AbstractParam[] toArrays(List<AbstractParam> abstractParams)
toArrays 在类中 AbstractUnit<AbstractParam,M extends OwnServiceModule>protected DefinitionContext toContext()
toContext 在类中 AbstractUnit<AbstractParam,M extends OwnServiceModule>public int compareTo(AbstractUnit o)
Copyright © 2020. All rights reserved.