Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.env |
Auto-configuration for actuator Spring Environment concerns.
|
org.springframework.boot.actuate.env |
Actuator support for Spring Framework's
Environment . |
Class and Description |
---|
EnvironmentEndpoint
@Endpoint to expose environment
information. |
EnvironmentEndpointWebExtension
@EndpointWebExtension for the EnvironmentEndpoint . |
Class and Description |
---|
EnvironmentEndpoint
@Endpoint to expose environment
information. |
EnvironmentEndpoint.EnvironmentDescriptor
A description of an
Environment . |
EnvironmentEndpoint.EnvironmentEntryDescriptor
A description of an entry of the
Environment . |
EnvironmentEndpoint.PropertySourceDescriptor
A description of a
PropertySource . |
EnvironmentEndpoint.PropertySourceEntryDescriptor
A description of a particular entry of
PropertySource . |
EnvironmentEndpoint.PropertySummaryDescriptor
A summary of a particular entry of the
Environment . |
EnvironmentEndpoint.PropertyValueDescriptor
A description of a property's value, including its origin if available.
|