public class PropertiesPropertySource extends Object implements PropertySource
| 构造器和说明 |
|---|
PropertiesPropertySource(Properties properties) |
PropertiesPropertySource(String name,
Properties properties) |
public PropertiesPropertySource(String name, Properties properties)
public PropertiesPropertySource(Properties properties)
public boolean containsProperty(String name)
PropertySourcecontainsProperty 在接口中 PropertySourcepublic String getProperty(String name)
getProperty 在接口中 PropertySourcename - the property nameCopyright © 2022. All rights reserved.