Uses of Interface
de.vinado.boot.secrets.PropertyIndexSupplier
-
Uses of PropertyIndexSupplier in de.vinado.boot.secrets
Modifier and TypeClassDescriptionclass
CompositePropertyIndexSupplier
managing delegates of its own type.class
A supplier implementation for creating a property index over a map of application configuration properties from application.properties (or similar).class
A supplier for creating a property index over all environment properties ending with the configured suffix.class
A supplier for creating a property index over filenames in a configurable directory.Modifier and TypeMethodDescriptionstatic PropertyIndexSupplier
Creates a instance of thisPropertyIndexSupplier
by supplying just the given map.protected PropertyIndexSupplier
EnvironmentConfigDataSecretsEnvironmentPostProcessor.getPropertyIndexSupplier
(ConfigurableEnvironment environment) protected PropertyIndexSupplier
EnvironmentSecretsPropertyEnvironmentPostProcessor.getPropertyIndexSupplier
(ConfigurableEnvironment environment) protected PropertyIndexSupplier
FilenameConfigDataSecretsEnvironmentPostProcessor.getPropertyIndexSupplier
(ConfigurableEnvironment environment) protected PropertyIndexSupplier
FilenameSecretsEnvironmentPostProcessor.getPropertyIndexSupplier
(ConfigurableEnvironment environment) protected abstract PropertyIndexSupplier
SecretsEnvironmentPostProcessor.getPropertyIndexSupplier
(ConfigurableEnvironment environment) Creates a new instance ofPropertyIndexSupplier
providing a map of configuration property keys and its locations.CompositePropertyIndexSupplier.substituteValues
(PropertyResolver resolver) default PropertyIndexSupplier
PropertyIndexSupplier.substituteValues
(PropertyResolver resolver) Creates an index supplier which substitutes every value contained by the underlying map.Modifier and TypeMethodDescriptionCompositePropertyIndexSupplier.Builder.add
(PropertyIndexSupplier supplier) Modifier and TypeMethodDescriptionCompositePropertyIndexSupplier.Builder.addAll
(Collection<PropertyIndexSupplier> suppliers) ModifierConstructorDescriptionSecretsEnvironment
(org.springframework.boot.logging.DeferredLogFactory logFactory, ConfigurableEnvironment environment, SecretResolver resolver, PropertyIndexSupplier propertyIndexSupplier)