Class SystemEnvironmentPropertyMapperDelegator
- java.lang.Object
-
- org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapperDelegator
-
public class SystemEnvironmentPropertyMapperDelegator extends Object
Delegate the transformation of a property to the Spring package privateSystemEnvironmentPropertyMapperclass.- Since:
- 0.4.0
- Author:
- allsimon
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringconvertToEnvVariable(String property)Converts the incoming property to its environment variable form.
-