Class FieldTypeMatcher<T extends FieldDescription>

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

@Enhance public class FieldTypeMatcher<T extends FieldDescription> extends ElementMatcher.Junction.ForNonNullValues<T>
An element matcher that matches a field's type.
  • Field Details

  • Constructor Details

    • FieldTypeMatcher

      public FieldTypeMatcher(ElementMatcher<? super TypeDescription.Generic> matcher)
      Creates a new matcher for a matched field's type.
      Parameters:
      matcher - The type matcher to apply to the matched field's type.
  • Method Details