Uses of Interface
org.springframework.vault.core.util.PropertyTransformer
Packages that use PropertyTransformer
Package
Description
Spring Vault's environment abstraction consisting property source support.
Property transformer classes for Spring Vault core support.
-
Uses of PropertyTransformer in org.springframework.vault.core.env
Constructors in org.springframework.vault.core.env with parameters of type PropertyTransformerModifierConstructorDescriptionLeaseAwareVaultPropertySource(String name, SecretLeaseContainer secretLeaseContainer, RequestedSecret requestedSecret, PropertyTransformer propertyTransformer) LeaseAwareVaultPropertySource(String name, SecretLeaseContainer secretLeaseContainer, RequestedSecret requestedSecret, PropertyTransformer propertyTransformer, boolean ignoreSecretNotFound) VaultPropertySource(String name, VaultOperations vaultOperations, String path, PropertyTransformer propertyTransformer) VaultPropertySource(String name, VaultOperations vaultOperations, String path, PropertyTransformer propertyTransformer, boolean ignoreSecretNotFound) -
Uses of PropertyTransformer in org.springframework.vault.core.util
Classes in org.springframework.vault.core.util that implement PropertyTransformerModifier and TypeClassDescriptionstatic classPropertyTransformerthat adds a prefix to each key name.static classPropertyTransformerthat passes the given properties through without returning changed properties.Methods in org.springframework.vault.core.util that return PropertyTransformerModifier and TypeMethodDescriptiondefault PropertyTransformerPropertyTransformer.andThen(PropertyTransformer after) Return a composed transformer function that first applies this filter, and then applies theaftertransformer.static PropertyTransformerCreate a newPropertyTransformers.KeyPrefixPropertyTransformerthat adds a prefix to each key name.static PropertyTransformerPropertyTransformers.NoOpPropertyTransformer.instance()static PropertyTransformerPropertyTransformers.noop()static PropertyTransformerPropertyTransformers.propertyNamePrefix(String propertyNamePrefix) static PropertyTransformerPropertyTransformers.removeNullProperties()Methods in org.springframework.vault.core.util with parameters of type PropertyTransformerModifier and TypeMethodDescriptiondefault PropertyTransformerPropertyTransformer.andThen(PropertyTransformer after) Return a composed transformer function that first applies this filter, and then applies theaftertransformer.