Interface TemplateResolverStringSubstitutor<V>

    • Method Detail

      • isStable

        boolean isStable()
        A substitutor is stable if the replacement doesn't vary with the provided value. In such a case, value is always set to null.
      • replace

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