Package de.vinado.boot.secrets
Class ConfigDataPropertyIndexSupplier
java.lang.Object
de.vinado.boot.secrets.ConfigDataPropertyIndexSupplier
- All Implemented Interfaces:
PropertyIndexSupplier
,Supplier<Map<String,
String>>
A supplier implementation for creating a property index over a map of application configuration properties from application.properties (or similar). These properties are prefixed with secrets.file.properties.
secrets.<infix>.properties.spring.mail.host → spring.mail.host
- Author:
- Vincent Nadoll
-
Constructor Summary
ConstructorDescriptionConfigDataPropertyIndexSupplier
(org.springframework.boot.logging.DeferredLogFactory logFactory, ConfigurableEnvironment environment, String propertyInfix) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.vinado.boot.secrets.PropertyIndexSupplier
substitute, substituteValue, substituteValues