Class GlobalClassloaderIgnoresMatcher

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

    public class GlobalClassloaderIgnoresMatcher
    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>
    • Method Detail

      • skipClassLoader

        public static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<ClassLoader> skipClassLoader​(io.opentelemetry.javaagent.spi.IgnoreMatcherProvider ignoreMatcherProvider)