跳过导航链接
A C D E G H I J M P R T V 

A

addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法com.citrsw.configuration.ApiConfiguration
 
android(Set<String>) - 类 中的方法com.citrsw.definition.DocModel
生成安卓实体类代码
android(Set<String>) - 类 中的方法com.citrsw.definition.DocProperty
生成安卓实体类代码
api() - 类 中的方法com.citrsw.controller.ApiController
 
ApiAppointParam - com.citrsw.annatation中的注释类型
自定义入参字段 使用场景:不需要类中全部的属性
ApiBasicReturn - com.citrsw.annatation中的注释类型
请求参数注解
ApiClass - com.citrsw.annatation中的注释类型
Controller注解
ApiCode - com.citrsw.annatation中的注释类型
状态码
ApiCodeContainer - com.citrsw.annatation中的注释类型
状态码容器
ApiConfiguration - com.citrsw.configuration中的类
配置类
ApiConfiguration() - 类 的构造器com.citrsw.configuration.ApiConfiguration
 
ApiContext - com.citrsw.core中的类
上下文(核心)
ApiContext() - 类 的构造器com.citrsw.core.ApiContext
 
ApiController - com.citrsw.controller中的类
写点注释
ApiController(ApiContext) - 类 的构造器com.citrsw.controller.ApiController
 
ApiEnable - com.citrsw.annatation中的注释类型
激活注解
ApiGlobalClass - com.citrsw.annatation中的注释类型
全局类配置 凡是遇到此类则按一下配置生成Api 未配置在此处的属性将不会显示 使用场景:使用第三方的实体时使用
ApiGlobalClassContainer - com.citrsw.annatation中的注释类型
全局类配置 凡是遇到此类则按一下配置生成Api 未配置在此处的属性将不会显示 使用场景:使用第三方的实体时使用
ApiGlobalCode - com.citrsw.annatation中的注释类型
全局状态码
ApiGlobalCodeContainer - com.citrsw.annatation中的注释类型
全局状态码容器
ApiIgnore - com.citrsw.annatation中的注释类型
过滤注解
ApiMapParam - com.citrsw.annatation中的注释类型
自定义参数 使用场景:Map类型的参数
ApiMapProperty - com.citrsw.annatation中的注释类型
Map类型属性注解集合
ApiMapPropertyContainer - com.citrsw.annatation中的注释类型
Map类型属性注解集合容器
ApiMapReturn - com.citrsw.annatation中的注释类型
自定义参数 使用场景:Map类型的参数
ApiMethod - com.citrsw.annatation中的注释类型
方法注解
ApiModel - com.citrsw.annatation中的注释类型
模型注解
ApiParam - com.citrsw.annatation中的注释类型
请求参数注解
ApiParamModelProperty - com.citrsw.annatation中的注释类型
重新指定入参Model属性注解
ApiParamModelPropertyContainer - com.citrsw.annatation中的注释类型
ApiReturnModelProperty容器
ApiProperty - com.citrsw.annatation中的注释类型
Model属性注解
ApiReturn - com.citrsw.annatation中的注释类型
返回参数注解
ApiReturnModelProperty - com.citrsw.annatation中的注释类型
重新指定出参Model属性注解
ApiReturnModelPropertyContainer - com.citrsw.annatation中的注释类型
ApiModelProperty容器
ApiUtils - com.citrsw.common中的类
写点注释
ApiUtils() - 类 的构造器com.citrsw.common.ApiUtils
 

C

com.citrsw.annatation - 程序包 com.citrsw.annatation
 
com.citrsw.common - 程序包 com.citrsw.common
 
com.citrsw.configuration - 程序包 com.citrsw.configuration
 
com.citrsw.controller - 程序包 com.citrsw.controller
 
com.citrsw.core - 程序包 com.citrsw.core
 
com.citrsw.definition - 程序包 com.citrsw.definition
 
com.citrsw.enumeration - 程序包 com.citrsw.enumeration
 
com.citrsw.exception - 程序包 com.citrsw.exception
 
