Class CloudFoundryActuatorAutoConfiguration

    • Method Detail

      • cloudFoundryWebEndpointServletHandlerMapping

        @Bean
        public org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryWebEndpointServletHandlerMapping cloudFoundryWebEndpointServletHandlerMapping​(org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper parameterMapper,
                                                                                                                                                                             org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes endpointMediaTypes,
                                                                                                                                                                             org.springframework.boot.web.client.RestTemplateBuilder restTemplateBuilder,
                                                                                                                                                                             org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier servletEndpointsSupplier,
                                                                                                                                                                             org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier controllerEndpointsSupplier)