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
    • 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.