接口 PropertyPlaceholderHelper.PlaceholderResolver

封闭类:
PropertyPlaceholderHelper

public static interface PropertyPlaceholderHelper.PlaceholderResolver
Strategy interface used to resolve replacement values for placeholders contained in Strings.
  • 方法概要

    修饰符和类型
    方法
    说明
    resolvePlaceholder(String placeholderName)
    Resolve the supplied placeholder name to the replacement value.
  • 方法详细资料

    • resolvePlaceholder

      String resolvePlaceholder(String placeholderName)
      Resolve the supplied placeholder name to the replacement value.
      参数:
      placeholderName - the name of the placeholder to resolve
      返回:
      the replacement value, or null if no replacement is to be made