public abstract class OwnServiceUnit extends AbstractUnit<AbstractParam>
| 构造器和说明 |
|---|
OwnServiceUnit(Method method,
AbstractModule<?> module) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
afterInit() |
protected AbstractParam |
buildParam(Method method,
int index) |
int |
compareTo(AbstractUnit<AbstractParam> 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 OwnServiceUnit(Method method, AbstractModule<?> module)
public String getName()
getName 在类中 AbstractUnit<AbstractParam>public String getKey()
protected void afterInit()
afterInit 在类中 AbstractUnit<AbstractParam>protected AbstractParam buildParam(Method method, int index)
buildParam 在类中 AbstractUnit<AbstractParam>protected AbstractParam[] toArrays(List<AbstractParam> abstractParams)
toArrays 在类中 AbstractUnit<AbstractParam>protected DefinitionContext toContext()
toContext 在类中 AbstractUnit<AbstractParam>public int compareTo(AbstractUnit<AbstractParam> o)
Copyright © 2021. All rights reserved.