Uses of Interface
org.springframework.vault.repository.convert.VaultTypeMapper
Packages that use VaultTypeMapper
Package
Description
Spring Vault specific converter infrastructure.
-
Uses of VaultTypeMapper in org.springframework.vault.repository.convert
Classes in org.springframework.vault.repository.convert that implement VaultTypeMapperModifier and TypeClassDescriptionclassDefault implementation ofVaultTypeMapperallowing configuration of the key to lookup and store type information inSecretDocument.Methods in org.springframework.vault.repository.convert with parameters of type VaultTypeMapperModifier and TypeMethodDescriptionvoidMappingVaultConverter.setTypeMapper(VaultTypeMapper typeMapper) Configures theVaultTypeMapperto be used to add type information toSecretDocuments created by the converter and how to lookup type information fromSecretDocuments when reading them.