@Component @ConfigurationProperties(prefix="easyapi.global.request") public class EasyApiGlobalRequestConfiguration extends Object
| 构造器和说明 |
|---|
EasyApiGlobalRequestConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<String> |
getExcludeMethods() |
String |
getFieldName() |
Set<String> |
getIgnoreFields() |
Set<String> |
getIncludeMethods() |
Class<?> |
getRequestType() |
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 |
setRequestType(Class<?> requestType) |
Copyright © 2022. All rights reserved.