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 |
---|---|
org.springframework.data.mapping.context.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(org.springframework.data.mapping.context.MappingContext<? extends VaultPersistentEntity<?>,VaultPersistentProperty> mappingContext) |
Modifier and Type | Method and Description |
---|---|
protected VaultPersistentProperty |
VaultMappingContext.createPersistentProperty(org.springframework.data.mapping.model.Property property,
VaultPersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
Constructor and Description |
---|
VaultPersistentProperty(org.springframework.data.mapping.model.Property property,
org.springframework.data.mapping.PersistentEntity<?,VaultPersistentProperty> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
Create a new
VaultPersistentProperty . |
Constructor and Description |
---|
VaultQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameters,
org.springframework.data.mapping.context.MappingContext<VaultPersistentEntity<?>,VaultPersistentProperty> mappingContext)
|
Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.