Class MappingVaultConverter

java.lang.Object
org.springframework.vault.repository.convert.AbstractVaultConverter
org.springframework.vault.repository.convert.MappingVaultConverter
All Implemented Interfaces:
InitializingBean, EntityConverter<VaultPersistentEntity<?>,VaultPersistentProperty,Object,SecretDocument>, EntityReader<Object,SecretDocument>, EntityWriter<Object,SecretDocument>, VaultConverter

public class MappingVaultConverter extends AbstractVaultConverter
VaultConverter that uses a MappingContext to do sophisticated mapping of domain objects to SecretDocument. This converter converts between Map-typed representations and domain objects without use of a JSON library. SecretDocument is the input to JSON mapping to exchange secrets with Vault.
Since:
2.0
Author:
Mark Paluch