Class CachedRandomPropertySource
java.lang.Object
org.springframework.core.env.PropertySource<org.springframework.core.env.PropertySource>
org.springframework.cloud.util.random.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
ConstructorsConstructorDescriptionCachedRandomPropertySource(org.springframework.core.env.PropertySource randomValuePropertySource) -
Method Summary
Methods inherited from class org.springframework.core.env.PropertySource
containsProperty, equals, getName, getSource, hashCode, named, toString
-
Constructor Details
-
CachedRandomPropertySource
public CachedRandomPropertySource(org.springframework.core.env.PropertySource randomValuePropertySource)
-
-
Method Details
-
getProperty
-
clearCache
public static void clearCache()
-