Class SecretBackendMetadataWrapper

  • All Implemented Interfaces:
    SecretBackendMetadata

    public class SecretBackendMetadataWrapper
    extends Object
    implements SecretBackendMetadata
    Provides a convenient implementation of the SecretBackendMetadata interface that can be subclassed to override specific methods.

    This class implements the Wrapper or Decorator pattern. Methods default to calling through to the wrapped request object.

    Since:
    1.1
    Author:
    Mark Paluch