public class PlaceholderHelper extends Object
| Constructor and Description |
|---|
PlaceholderHelper() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
extractPlaceholderKeys(String propertyString)
Extract keys from placeholder, e.g.
|
Object |
resolvePropertyValue(org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory,
String beanName,
String placeholder)
Resolve placeholder property values, e.g.
|
public Object resolvePropertyValue(org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory, String beanName, String placeholder)
public Set<String> extractPlaceholderKeys(String propertyString)
Copyright © 2022 Ctrip, Inc.. All rights reserved.