Class IgnoredClassLoadersMatcher

java.lang.Object
net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<ClassLoader>
io.opentelemetry.javaagent.tooling.ignore.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>, net.bytebuddy.matcher.ElementMatcher.Junction.ForNonNullValues<W extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase

    and, or

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IgnoredClassLoadersMatcher

      public IgnoredClassLoadersMatcher(Trie<IgnoreAllow> ignoredClassLoaders)
  • Method Details