public interface EnvironmentConfigPropertyProvider extends ConfigPropertyProvider
ConfigPropertyProvider using Spring context Environment as configuration property source.| Modifier and Type | Method and Description |
|---|---|
static EnvironmentConfigPropertyProvider |
create(org.springframework.core.env.Environment environment)
Create an
EnvironmentConfigPropertyProvider using given Spring environment. |
org.springframework.core.env.Environment |
getEnvironment()
Gets the Spring Environment.
|
containsProperty, getProperty, getPropertyNames, prefixed, using, using, using, using, using, usingSystemPropertiesorg.springframework.core.env.Environment getEnvironment()
static EnvironmentConfigPropertyProvider create(org.springframework.core.env.Environment environment)
EnvironmentConfigPropertyProvider using given Spring environment.environment - Spring Environment (not null)Copyright © 2019 The Holon Platform. All rights reserved.