Package io.micronaut.management.endpoint.env
package io.micronaut.management.endpoint.env
Environment management endpoint.
- Since:
- 1.2.0
- Author:
- Álvaro Sánchez-Mariscal
-
ClassDescription
Endpoint
that displays information about the environment and its property sources.A bean interface that allows hiding or masking of parts of the environment and its property sources when they are displayed in theEnvironmentEndpoint
.This class is passed to an instance ofEnvironmentEndpointFilter
(if one is defined) each time theEnvironmentEndpoint
is invoked.