Interface PlaceholderResolver

  • All Known Subinterfaces:
    InjectionService

    public interface PlaceholderResolver
    Resolver of property placeholders in String values.
    • Method Detail

      • resolvePlaceholders

        String resolvePlaceholders​(String value)
        Replaces property placeholders with real values in the provided String value.
        Parameters:
        value - Value to resolve.
        Returns:
        Resolved value or possibly the original value itself (in case if implementation doesn't support resolution of placeholders or if string doesn't have any placeholders).