public abstract class ReadResponseParamApiFilter extends Object
| 构造器和说明 |
|---|
ReadResponseParamApiFilter() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract String |
description(Method method,
ApiExtra extra)
参数说明
|
abstract boolean |
ignore(Type type,
Class ownerClass,
GenericTypeBind bind,
ApiExtra extra) |
abstract String |
mockTemplate(Method method,
ApiExtra extra) |
abstract boolean |
required(Type type,
Class ownerClass,
GenericTypeBind bind,
ApiExtra extra) |
abstract Type |
returnType(Type type,
Class ownerClass,
GenericTypeBind bind,
ApiExtra extra)
解析返回值类型
|
abstract boolean |
show(Type type,
Class ownerClass,
GenericTypeBind bind,
ApiExtra extra) |
public abstract Type returnType(Type type, Class ownerClass, GenericTypeBind bind, ApiExtra extra)
public abstract boolean ignore(Type type, Class ownerClass, GenericTypeBind bind, ApiExtra extra)
public abstract boolean required(Type type, Class ownerClass, GenericTypeBind bind, ApiExtra extra)
public abstract boolean show(Type type, Class ownerClass, GenericTypeBind bind, ApiExtra extra)
Copyright © 2021. All rights reserved.