| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
ReadBeanOperator.conditions(Type type,
GenericTypeBind bind,
ApiExtra extra) |
String |
ReadBeanOperator.description(Type type,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
ReadResponseOperator.ignore(Type type,
Class ownerClass,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
ReadBeanOperator.ignore(Type type,
GenericTypeBind bind,
ApiExtra extra) |
JavaType |
ReadBeanOperator.javaType(Type type,
GenericTypeBind bind,
ApiExtra extra) |
String |
ReadBeanOperator.mockTemplate(Type type,
GenericTypeBind bind,
ApiExtra extra) |
String |
ReadBeanOperator.name(Field field,
GenericTypeBind bind,
ApiExtra extra) |
List<FieldParam> |
ReadBeanOperator.params(Class modelClass,
GenericTypeBind bind,
ApiExtra extra) |
RenewType |
ReadBeanOperator.renewType(Type type,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
ReadResponseOperator.required(Type type,
Class ownerClass,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
ReadBeanOperator.required(Type type,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
ReadResponseOperator.show(Type type,
Class ownerClass,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
ReadBeanOperator.show(Type type,
GenericTypeBind bind,
ApiExtra extra) |
Type |
ReadBeanOperator.type(Field field,
GenericTypeBind bind,
ApiExtra extra) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
ReadBeanCondition.conditions(Type type,
GenericTypeBind bind,
ApiExtra extra)
参数校验,返回el表达式
|
String |
ReadBeanDescription.description(Type type,
GenericTypeBind bind,
ApiExtra extra)
读取实体bean字段说明
|
Boolean |
ReadBeanIgnore.ignore(Type type,
GenericTypeBind bind,
ApiExtra extra)
读取实体bean属性是否忽略
|
JavaType |
ReadBeanJavaType.javaType(Type type,
GenericTypeBind bind,
ApiExtra extra)
读取实体bean类型
|
String |
ReadBeanMockTemplate.mockTemplate(Type type,
GenericTypeBind bind,
ApiExtra extra)
读取实体bean的mock数据
|
String |
ReadBeanName.name(Field field,
GenericTypeBind bind,
ApiExtra extra)
字段名称
|
List<FieldParam> |
ReadBeanParams.params(Class modelClass,
GenericTypeBind bind,
ApiExtra extra) |
RenewType |
ReadBeanRenewType.renewType(Type type,
GenericTypeBind bind,
ApiExtra extra)
更新策略
|
Boolean |
ReadBeanRequired.required(Type type,
GenericTypeBind bind,
ApiExtra extra)
读取实体bean属性是否必须
|
Boolean |
ReadBeanShow.show(Type type,
GenericTypeBind bind,
ApiExtra extra)
读取实体bean属性是否显示
|
Type |
ReadBeanType.type(Field field,
GenericTypeBind bind,
ApiExtra extra)
将实体bean的类型转换为其他类型进行解析
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
BeanConditionCommentReader.conditions(Type type,
GenericTypeBind bind,
ApiExtra extra) |
String |
BeanDescriptionSwaggerReader.description(Type type,
GenericTypeBind bind,
ApiExtra extra) |
String |
BeanDescriptionCommentReader.description(Type type,
GenericTypeBind bind,
ApiExtra extra) |
String |
BeanDescriptionApiReader.description(Type type,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
BeanIgnoreCommentReader.ignore(Type type,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
BeanIgnoreApiReader.ignore(Type type,
GenericTypeBind bind,
ApiExtra extra) |
JavaType |
BeanJavaTypeCommentReader.javaType(Type type,
GenericTypeBind bind,
ApiExtra extra) |
String |
BeanMockTemplateCommentReader.mockTemplate(Type type,
GenericTypeBind bind,
ApiExtra extra) |
List<FieldParam> |
BeanParamsCommentReader.params(Class modelClass,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
BeanRequiredSwaggerReader.required(Type type,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
BeanRequiredApiReader.required(Type type,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
BeanShowSwaggerReader.show(Type type,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
BeanShowApiReader.show(Type type,
GenericTypeBind bind,
ApiExtra extra) |
Type |
BeanTypeCommentReader.type(Field field,
GenericTypeBind bind,
ApiExtra extra) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
ReadResponseIgnore.ignore(Type type,
Class ownerClass,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
ReadResponseRequired.required(Type type,
Class ownerClass,
GenericTypeBind bind,
ApiExtra extra) |
Boolean |
ReadResponseShow.show(Type type,
Class ownerClass,
GenericTypeBind bind,
ApiExtra extra) |
| 限定符和类型 | 方法和说明 |
|---|---|
GenericTypeBind |
MethodParam.getBind() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DocParamEntity> |
JavaBeanCreator.readArray(Type type,
GenericTypeBind binds) |
List<DocParamEntity> |
JavaBeanCreator.readArrayObject(Type type,
GenericTypeBind binds,
Map<String,List<DocParamEntity>> exists) |
List<DocParamEntity> |
JavaBeanCreator.readBean(Type type,
GenericTypeBind binds,
Map<String,List<DocParamEntity>> exists) |
void |
MethodParam.setBind(GenericTypeBind bind) |
| 限定符和类型 | 方法和说明 |
|---|---|
static GenericTypeBind |
GenericTypeUtil.getGenericTypes(Type type) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GenericTypeBind.binds(GenericTypeBind binds) |
Copyright © 2022. All rights reserved.