Class RecordMatcher<T extends TypeDefinition>

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

@Enhance public class RecordMatcher<T extends TypeDefinition> extends ElementMatcher.Junction.ForNonNullValues<T>
Matches a record.
  • Constructor Details

    • RecordMatcher

      public RecordMatcher()
  • Method Details