Class WebEndpointAutoConfiguration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverercontrollerEndpointDiscoverer​(org.springframework.beans.factory.ObjectProvider<org.springframework.boot.actuate.endpoint.web.PathMapper> endpointPathMappers, org.springframework.beans.factory.ObjectProvider<Collection<org.springframework.boot.actuate.endpoint.EndpointFilter<org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint>>> filters) 
      ExposeExcludePropertyEndpointFilter<org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint>controllerExposeExcludePropertyEndpointFilter() 
      org.springframework.boot.actuate.endpoint.web.EndpointMediaTypesendpointMediaTypes() 
      org.springframework.boot.actuate.endpoint.web.PathMappedEndpointspathMappedEndpoints​(Collection<org.springframework.boot.actuate.endpoint.EndpointsSupplier<?>> endpointSuppliers, WebEndpointProperties webEndpointProperties) 
      org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscovererwebEndpointDiscoverer​(org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper parameterValueMapper, org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes endpointMediaTypes, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.actuate.endpoint.web.PathMapper> endpointPathMappers, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor> invokerAdvisors, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.actuate.endpoint.EndpointFilter<org.springframework.boot.actuate.endpoint.web.ExposableWebEndpoint>> filters) 
      org.springframework.boot.actuate.endpoint.web.PathMapperwebEndpointPathMapper() 
      ExposeExcludePropertyEndpointFilter<org.springframework.boot.actuate.endpoint.web.ExposableWebEndpoint>webExposeExcludePropertyEndpointFilter() 
    • Method Detail

      • webEndpointPathMapper

        @Bean
        public org.springframework.boot.actuate.endpoint.web.PathMapper webEndpointPathMapper()
      • endpointMediaTypes

        @Bean
        @ConditionalOnMissingBean
        public org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes endpointMediaTypes()
      • webEndpointDiscoverer

        @Bean
        @ConditionalOnMissingBean(org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier.class)
        public org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer webEndpointDiscoverer​(org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper parameterValueMapper,
                                                                                                                    org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes endpointMediaTypes,
                                                                                                                    org.springframework.beans.factory.ObjectProvider<org.springframework.boot.actuate.endpoint.web.PathMapper> endpointPathMappers,
                                                                                                                    org.springframework.beans.factory.ObjectProvider<org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor> invokerAdvisors,
                                                                                                                    org.springframework.beans.factory.ObjectProvider<org.springframework.boot.actuate.endpoint.EndpointFilter<org.springframework.boot.actuate.endpoint.web.ExposableWebEndpoint>> filters)
      • controllerEndpointDiscoverer

        @Bean
        @ConditionalOnMissingBean(org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier.class)
        public org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer controllerEndpointDiscoverer​(org.springframework.beans.factory.ObjectProvider<org.springframework.boot.actuate.endpoint.web.PathMapper> endpointPathMappers,
                                                                                                                                  org.springframework.beans.factory.ObjectProvider<Collection<org.springframework.boot.actuate.endpoint.EndpointFilter<org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint>>> filters)
      • pathMappedEndpoints

        @Bean
        @ConditionalOnMissingBean
        public org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints pathMappedEndpoints​(Collection<org.springframework.boot.actuate.endpoint.EndpointsSupplier<?>> endpointSuppliers,
                                                                                                     WebEndpointProperties webEndpointProperties)