@Component @ConfigurationProperties(prefix="easyapi.global.response") public class EasyApiGlobalResponseConfiguration extends Object
| 构造器和说明 |
|---|
EasyApiGlobalResponseConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<String> |
getExcludeMethods() |
String |
getFieldName() |
Set<String> |
getIgnoreFields() |
Set<String> |
getIncludeMethods() |
Class<?> |
getReturnType() |
boolean |
isEnable() |
void |
setEnable(boolean enable) |
void |
setExcludeMethods(Set<String> excludeMethods) |
void |
setFieldName(String fieldName) |
void |
setIgnoreFields(Set<String> ignoreFields) |
void |
setIncludeMethods(Set<String> includeMethods) |
void |
setReturnType(Class<?> returnType) |
Copyright © 2022. All rights reserved.