接口 MetadataResolver<M,C>

函数接口:
这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

@FunctionalInterface public interface MetadataResolver<M,C>
Simple strategy interface for resolving a value
作者:
TODAY 2021/8/25 10:27
  • 方法概要

    修饰符和类型
    方法
    说明
    resolve(C context)
    Resolve the given String value, for example parsing placeholders.
  • 方法详细资料

    • resolve

      @Nullable M resolve(C context)
      Resolve the given String value, for example parsing placeholders.
      参数:
      context - the resolving context
      返回:
      the resolved value (maybe null