Interface TemplateResolverStringSubstitutor<V>
- Type Parameters:
V-TemplateResolvervalue
- All Known Implementing Classes:
EventResolverStringSubstitutor,StackTraceElementResolverStringSubstitutor
public interface TemplateResolverStringSubstitutor<V>
A contextual
StrSubstitutor abstraction.-
Method Summary
Modifier and TypeMethodDescriptionbooleanisStable()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
-