@Ignored public interface IResponseBodyProcessor
Modifier and Type | Field and Description |
---|---|
static IResponseBodyProcessor |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
IView |
processBody(IWebMvc owner,
Object result,
boolean contentType,
boolean keepNull,
boolean snakeCase)
处理响应内容
|
static final IResponseBodyProcessor DEFAULT
IView processBody(IWebMvc owner, Object result, boolean contentType, boolean keepNull, boolean snakeCase) throws Exception
owner
- 所属YMP框架管理器实例result
- 控制器方法执行结果对象contentType
- 是否需要设置ContentType响应头信息keepNull
- 是否保留空值snakeCase
- 是否使用下划线分隔属性名称Exception
- 可能产生的任何异常Copyright © 2022. All rights reserved.