Class CollectionErasureMatcher<T extends Iterable<? extends TypeDefinition>>

Type Parameters:
T - The type of the matched entity.
All Implemented Interfaces:
ElementMatcher<T>, ElementMatcher.Junction<T>

@Enhance public class CollectionErasureMatcher<T extends Iterable<? extends TypeDefinition>> extends ElementMatcher.Junction.ForNonNullValues<T>
An element matcher that matches a collection of types by their erasures.
  • Field Details

  • Constructor Details

    • CollectionErasureMatcher

      public CollectionErasureMatcher(ElementMatcher<? super Iterable<? extends TypeDescription>> matcher)
      Creates a new raw type matcher.
      Parameters:
      matcher - The matcher to be applied to the raw types.
  • Method Details