Class RequestMappingHelper

  • All Implemented Interfaces:

    
    public class RequestMappingHelper
    
                        

    Lists all RequestMapping annotated URLs. Note, not all mapping in the container

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Map<RequestMappingInfo, HandlerMethod> listAllMapping(ApplicationContext context)
      static void dealAllMapping(ApplicationContext context, BiConsumer<RequestMappingInfo, HandlerMethod> consumer)
      static List<RequestMappingHelper.Info> infoAllMapping(ApplicationContext context)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait