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>
-
-
Constructor Summary
Constructors Constructor Description IgnoredClassLoadersMatcher(Trie<IgnoreAllow> ignoredClassLoaders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(ClassLoader cl)
-
-
-
Constructor Detail
-
IgnoredClassLoadersMatcher
public IgnoredClassLoadersMatcher(Trie<IgnoreAllow> ignoredClassLoaders)
-
-
Method Detail
-
matches
public boolean matches(ClassLoader cl)
-
-