Class ConfigDataPropertyIndexSupplier

java.lang.Object
de.vinado.boot.secrets.ConfigDataPropertyIndexSupplier
All Implemented Interfaces:
PropertyIndexSupplier, Supplier<Map<String,String>>

public class ConfigDataPropertyIndexSupplier extends Object implements PropertyIndexSupplier

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.hostspring.mail.host

Author:
Vincent Nadoll