public interface EnvConfig
| Modifier and Type | Method and Description |
|---|---|
default Optional<String> |
getValueFor(String name,
String separator,
String value,
String environment)
Implement deviation from the standard logic.
|
default Optional<String> getValueFor(String name, String separator, String value, String environment)
name - - variable name in the templateseparator - - separator in the template, can be :-, -, :?, ? or null if not presentvalue - - default value or the error in the template or empty if not presentenvironment - - the value from environment for the provided variable or null if unsetCopyright © 2018–2022. All rights reserved.