Interface VaultTypeMapper

All Superinterfaces:
TypeMapper<Map<String,Object>>
All Known Implementing Classes:
DefaultVaultTypeMapper

public interface VaultTypeMapper extends TypeMapper<Map<String,Object>>
Vault-specific TypeMapper exposing that SecretDocuments might contain a type key.
Since:
2.0
Author:
Mark Paluch
  • Method Details

    • isTypeKey

      boolean isTypeKey(String key)
      Returns whether the given key is the type key.
      Returns:
      true if the key is the type key.