Uses of Class
org.springframework.vault.repository.convert.AbstractVaultConverter
Packages that use AbstractVaultConverter
Package
Description
Spring Vault specific converter infrastructure.
-
Uses of AbstractVaultConverter in org.springframework.vault.repository.convert
Subclasses of AbstractVaultConverter in org.springframework.vault.repository.convertModifier and TypeClassDescriptionclass
VaultConverter
that uses aMappingContext
to do sophisticated mapping of domain objects toSecretDocument
.