Package de.terrestris.shoguncore.service
Class EndpointDocService
- java.lang.Object
-
- de.terrestris.shoguncore.service.EndpointDocService
-
@Service("endpointDocService") public class EndpointDocService extends ObjectService class for theEndpointDocController.- Author:
- Christian Mayer
-
-
Constructor Summary
Constructors Constructor Description EndpointDocService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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
-
-