Class EndpointDocService


  • @Service("endpointDocService")
    public class EndpointDocService
    extends Object
    Service class for the EndpointDocController.
    Author:
    Christian Mayer
    • Constructor Detail

      • EndpointDocService

        public EndpointDocService()
    • Method Detail

      • getEndpoints

        @PreAuthorize("hasRole(@configHolder.getSuperAdminRoleName())")
        public Set<org.springframework.web.servlet.mvc.method.RequestMappingInfo> getEndpoints​(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping requestMappingHandlerMapping)
        Returns all RequestMappingInfo instances from type and method-level @RequestMapping annotations in @Controller classes.
        Parameters:
        requestMappingHandlerMapping - The RequestMappingInfo collection of Spring
        Returns:
        A set of RequestMappingInfo