接口 PlaceholdersResolver

所有已知实现类:
PropertySourcesPlaceholdersResolver
函数接口:
这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

@FunctionalInterface public interface PlaceholdersResolver
Optional strategy that used by a Binder to resolve property placeholders.
从以下版本开始:
2.0.0
作者:
Phillip Webb, Madhura Bhave
另请参阅:
  • 字段详细资料

  • 方法详细资料

    • resolvePlaceholders

      Object resolvePlaceholders(Object value)
      Called to resolve any placeholders in the given value.
      参数:
      value - the source value
      返回:
      a value with placeholders resolved