Package io.opentelemetry.javaagent.tooling.util
package io.opentelemetry.javaagent.tooling.util
-
ClassDescriptionA matcher wrapper that skips matching and returns
falsewhen it is known that loading the matched type will fail.NamedMatcher<T>A matcher wrapper that adds specified name to the output oftoStringto allow easy identification of where the given matcher originates from.Trie<V>A prefix tree that maps from the longest matching prefix to a valueV.Trie.Builder<V>