compareTo(DocClass) - 类 中的方法com.citrsw.definition.DocClass
 
compareTo(DocCode) - 类 中的方法com.citrsw.definition.DocCode
 
compareTo(DocMethod) - 类 中的方法com.citrsw.definition.DocMethod
 
compareTo(DocProperty) - 类 中的方法com.citrsw.definition.DocProperty
 

D

Doc - com.citrsw.definition中的类
Api结果集
Doc() - 类 的构造器com.citrsw.definition.Doc
 
DocClass - com.citrsw.definition中的类
类信息
DocClass() - 类 的构造器com.citrsw.definition.DocClass
 
DocCode - com.citrsw.definition中的类
状态码定义
DocCode() - 类 的构造器com.citrsw.definition.DocCode
 
DocMethod - com.citrsw.definition中的类
方法信息
DocMethod() - 类 的构造器com.citrsw.definition.DocMethod
 
DocModel - com.citrsw.definition中的类
模型信息
DocModel() - 类 的构造器com.citrsw.definition.DocModel
 
DocProperty - com.citrsw.definition中的类
属性信息
DocProperty() - 类 的构造器com.citrsw.definition.DocProperty
 
down() - 类 中的方法com.citrsw.controller.ApiController
 

E

equals(Object) - 类 中的方法com.citrsw.definition.DocCode
 

G

generate(Doc) - 类 中的方法com.citrsw.core.MarkdownHandler
 
getDoc() - 类 中的方法com.citrsw.core.ApiContext
 
getJson(StringBuilder, boolean, boolean) - 类 中的方法com.citrsw.definition.DocProperty
json形式
getParamAndroid() - 类 中的方法com.citrsw.definition.TempMethod
生成入参安卓实体类代码
getParamExample() - 类 中的方法com.citrsw.definition.TempMethod
json入参例子
getParamIos() - 类 中的方法com.citrsw.definition.TempMethod
生成IOS实体类代码
getParamJson() - 类 中的方法com.citrsw.definition.TempMethod
json入参
getParams() - 类 中的方法com.citrsw.definition.TempMethod
json入参例子
getParamVue() - 类 中的方法com.citrsw.definition.TempMethod
生成请求Vue代码
getParentField(Class<?>, String) - 类 中的方法com.citrsw.core.ApiContext
获取父类中的属性
getReturnAndroid() - 类 中的方法com.citrsw.definition.TempMethod
生成响应安卓实体类代码
getReturnIos() - 类 中的方法com.citrsw.definition.TempMethod
生成IOS实体类代码
getReturnJson() - 类 中的方法com.citrsw.definition.TempMethod
json出参
getReturnVue() - 类 中的方法com.citrsw.definition.TempMethod
生成响应Vue代码

H

handleClass(Set<Class<?>>) - 类 中的方法com.citrsw.core.ApiContext
处理扫描到的类
handleGeneric(DocProperty, Type, Map<String, Boolean>, boolean, boolean, Set<Class<?>>, Map<String, ApiParamModelProperty>, Map<String, ApiReturnModelProperty>, Map<String, ApiMapProperty>, Map<String, ApiParam>, Map<String, ApiReturn>, Map<String, ApiProperty>, Map<String, ApiProperty>) - 类 中的方法com.citrsw.core.ApiContext
处理泛型
handleMap(DocProperty, Type, Map<String, Boolean>, boolean, boolean, Set<Class<?>>, Map<String, ApiParamModelProperty>, Map<String, ApiReturnModelProperty>, Map<String, ApiMapProperty>, Map<String, ApiParam>, Map<String, ApiReturn>, Map<String, ApiProperty>, Map<String, ApiProperty>) - 类 中的方法com.citrsw.core.ApiContext
处理Map
handleMethod(Method[], RequestMapping) - 类 中的方法com.citrsw.core.ApiContext
处理Controller中的方法
handleModel(DocProperty, Class<?>, Type, Map<String, Boolean>, boolean, boolean, Set<Class<?>>, Map<String, ApiParamModelProperty>, Map<String, ApiReturnModelProperty>, Map<String, ApiMapProperty>, Map<String, ApiParam>, Map<String, ApiReturn>, Map<String, ApiProperty>, Map<String, ApiProperty>) - 类 中的方法com.citrsw.core.ApiContext
处理模型
handleParam(ApiMapParam, ApiAppointParam, ApiParamModelProperty[], Parameter[]) - 类 中的方法com.citrsw.core.ApiContext
处理方法的入参
handleReturn(ApiMapReturn, ApiBasicReturn, Class<?>, Type, ApiReturnModelProperty[]) - 类 中的方法com.citrsw.core.ApiContext
处理方法的出参
hashCode() - 类 中的方法com.citrsw.definition.DocCode
 
