Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Annotation Interfaces
  • Methods
  • Constructors
  • Annotation Interface Elements
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>)
    since 3.4.0 for removal in 4.0.0 in favor of AbstractExposableEndpoint(EndpointId, Access, Collection)
    org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint.isEnableByDefault()
    org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>)
    since 3.4.0 for removal in 4.0.0 in favor of AbstractDiscoveredEndpoint(EndpointDiscoverer, Object, EndpointId, Access, Collection)
    org.springframework.boot.actuate.endpoint.annotation.Endpoint.enableByDefault()
    since 3.4.0 for removal in 4.0.0 in favor of Endpoint.defaultAccess()
    org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<E>>)
    since 3.4.0 for removal in 4.0.0 in favor of EndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection, Collection, Collection)
    org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.createEndpoint(Object, EndpointId, boolean, Collection<O>)
    since 3.4.0 for removal in 4.0.0 in favor of EndpointDiscoverer.createEndpoint(Object, EndpointId, Access, Collection)
    org.springframework.boot.actuate.endpoint.ExposableEndpoint.isEnableByDefault()
    since 3.4.0 for removal in 4.0.0 in favor of ExposableEndpoint.getDefaultAccess()
    org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint.enableByDefault()
    since 3.4.0 for removal in 4.0.0 in favor of
    org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableJmxEndpoint>>)
    since 3.4.0 for removal in 4.0.0 in favor of JmxEndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection, Collection, Collection)
    org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
    org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
    since 3.3.0 in favor of @Endpoint and @WebEndpoint support
    org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier
    since 3.3.3 in favor of @Endpoint and @WebEndpoint support
    org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
    since 3.3.3 in favor of @Endpoint and @WebEndpoint support
    org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
    org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
    org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
    org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
    org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint.enableByDefault()
    since 3.4.0 for removal in 4.0.0 in favor of WebEndpoint.defaultAccess()
    org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>)
    since 3.4.0 for removal in 4.0.0 in favor of WebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List, List, Collection, Collection, Collection)
    org.springframework.boot.actuate.endpoint.web.EndpointServlet
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
    org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
    org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
    since 3.3.5 in favor of @Endpoint and @WebEndpoint support
    org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
    since 3.3.5 in favor of @Endpoint and @WebEndpoint support
    org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
    since 3.3.0 in favor of @Endpoint and @WebEndpoint support
  • Deprecated Interfaces
    Interface
    Description
    org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier
    since 3.3.3 in favor of @Endpoint and @WebEndpoint support
    org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
    since 3.3.3 in favor of @Endpoint and @WebEndpoint support
    org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
    org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
  • Deprecated Classes
    Class
    Description
    org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
    since 3.3.0 in favor of @Endpoint and @WebEndpoint support
    org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
    org.springframework.boot.actuate.endpoint.web.EndpointServlet
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
    org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
    since 3.3.5 in favor of @Endpoint and @WebEndpoint support
    org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
    since 3.3.5 in favor of @Endpoint and @WebEndpoint support
    org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
    since 3.3.0 in favor of @Endpoint and @WebEndpoint support
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
    org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
    org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
    since 3.3.0 in favor of @Endpoint and @WebEndpoint
  • Deprecated Methods
    Method
    Description
    org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint.isEnableByDefault()
    org.springframework.boot.actuate.endpoint.annotation.Endpoint.enableByDefault()
    since 3.4.0 for removal in 4.0.0 in favor of Endpoint.defaultAccess()
    org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.createEndpoint(Object, EndpointId, boolean, Collection<O>)
    since 3.4.0 for removal in 4.0.0 in favor of EndpointDiscoverer.createEndpoint(Object, EndpointId, Access, Collection)
    org.springframework.boot.actuate.endpoint.ExposableEndpoint.isEnableByDefault()
    since 3.4.0 for removal in 4.0.0 in favor of ExposableEndpoint.getDefaultAccess()
    org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint.enableByDefault()
    since 3.4.0 for removal in 4.0.0 in favor of
    org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint.enableByDefault()
    since 3.4.0 for removal in 4.0.0 in favor of WebEndpoint.defaultAccess()
  • Deprecated Constructors
    Constructor
    Description
    org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>)
    since 3.4.0 for removal in 4.0.0 in favor of AbstractExposableEndpoint(EndpointId, Access, Collection)
    org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>)
    since 3.4.0 for removal in 4.0.0 in favor of AbstractDiscoveredEndpoint(EndpointDiscoverer, Object, EndpointId, Access, Collection)
    org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<E>>)
    since 3.4.0 for removal in 4.0.0 in favor of EndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection, Collection, Collection)
    org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableJmxEndpoint>>)
    since 3.4.0 for removal in 4.0.0 in favor of JmxEndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection, Collection, Collection)
    org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>)
    since 3.4.0 for removal in 4.0.0 in favor of WebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List, List, Collection, Collection, Collection)
  • Deprecated Annotation Interface Elements
    Annotation Interface Element
    Description
    org.springframework.boot.actuate.endpoint.annotation.Endpoint.enableByDefault()
    since 3.4.0 for removal in 4.0.0 in favor of Endpoint.defaultAccess()
    org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint.enableByDefault()
    since 3.4.0 for removal in 4.0.0 in favor of
    org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint.enableByDefault()
    since 3.4.0 for removal in 4.0.0 in favor of WebEndpoint.defaultAccess()