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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(net.bytebuddy.description.type.TypeDescription target)
     

    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

    • IgnoredTypesMatcher

      public IgnoredTypesMatcher(Trie<IgnoreAllow> ignoredTypes)
  • Method Details

    • matches

      public boolean matches(net.bytebuddy.description.type.TypeDescription target)