Uses of Class
org.springframework.vault.repository.mapping.VaultPersistentProperty
Package
Description
Spring Vault specific converter infrastructure.
Infrastructure for the Vault JSON-to-object mapping subsystem.
Query derivation mechanism for Vault specific repositories.
-
Uses of VaultPersistentProperty in org.springframework.vault.repository.convert
Modifier and TypeMethodDescriptionMappingContext<? extends VaultPersistentEntity<?>,
VaultPersistentProperty> MappingVaultConverter.getMappingContext()
Modifier and TypeMethodDescriptionMappingVaultConverter.createCollection
(Collection<?> collection, VaultPersistentProperty property) Writes the givenCollection
using the givenVaultPersistentProperty
information.MappingVaultConverter.createMap
(Map<Object, Object> map, VaultPersistentProperty property) Writes the givenMap
using the givenVaultPersistentProperty
information.protected void
MappingVaultConverter.writePropertyInternal
(Object obj, org.springframework.vault.repository.convert.SecretDocumentAccessor accessor, VaultPersistentProperty prop) ModifierConstructorDescriptionMappingVaultConverter
(MappingContext<? extends VaultPersistentEntity<?>, VaultPersistentProperty> mappingContext) -
Uses of VaultPersistentProperty in org.springframework.vault.repository.mapping
Modifier and TypeMethodDescriptionprotected VaultPersistentProperty
VaultMappingContext.createPersistentProperty
(Property property, VaultPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder) ModifierConstructorDescriptionVaultPersistentProperty
(Property property, PersistentEntity<?, VaultPersistentProperty> owner, SimpleTypeHolder simpleTypeHolder) Create a newVaultPersistentProperty
. -
Uses of VaultPersistentProperty in org.springframework.vault.repository.query
ModifierConstructorDescriptionVaultQueryCreator
(PartTree tree, ParameterAccessor parameters, MappingContext<VaultPersistentEntity<?>, VaultPersistentProperty> mappingContext)