- All Implemented Interfaces:
Supplier<com.typesafe.config.Config>
public class SdkConfigSupplierSpring
extends Object
implements Supplier<com.typesafe.config.Config>
Introducing application.yaml in the configuration.
-
Constructor Summary
Constructors
-
Method Summary
com.typesafe.config.Config
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SdkConfigSupplierSpring
Constructor.
- Parameters:
springKeys
- hold reference for keys;
-
Method Details
-
get
public com.typesafe.config.Config get()
- Specified by:
get
in interface Supplier<com.typesafe.config.Config>