JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.springframework.boot.actuate.autoconfigure.endpoint
package
org.springframework.boot.actuate.autoconfigure.endpoint
Core classes for actuator endpoint auto-configuration.
Related Packages
Package
Description
org.springframework.boot.actuate.autoconfigure
Classes for general actuator auto-configuration concerns.
org.springframework.boot.actuate.autoconfigure.endpoint.condition
Actuator endpoint auto-configuration conditions.
org.springframework.boot.actuate.autoconfigure.endpoint.expose
Endpoint exposure logic used for auto-configuration and conditions.
org.springframework.boot.actuate.autoconfigure.endpoint.jackson
Actuator Jackson auto-configuration.
org.springframework.boot.actuate.autoconfigure.endpoint.jmx
Actuator JMX endpoint auto-configuration.
org.springframework.boot.actuate.autoconfigure.endpoint.web
Auto-configuration for the Actuator's web endpoints.
Classes
Class
Description
EndpointAutoConfiguration
Auto-configuration
for
@Endpoint
support.