java.lang.Object | |||
↳ | org.springframework.core.env.PropertySource<T> | ||
↳ | org.springframework.core.env.EnumerablePropertySource<T> | ||
↳ | org.springframework.core.env.MapPropertySource |
![]() |
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the value associated with the given key,
null if not found. | |||||||||||
Return the names of all properties contained by the
source object (never null ). |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Return the value associated with the given key, null
if not found.
key | the property key to find |
---|
Return the names of all properties contained by the source
object (never null
).