Uses of Class
org.springframework.vault.repository.convert.SecretDocument
Packages that use SecretDocument
Package
Description
Spring Vault specific converter infrastructure.
Query derivation mechanism for Vault specific repositories.
-
Uses of SecretDocument in org.springframework.vault.repository.convert
Methods in org.springframework.vault.repository.convert that return SecretDocumentModifier and TypeMethodDescriptionstatic SecretDocument
SecretDocument.from
(String id, VaultResponse vaultResponse) Methods in org.springframework.vault.repository.convert with parameters of type SecretDocumentModifier and TypeMethodDescription<S> S
MappingVaultConverter.read
(Class<S> type, SecretDocument source) void
MappingVaultConverter.write
(Object source, SecretDocument sink) -
Uses of SecretDocument in org.springframework.vault.repository.query
Methods in org.springframework.vault.repository.query with parameters of type SecretDocumentModifier and TypeMethodDescriptionboolean
VaultQuery.test
(SecretDocument document) Evaluate the query against aSecretDocument
.