public class PropertiesPlaceholderResolver extends Object
properties| Constructor and Description |
|---|
PropertiesPlaceholderResolver(org.springframework.core.env.PropertyResolver propertyResolver) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
resolve(Annotation annotation)
Resolve placeholders in specified
annotation |
Properties |
resolve(Map<?,?> properties)
Resolve placeholders in specified
properties |
public PropertiesPlaceholderResolver(org.springframework.core.env.PropertyResolver propertyResolver)
public Properties resolve(Annotation annotation)
annotationannotation - annotationsource propertiespublic Properties resolve(Map<?,?> properties)
propertiesproperties - source propertiessource propertiesCopyright © 2020. All rights reserved.