Class IgnoredClassLoadersMatcher

  • All Implemented Interfaces:
    net.bytebuddy.matcher.ElementMatcher<ClassLoader>, net.bytebuddy.matcher.ElementMatcher.Junction<ClassLoader>

    public class IgnoredClassLoadersMatcher
    extends net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<ClassLoader>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface net.bytebuddy.matcher.ElementMatcher

        net.bytebuddy.matcher.ElementMatcher.Junction<S extends Object>
      • Nested classes/interfaces inherited from interface net.bytebuddy.matcher.ElementMatcher.Junction

        net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<V extends Object>, net.bytebuddy.matcher.ElementMatcher.Junction.Conjunction<W extends Object>, net.bytebuddy.matcher.ElementMatcher.Junction.Disjunction<W extends Object>
    • Constructor Detail

      • IgnoredClassLoadersMatcher

        public IgnoredClassLoadersMatcher​(io.opentelemetry.javaagent.instrumentation.api.util.Trie<IgnoreAllow> ignoredClassLoaders)
    • Method Detail