All Classes and Interfaces
Annotation Interfaces
类
说明
Mark the target need to do auth.
ConditionalOnReactiveWebApplication.
ConditionalOnWebMvcApplication.
A custom
Component annotation for HandlerInterceptor and the interceptor would be auto-detects by a
custom a WebMvcConfigurer.
@RestController
public class ExcelController{
@GetMapping("/excel)
public List<T> excel(@RequestExcelPart List<T> list){
return list;
}
}
An ext
Annotation which can resolve json param from request parameters for HandlerMethodArgumentResolver like RequestParam and RequestBody.ResponseColumn.