Uses of Enum Class
org.aoju.bus.tracer.config.TraceFilterConfig.Channel
Packages that use TraceFilterConfig.Channel
-
Uses of TraceFilterConfig.Channel in org.aoju.bus.tracer.config
Methods in org.aoju.bus.tracer.config that return TraceFilterConfig.ChannelModifier and TypeMethodDescriptionstatic TraceFilterConfig.ChannelReturns the enum constant of this class with the specified name.static TraceFilterConfig.Channel[]TraceFilterConfig.Channel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.tracer.config with parameters of type TraceFilterConfig.ChannelModifier and TypeMethodDescriptionPropertiesBasedTraceFilter.filterDeniedParams(Map<String, String> unfiltered, TraceFilterConfig.Channel channel) TraceFilterConfig.filterDeniedParams(Map<String, String> unfiltered, TraceFilterConfig.Channel channel) booleanPropertiesBasedTraceFilter.shouldProcessContext(TraceFilterConfig.Channel channel) booleanTraceFilterConfig.shouldProcessContext(TraceFilterConfig.Channel channel) booleanPropertiesBasedTraceFilter.shouldProcessParam(String paramName, TraceFilterConfig.Channel channel) booleanTraceFilterConfig.shouldProcessParam(String paramName, TraceFilterConfig.Channel channel)