Class PrimitiveTypeMatcher<T extends TypeDefinition>

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

@Enhance public class PrimitiveTypeMatcher<T extends TypeDefinition> extends ElementMatcher.Junction.ForNonNullValues<T>
Matches a primitive type.
  • Constructor Details

    • PrimitiveTypeMatcher

      public PrimitiveTypeMatcher()
  • Method Details