Uses of Interface
org.springframework.vault.repository.convert.VaultConverter
Packages that use VaultConverter
Package
Description
Spring Vault specific converter infrastructure.
Spring Vault core repository implementation.
-
Uses of VaultConverter in org.springframework.vault.repository.convert
Classes in org.springframework.vault.repository.convert that implement VaultConverterModifier and TypeClassDescriptionclassBase class forVaultConverterimplementations.classVaultConverterthat uses aMappingContextto do sophisticated mapping of domain objects toSecretDocument. -
Uses of VaultConverter in org.springframework.vault.repository.core
Methods in org.springframework.vault.repository.core that return VaultConverterModifier and TypeMethodDescriptionVaultKeyValueAdapter.getConverter()VaultKeyValueTemplate.getConverter()Constructors in org.springframework.vault.repository.core with parameters of type VaultConverterModifierConstructorDescriptionVaultKeyValueAdapter(VaultOperations vaultOperations, VaultConverter vaultConverter)