Interface EnvironmentEndpointFilter


public interface EnvironmentEndpointFilter
A bean interface that allows hiding or masking of parts of the environment and its property sources when they are displayed in the EnvironmentEndpoint.
Since:
3.3.0
Author:
Tim Yates
  • Method Details

    • specifyFiltering

      void specifyFiltering(@NonNull @NonNull 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.