Class SystemEnvironmentPropertyMapperDelegator


  • public class SystemEnvironmentPropertyMapperDelegator
    extends Object
    Delegate the transformation of a property to the Spring package private SystemEnvironmentPropertyMapper class.
    Since:
    0.4.0
    Author:
    allsimon
    • Method Detail

      • convertToEnvVariable

        public static String convertToEnvVariable​(String property)
        Converts the incoming property to its environment variable form.
        Parameters:
        property - to be converted.
        Returns:
        property in environment variable form.