Uses of Interface
org.springframework.vault.repository.mapping.VaultPersistentEntity
Packages that use 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
Methods in org.springframework.vault.repository.convert that return types with arguments of type VaultPersistentEntityModifier and TypeMethodDescriptionMappingContext<? extends VaultPersistentEntity<?>,
VaultPersistentProperty> MappingVaultConverter.getMappingContext()
Methods in org.springframework.vault.repository.convert with parameters of type VaultPersistentEntityModifier and TypeMethodDescriptionprotected void
MappingVaultConverter.writeInternal
(Object obj, org.springframework.vault.repository.convert.SecretDocumentAccessor sink, VaultPersistentEntity<?> entity) Constructor parameters in org.springframework.vault.repository.convert with type arguments of type VaultPersistentEntityModifierConstructorDescriptionMappingVaultConverter
(MappingContext<? extends VaultPersistentEntity<?>, VaultPersistentProperty> mappingContext) -
Uses of VaultPersistentEntity in org.springframework.vault.repository.core
Constructors in org.springframework.vault.repository.core with parameters of type VaultPersistentEntity -
Uses of VaultPersistentEntity in org.springframework.vault.repository.mapping
Classes in org.springframework.vault.repository.mapping that implement VaultPersistentEntityMethods in org.springframework.vault.repository.mapping that return VaultPersistentEntityModifier and TypeMethodDescriptionprotected <T> VaultPersistentEntity<?>
VaultMappingContext.createPersistentEntity
(TypeInformation<T> typeInformation) Methods in org.springframework.vault.repository.mapping with parameters of type VaultPersistentEntityModifier and TypeMethodDescriptionprotected VaultPersistentProperty
VaultMappingContext.createPersistentProperty
(Property property, VaultPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder) -
Uses of VaultPersistentEntity in org.springframework.vault.repository.query
Constructor parameters in org.springframework.vault.repository.query with type arguments of type VaultPersistentEntityModifierConstructorDescriptionVaultQueryCreator
(PartTree tree, ParameterAccessor parameters, MappingContext<VaultPersistentEntity<?>, VaultPersistentProperty> mappingContext)