程序包 org.ifinalframework.web.annotation.bind


package org.ifinalframework.web.annotation.bind
  • Annotation Interfaces
    说明
    &#064RestController public class ExcelController{ &#064GetMapping("/excel) public List<T> excel(&#064RequestExcelPart List<T> list){ return list; } }
    An ext Annotation which can resolve json param from request parameters for HandlerMethodArgumentResolver like RequestParam and RequestBody.