Class CachedRandomPropertySource


  • public class CachedRandomPropertySource
    extends org.springframework.core.env.PropertySource<org.springframework.core.env.PropertySource>
    Author:
    Ryan Baxter
    • 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
      CachedRandomPropertySource​(org.springframework.core.env.PropertySource randomValuePropertySource)  
    • Constructor Detail

      • CachedRandomPropertySource

        public CachedRandomPropertySource​(org.springframework.core.env.PropertySource randomValuePropertySource)
    • Method Detail

      • getProperty

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

        public static void clearCache()