Package | Description |
---|---|
org.springframework.vault.repository.convert |
Spring Vault specific converter infrastructure.
|
org.springframework.vault.repository.core |
Spring Vault core repository implementation.
|
org.springframework.vault.repository.mapping |
Infrastructure for the Vault JSON-to-object mapping subsystem.
|
org.springframework.vault.repository.query |
Query derivation mechanism for Vault specific repositories.
|
Modifier and Type | Method and Description |
---|---|
MappingContext<? extends VaultPersistentEntity<?>,VaultPersistentProperty> |
MappingVaultConverter.getMappingContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
MappingVaultConverter.writeInternal(Object obj,
org.springframework.vault.repository.convert.SecretDocumentAccessor sink,
VaultPersistentEntity<?> entity) |
Constructor and Description |
---|
MappingVaultConverter(MappingContext<? extends VaultPersistentEntity<?>,VaultPersistentProperty> mappingContext) |
Constructor and Description |
---|
MappingVaultEntityInformation(VaultPersistentEntity<T> entity) |
Modifier and Type | Class and Description |
---|---|
class |
BasicVaultPersistentEntity<T>
VaultPersistentEntity implementation. |
Modifier and Type | Method and Description |
---|---|
protected <T> VaultPersistentEntity<?> |
VaultMappingContext.createPersistentEntity(TypeInformation<T> typeInformation) |
Modifier and Type | Method and Description |
---|---|
protected VaultPersistentProperty |
VaultMappingContext.createPersistentProperty(Property property,
VaultPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
Constructor and Description |
---|
VaultQueryCreator(PartTree tree,
ParameterAccessor parameters,
MappingContext<VaultPersistentEntity<?>,VaultPersistentProperty> mappingContext)
|
Copyright © 2016–2019 Pivotal Software, Inc.. All rights reserved.