Class EnvironmentPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<Environment>
org.springframework.cloud.config.server.support.EnvironmentPropertySource

public class EnvironmentPropertySource extends org.springframework.core.env.PropertySource<Environment>
Author:
Spencer Gibb
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource

    org.springframework.core.env.PropertySource.StubPropertySource
  • Field Summary

    Fields inherited from class org.springframework.core.env.PropertySource

    logger, name, source
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    static org.springframework.core.env.StandardEnvironment
     
    static String
    resolvePlaceholders(org.springframework.core.env.StandardEnvironment preparedEnvironment, String text)
     

    Methods inherited from class org.springframework.core.env.PropertySource

    containsProperty, equals, getName, getSource, hashCode, named, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EnvironmentPropertySource

      public EnvironmentPropertySource(Environment sources)
  • Method Details

    • 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>