Interface TemplateResolverStringSubstitutor<V>
- Type Parameters:
V
-TemplateResolver
value
- All Known Implementing Classes:
EventResolverStringSubstitutor
,StackTraceElementResolverStringSubstitutor
public interface TemplateResolverStringSubstitutor<V>
A contextual
StrSubstitutor
abstraction.-
Method Summary
Modifier and TypeMethodDescriptionboolean
isStable()
A substitutor is stable if the replacement doesn't vary with the provided value.
-
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 tonull
. -
replace
-