| Constructor and Description |
|---|
ConfigurableParametersHelper(ConfigurationProperties configurationProperties) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllClientAppProperties()
Gets all client app parameter name value pairs.
|
Map<String,String> |
getAllServerProperties()
Gets all server parameter name value pairs.
|
String |
getClientAppProperty(String paramName)
Gets the client app param value corresponding to paramName.
|
String |
getServerProperty(String paramName)
Gets the server param value corresponding to paramName.
|
public ConfigurableParametersHelper(ConfigurationProperties configurationProperties)
public String getServerProperty(String paramName)
paramName - Name of the parampublic String getClientAppProperty(String paramName)
paramName - Name of the parampublic Map<String,String> getAllServerProperties()
Copyright © 2019. All rights reserved.