接口 MetadataResolver<M,C>
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
Simple strategy interface for resolving a value
- 作者:
- TODAY 2021/8/25 10:27
-
方法概要
-
方法详细资料
-
resolve
Resolve the given String value, for example parsing placeholders.- 参数:
context- the resolving context- 返回:
- the resolved value (maybe
null
-