| Package | Description |
|---|---|
| org.aoju.bus.tracer.config |
配置信息
|
| Modifier and Type | Method and Description |
|---|---|
static TraceFilterConfig.Channel |
TraceFilterConfig.Channel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceFilterConfig.Channel[] |
TraceFilterConfig.Channel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
TraceFilterConfig.filterDeniedParams(Map<String,String> unfiltered,
TraceFilterConfig.Channel channel) |
Map<String,String> |
PropertiesBasedTraceFilter.filterDeniedParams(Map<String,String> unfiltered,
TraceFilterConfig.Channel channel) |
boolean |
TraceFilterConfig.shouldProcessContext(TraceFilterConfig.Channel channel) |
boolean |
PropertiesBasedTraceFilter.shouldProcessContext(TraceFilterConfig.Channel channel) |
boolean |
TraceFilterConfig.shouldProcessParam(String paramName,
TraceFilterConfig.Channel channel) |
boolean |
PropertiesBasedTraceFilter.shouldProcessParam(String paramName,
TraceFilterConfig.Channel channel) |
Copyright © 2021. All rights reserved.