索引
All Classes and Interfaces|所有程序包
A
- Auth - org.ifinalframework.web.annotation.auth中的Annotation Interface
-
Mark the target need to do auth.
C
- ConditionalOnReactiveWebApplication - org.ifinalframework.web.annotation.condition中的Annotation Interface
-
ConditionalOnReactiveWebApplication.
- ConditionalOnServletWebApplication - org.ifinalframework.web.annotation.condition中的Annotation Interface
-
ConditionalOnWebMvcApplication.
D
- defaultValue() - annotation interface 中的元素 org.ifinalframework.web.annotation.bind.RequestJsonParam
E
- excludes() - annotation interface 中的元素 org.ifinalframework.web.annotation.servlet.Interceptor
-
return exclude path patterns.
I
- includes() - annotation interface 中的元素 org.ifinalframework.web.annotation.servlet.Interceptor
-
return the path patterns.
- Interceptor - org.ifinalframework.web.annotation.servlet中的Annotation Interface
-
A custom
Componentannotation forHandlerInterceptorand the interceptor would be auto-detects by a custom aWebMvcConfigurer.
K
- key() - annotation interface 中的元素 org.ifinalframework.web.annotation.response.ResponseColumn
N
- name() - annotation interface 中的元素 org.ifinalframework.web.annotation.bind.RequestExcelPart
-
The name of the part in the
"multipart/form-data"request to bind to. - name() - annotation interface 中的元素 org.ifinalframework.web.annotation.bind.RequestJsonParam
- name() - annotation interface 中的元素 org.ifinalframework.web.annotation.response.ResponseColumn
O
- org.ifinalframework.web.annotation.auth - 程序包 org.ifinalframework.web.annotation.auth
- org.ifinalframework.web.annotation.bind - 程序包 org.ifinalframework.web.annotation.bind
- org.ifinalframework.web.annotation.condition - 程序包 org.ifinalframework.web.annotation.condition
- org.ifinalframework.web.annotation.response - 程序包 org.ifinalframework.web.annotation.response
- org.ifinalframework.web.annotation.servlet - 程序包 org.ifinalframework.web.annotation.servlet
P
- PostAuth - org.ifinalframework.web.annotation.auth中的Annotation Interface
R
- RequestExcelPart - org.ifinalframework.web.annotation.bind中的Annotation Interface
-
@RestController public class ExcelController{ @GetMapping("/excel) public List<T> excel(@RequestExcelPart List<T> list){ return list; } }
- RequestJsonParam - org.ifinalframework.web.annotation.bind中的Annotation Interface
-
An ext
Annotationwhich can resolvejsonparam from request parameters forHandlerMethodArgumentResolverlikeRequestParamandRequestBody. - required() - annotation interface 中的元素 org.ifinalframework.web.annotation.bind.RequestExcelPart
-
Whether the part is required.
- required() - annotation interface 中的元素 org.ifinalframework.web.annotation.bind.RequestJsonParam
- ResponseColumn - org.ifinalframework.web.annotation.response中的Annotation Interface
-
ResponseColumn.
- ResponseColumn.ResponseColumns - org.ifinalframework.web.annotation.response中的Annotation Interface
V
- value() - annotation interface 中的元素 org.ifinalframework.web.annotation.auth.Auth
- value() - annotation interface 中的元素 org.ifinalframework.web.annotation.auth.PostAuth
- value() - annotation interface 中的元素 org.ifinalframework.web.annotation.bind.RequestExcelPart
-
Alias for
RequestExcelPart.name(). - value() - annotation interface 中的元素 org.ifinalframework.web.annotation.bind.RequestJsonParam
- value() - annotation interface 中的元素 org.ifinalframework.web.annotation.response.ResponseColumn.ResponseColumns
- value() - annotation interface 中的元素 org.ifinalframework.web.annotation.response.ResponseColumn
- value() - annotation interface 中的元素 org.ifinalframework.web.annotation.servlet.Interceptor
All Classes and Interfaces|所有程序包