Package org.springframework.vault.repository.convert
@NonNullApi
package org.springframework.vault.repository.convert
Spring Vault specific converter infrastructure.
-
ClassDescriptionBase class for
VaultConverter
implementations.Default implementation ofVaultTypeMapper
allowing configuration of the key to lookup and store type information inSecretDocument
.VaultConverter
that uses aMappingContext
to do sophisticated mapping of domain objects toSecretDocument
.Vault database exchange object containing data before/after it's exchanged with Vault.Central Vault-specific converter interface.Value object to capture custom conversion.Vault-specificTypeMapper
exposing thatSecretDocument
s might contain a type key.