Class EnvironmentPropertySource


  • public class EnvironmentPropertySource
    extends org.springframework.core.env.PropertySource<Environment>
    Author:
    Spencer Gibb
    • Constructor Detail

      • EnvironmentPropertySource

        public EnvironmentPropertySource​(Environment sources)
    • Method Detail

      • prepareEnvironment

        public static org.springframework.core.env.StandardEnvironment prepareEnvironment​(Environment environment)
      • resolvePlaceholders

        public static String resolvePlaceholders​(org.springframework.core.env.StandardEnvironment preparedEnvironment,
                                                 String text)
      • getProperty

        public Object getProperty​(String name)
        Specified by:
        getProperty in class org.springframework.core.env.PropertySource<Environment>