| Modifier and Type | Class and Description |
|---|---|
class |
CompositePropertyIndexSupplier
Composite
PropertyIndexSupplier managing delegates of its own type. |
| Modifier and Type | Method and Description |
|---|---|
static PropertyIndexSupplier |
PropertyIndexSupplier.from(Map<String,String> properties)
Creates a instance of this
PropertyIndexSupplier by supplying just the given map. |
protected abstract PropertyIndexSupplier |
SecretsEnvironmentPostProcessor.getPropertyIndexSupplier(ConfigurableEnvironment environment)
Creates a new instance of
PropertyIndexSupplier providing a map of configuration property keys and its
locations. |
default PropertyIndexSupplier |
PropertyIndexSupplier.substituteValues(PropertyResolver resolver)
Creates an index supplier which substitutes every value contained by the underlying map.
|
PropertyIndexSupplier |
CompositePropertyIndexSupplier.substituteValues(PropertyResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
CompositePropertyIndexSupplier.Builder |
CompositePropertyIndexSupplier.Builder.add(PropertyIndexSupplier supplier) |
| Modifier and Type | Method and Description |
|---|---|
CompositePropertyIndexSupplier.Builder |
CompositePropertyIndexSupplier.Builder.addAll(Collection<PropertyIndexSupplier> suppliers) |
| Constructor and Description |
|---|
SecretsEnvironment(org.springframework.boot.logging.DeferredLogFactory logFactory,
ConfigurableEnvironment environment,
SecretResolver resolver,
PropertyIndexSupplier propertyIndexSupplier) |
Copyright © 2023. All rights reserved.