Class SpringPropertySource
java.lang.Object
io.fluxzero.sdk.configuration.spring.SpringPropertySource
A
PropertySource implementation that delegates property lookups to a Spring Environment.
This allows Fluxzero components to access configuration properties managed by Spring's environment system.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefault io.fluxzero.common.application.PropertySourceandThen(io.fluxzero.common.application.PropertySource arg0) default booleancontainsProperty(String arg0) default Stringdefault booleangetBoolean(String arg0) default booleangetBoolean(String arg0, boolean arg1) default Stringdefault StringsubstituteProperties(String arg0) default Properties
-
Field Details
-
substitutionPattern
-
-
Constructor Details
-
SpringPropertySource
public SpringPropertySource()
-
-
Method Details
-
get
-
getBoolean
-
getBoolean
-
get
-
require
-
containsProperty
-
substituteProperties
-
substituteProperties
-
andThen
default io.fluxzero.common.application.PropertySource andThen(io.fluxzero.common.application.PropertySource arg0)
-