| java.lang.Object | |
| ↳ | org.springframework.test.annotation.SystemProfileValueSource |
Implementation of ProfileValueSource which uses system properties as
the underlying source.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the profile value indicated by the specified key from the
system properties.
| |||||||||||
Obtain the canonical instance of this ProfileValueSource.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.test.annotation.ProfileValueSource
| |||||||||||
Get the profile value indicated by the specified key from the system properties.
| key | the name of the profile value |
|---|
null
if there is no profile value with that key
Obtain the canonical instance of this ProfileValueSource.
