Package | Description |
---|---|
org.springframework.vault.repository.convert |
Spring Vault specific converter infrastructure.
|
org.springframework.vault.repository.query |
Query derivation mechanism for Vault specific repositories.
|
Modifier and Type | Method and Description |
---|---|
static SecretDocument |
SecretDocument.from(String id,
VaultResponse vaultResponse)
|
Modifier and Type | Method and Description |
---|---|
<S> S |
MappingVaultConverter.read(Class<S> type,
SecretDocument source) |
void |
MappingVaultConverter.write(Object source,
SecretDocument sink) |
Modifier and Type | Method and Description |
---|---|
boolean |
VaultQuery.test(SecretDocument document)
Evaluate the query against a
SecretDocument . |
Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.