接口 PlaceholdersResolver
- 所有已知实现类:
PropertySourcesPlaceholdersResolver
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
Optional strategy that used by a
Binder
to resolve property placeholders.- 从以下版本开始:
- 2.0.0
- 作者:
- Phillip Webb, Madhura Bhave
- 另请参阅:
-
字段概要
字段 -
方法概要
修饰符和类型方法说明resolvePlaceholders
(Object value) Called to resolve any placeholders in the given value.
-
字段详细资料
-
NONE
No-opPropertyResolver
.
-
-
方法详细资料
-
resolvePlaceholders
Called to resolve any placeholders in the given value.- 参数:
value
- the source value- 返回:
- a value with placeholders resolved
-