Class RequestMappingEndpoint

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, Endpoint<Map<String,​Object>>, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware

    @ConfigurationProperties(prefix="endpoints.mappings")
    public class RequestMappingEndpoint
    extends AbstractEndpoint<Map<String,​Object>>
    implements org.springframework.context.ApplicationContextAware
    Endpoint to expose Spring MVC mappings.
    • Method Detail

      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException
      • setHandlerMappings

        public void setHandlerMappings​(List<org.springframework.web.servlet.handler.AbstractUrlHandlerMapping> handlerMappings)
        Set the handler mappings.
        Parameters:
        handlerMappings - the handler mappings
      • setMethodMappings

        public void setMethodMappings​(List<org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<?>> methodMappings)
        Set the method mappings.
        Parameters:
        methodMappings - the method mappings