Interface TemplateResolverStringSubstitutor<V>

    • Method Detail

      • isStable

        boolean isStable()
        A substitutor is stable if the replacement doesn't vary with the provided value. That is, in a stable substitutor, value argument of replace(Object, String) is always ignored.
      • replace

        java.lang.String replace​(V value,
                                 java.lang.String source)