Interface PropertyPlaceholderHelper.PlaceholderResolver

    • Method Detail

      • resolvePlaceholder

        @Nullable
        String resolvePlaceholder​(String placeholderName)
        Resolve the supplied placeholder name to the replacement value.
        Parameters:
        placeholderName - the name of the placeholder to resolve
        Returns:
        the replacement value, or null if no replacement is to be made