humpToLine(String) - 类 中的方法com.citrsw.core.ApiContext
驼峰转下划线

I

init() - 类 中的方法com.citrsw.core.ApiContext
 
ios(Set<String>) - 类 中的方法com.citrsw.definition.DocModel
生成IOS实体类代码
ios(Set<String>) - 类 中的方法com.citrsw.definition.DocProperty
生成IOS实体类代码

J

javaToIosType(String) - 类 中的静态方法com.citrsw.common.ApiUtils
java类型转Ios类型

M

MarkdownHandler - com.citrsw.core中的类
Markdown处理类
MarkdownHandler() - 类 的构造器com.citrsw.core.MarkdownHandler
 

P

param(DocProperty) - 类 中的方法com.citrsw.definition.DocProperty
form-data形式
paramAndroid - 类 中的变量com.citrsw.definition.DocMethod
生成入参安卓实体类代码
paramExample() - 类 中的方法com.citrsw.definition.DocModel
 
ParamException - com.citrsw.exception中的异常错误
写点注释
ParamException() - 异常错误 的构造器com.citrsw.exception.ParamException
 
ParamException(String) - 异常错误 的构造器com.citrsw.exception.ParamException
 
ParamException(String, Throwable) - 异常错误 的构造器com.citrsw.exception.ParamException
 
ParamException(Throwable) - 异常错误 的构造器com.citrsw.exception.ParamException
 
ParamException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.citrsw.exception.ParamException
 
paramIos - 类 中的变量com.citrsw.definition.DocMethod
生成入参IOS实体类代码
paramJson() - 类 中的方法com.citrsw.definition.DocModel
 
params() - 类 中的方法com.citrsw.definition.DocModel
 
paramVue - 类 中的变量com.citrsw.definition.DocMethod
生成请求Vue代码
paramVue() - 类 中的方法com.citrsw.definition.DocModel
生成请求Vue代码
paramVue(StringBuilder, String) - 类 中的方法com.citrsw.definition.DocProperty
 

R

realType(Type, TypeVariable<? extends Class<?>>[], Type) - 类 中的方法com.citrsw.core.ApiContext
对包含泛型的属性类型进行重新包装
regenerateType(Type) - 类 中的方法com.citrsw.core.ApiContext
重新生成符合泛型形式的Type 用于返回形式的泛型
returnAndroid - 类 中的变量com.citrsw.definition.DocMethod
生成入参响应安卓实体类代码
returnIos - 类 中的变量com.citrsw.definition.DocMethod
生成响应IOS实体类代码
returnJson() - 类 中的方法com.citrsw.definition.DocModel
 
returnVue - 类 中的变量com.citrsw.definition.DocMethod
生成响应Vue代码
returnVue() - 类 中的方法com.citrsw.definition.DocModel
生成响应Vue代码
returnVue(StringBuilder, String) - 类 中的方法com.citrsw.definition.DocProperty
 

T

TempMethod - com.citrsw.definition中的类
方法信息
TempMethod() - 类 的构造器com.citrsw.definition.TempMethod
 
TypeEnum - com.citrsw.enumeration中的枚举
类型

V

valueOf(String) - 枚举 中的静态方法com.citrsw.enumeration.TypeEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.citrsw.enumeration.TypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A C D E G H I J M P R T V 
跳过导航链接

Copyright © 2021. All rights reserved.