Interface TemplateResolverStringSubstitutor<V>

Type Parameters:
V - TemplateResolver value
All Known Implementing Classes:
EventResolverStringSubstitutor, StackTraceElementResolverStringSubstitutor

public interface TemplateResolverStringSubstitutor<V>
A contextual StrSubstitutor abstraction.
  • Method Details

    • getInternalSubstitutor

      StrSubstitutor getInternalSubstitutor()
    • 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

      String replace(V value, String source)