public class PropertySource extends Object
PropertySource, but also applicable outside the domain of a
Spring application.| Constructor and Description |
|---|
PropertySource(String name,
Map<?,?> source) |
PropertySource(String name,
Map<?,?> source,
org.springframework.core.env.PropertySource<?> originalPropertySource) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
org.springframework.core.env.PropertySource<?> |
getOriginalPropertySource() |
Map<?,?> |
getSource() |
String |
toString() |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.