Interface EnvironmentEndpointFilter
-
public interface EnvironmentEndpointFilterA bean interface that allows hiding or masking of parts of the environment and its property sources when they are displayed in theEnvironmentEndpoint.- Since:
- 3.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidspecifyFiltering(@NotNull EnvironmentFilterSpecification specification)Configure the filtering of PropertySources for the environment endpoint.
-
-
-
Method Detail
-
specifyFiltering
void specifyFiltering(@NotNull @NotNull EnvironmentFilterSpecification specification)Configure the filtering of PropertySources for the environment endpoint.- Parameters:
specification- a specification of which properties are masked or hidden from the endpoint.
-
-