public abstract class AbstractDecorator extends Object
| Constructor and Description |
|---|
AbstractDecorator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
afterSetTag(DDSpanContext context,
String tag,
Object value) |
String |
getMatchingTag() |
Object |
getMatchingValue() |
String |
getSetTag() |
String |
getSetValue() |
void |
setMatchingTag(String tag) |
void |
setMatchingValue(Object value) |
void |
setSetTag(String targetTag) |
void |
setSetValue(String targetValue) |
public boolean afterSetTag(DDSpanContext context, String tag, Object value)
public String getMatchingTag()
public void setMatchingTag(String tag)
public Object getMatchingValue()
public void setMatchingValue(Object value)
public String getSetTag()
public void setSetTag(String targetTag)
public String getSetValue()
public void setSetValue(String targetValue)