Package io.micronaut.management.endpoint.env
Environment management endpoint.
- Since:
- 1.2.0
-
Interface Summary Interface Description EnvironmentEndpointFilter A bean interface that allows hiding or masking of parts of the environment and its property sources when they are displayed in theEnvironmentEndpoint. -
Class Summary Class Description EnvironmentEndpoint Endpointthat displays information about the environment and its property sources.EnvironmentFilterSpecification This class is passed to an instance ofEnvironmentEndpointFilter(if one is defined) each time theEnvironmentEndpointis invoked.