Package io.opentelemetry.javaagent.tooling.util


package io.opentelemetry.javaagent.tooling.util
  • Class
    Description
    A matcher wrapper that skips matching and returns false when it is known that loading the matched type will fail.
    A matcher wrapper that adds specified name to the output of toString to allow easy identification of where the given matcher originates from.
    Trie<V>
    A prefix tree that maps from the longest matching prefix to a value V.