Restlight Starter
Restlight Starter
在Restlight Spring
基础上封装的Spring Boot Starter
提供基于Spring Boot
的自动配置参数解析
参数解析指将从请求中解析出Controller
参数值的过程(包含反序列化)
返回值解析
返回值解析指将Controller
返回值写入到AsyncResponse
中的过程(包含序列化)
ReturnValueResolverAdvice
ReturnValueResolverAdvice
允许用户在ReturnValueResolver
参数解析器解析参数的前后添加业务逻辑以及修改解析后的参数。
请求参数聚合
支持将请求的参数聚合到Bean中
URL参数聚合
支持将Url中的参数与Form表单中的参数(仅当Content-Type
为application/x-www-form-urlencoded
时有效)聚合到Bean中。
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified July 28, 2022: refactor main docs to v0.1.1 (#199) (8423db1)