Class IgnoredTypesMatcher
java.lang.Object
net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<net.bytebuddy.description.type.TypeDescription>
io.opentelemetry.javaagent.tooling.ignore.IgnoredTypesMatcher
- All Implemented Interfaces:
net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.type.TypeDescription>,net.bytebuddy.matcher.ElementMatcher.Junction<net.bytebuddy.description.type.TypeDescription>
public class IgnoredTypesMatcher
extends net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<net.bytebuddy.description.type.TypeDescription>
-
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(net.bytebuddy.description.type.TypeDescription target) Methods inherited from class net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase
and, or
-
Constructor Details
-
IgnoredTypesMatcher
-
-
Method Details
-
matches
public boolean matches(net.bytebuddy.description.type.TypeDescription target)
-