Class RequestMappingHelper
-
- All Implemented Interfaces:
public class RequestMappingHelperLists all RequestMapping annotated URLs. Note, not all mapping in the container
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRequestMappingHelper.Info
-
Constructor Summary
Constructors Constructor Description RequestMappingHelper()
-
Method Summary
Modifier and Type Method Description static Map<RequestMappingInfo, HandlerMethod>listAllMapping(ApplicationContext context)static voiddealAllMapping(ApplicationContext context, BiConsumer<RequestMappingInfo, HandlerMethod> consumer)static List<RequestMappingHelper.Info>infoAllMapping(ApplicationContext context)-
-
Method Detail
-
listAllMapping
static Map<RequestMappingInfo, HandlerMethod> listAllMapping(ApplicationContext context)
-
dealAllMapping
static void dealAllMapping(ApplicationContext context, BiConsumer<RequestMappingInfo, HandlerMethod> consumer)
-
infoAllMapping
@NotNull() static List<RequestMappingHelper.Info> infoAllMapping(ApplicationContext context)
-
-
-
-