Class GlobalClassloaderIgnoresMatcher
- java.lang.Object
-
- net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<ClassLoader>
-
- io.opentelemetry.javaagent.tooling.matcher.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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(ClassLoader cl)static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<ClassLoader>skipClassLoader(io.opentelemetry.javaagent.spi.IgnoreMatcherProvider ignoreMatcherProvider)
-
-
-
Method Detail
-
skipClassLoader
public static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<ClassLoader> skipClassLoader(io.opentelemetry.javaagent.spi.IgnoreMatcherProvider ignoreMatcherProvider)
-
matches
public boolean matches(ClassLoader cl)
-
-