Uses of Interface
org.springframework.vault.repository.mapping.VaultPersistentEntity
Package
Description
Spring Vault specific converter infrastructure.
Spring Vault core repository implementation.
Infrastructure for the Vault JSON-to-object mapping subsystem.
Query derivation mechanism for Vault specific repositories.
-
Uses of VaultPersistentEntity in org.springframework.vault.repository.convert
Modifier and TypeMethodDescriptionMappingContext<? extends VaultPersistentEntity<?>,
VaultPersistentProperty> MappingVaultConverter.getMappingContext()
Modifier and TypeMethodDescriptionprotected void
MappingVaultConverter.writeInternal
(Object obj, org.springframework.vault.repository.convert.SecretDocumentAccessor sink, VaultPersistentEntity<?> entity) ModifierConstructorDescriptionMappingVaultConverter
(MappingContext<? extends VaultPersistentEntity<?>, VaultPersistentProperty> mappingContext) -
Uses of VaultPersistentEntity in org.springframework.vault.repository.core
-
Uses of VaultPersistentEntity in org.springframework.vault.repository.mapping
Modifier and TypeMethodDescriptionprotected <T> VaultPersistentEntity<?>
VaultMappingContext.createPersistentEntity
(TypeInformation<T> typeInformation) Modifier and TypeMethodDescriptionprotected VaultPersistentProperty
VaultMappingContext.createPersistentProperty
(Property property, VaultPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder) -
Uses of VaultPersistentEntity in org.springframework.vault.repository.query
ModifierConstructorDescriptionVaultQueryCreator
(PartTree tree, ParameterAccessor parameters, MappingContext<VaultPersistentEntity<?>, VaultPersistentProperty> mappingContext)