| 程序包 | 说明 |
|---|---|
| io.manbang.ebatis.core.meta | |
| io.manbang.ebatis.core.response |
| 限定符和类型 | 方法和说明 |
|---|---|
RequestType |
MethodMeta.getRequestType() |
static RequestType |
RequestType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static RequestType[] |
RequestType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Optional<RequestType> |
RequestType.valueOf(Class<?> annotationClass) |
static Optional<RequestType> |
RequestType.valueOf(Method method)
根据指定方法,获取方法的执行器;先通过注解获取,注解没有匹配的类型,换方法前缀匹配
|
| 构造器和说明 |
|---|
AbstractResponseExtractorProvider(RequestType requestType) |
SearchResponseExtractorProvider(RequestType requestType) |
Copyright © 2020. All rights reserved.