Package | Description |
---|---|
org.springframework.vault.repository.convert |
Spring Vault specific converter infrastructure.
|
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 List<Object> |
MappingVaultConverter.createCollection(Collection<?> collection,
VaultPersistentProperty property)
Writes the given
Collection using the given VaultPersistentProperty
information. |
protected Map<String,Object> |
MappingVaultConverter.createMap(Map<Object,Object> map,
VaultPersistentProperty property)
Writes the given
Map using the given VaultPersistentProperty
information. |
protected void |
MappingVaultConverter.writePropertyInternal(Object obj,
org.springframework.vault.repository.convert.SecretDocumentAccessor accessor,
VaultPersistentProperty prop) |
Constructor and Description |
---|
MappingVaultConverter(MappingContext<? extends VaultPersistentEntity<?>,VaultPersistentProperty> mappingContext) |
Modifier and Type | Method and Description |
---|---|
protected VaultPersistentProperty |
VaultMappingContext.createPersistentProperty(Property property,
VaultPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
Constructor and Description |
---|
VaultPersistentProperty(Property property,
PersistentEntity<?,VaultPersistentProperty> owner,
SimpleTypeHolder simpleTypeHolder)
Create a new
VaultPersistentProperty . |
Constructor and Description |
---|
VaultQueryCreator(PartTree tree,
ParameterAccessor parameters,
MappingContext<VaultPersistentEntity<?>,VaultPersistentProperty> mappingContext)
|
Copyright © 2016–2018 Pivotal Software, Inc.. All rights reserved.