接口 StringValueResolver

    • 方法详细资料

      • resolveStringValue

        String resolveStringValue​(String strVal)
        Resolve the given String value, for example parsing placeholders.
        参数:
        strVal - the original String value (never null)
        返回:
        the resolved String value (may be null when resolved to a null value), possibly the original String value itself (in case of no placeholders to resolve or when ignoring unresolvable placeholders)
        抛出:
        IllegalArgumentException - in case of an unresolvable String value