Class KafkaMatchers.ConsumerRecordKeyMatcher<K>

java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<K,?>>
org.springframework.kafka.test.hamcrest.KafkaMatchers.ConsumerRecordKeyMatcher<K>
All Implemented Interfaces:
org.hamcrest.Matcher<org.apache.kafka.clients.consumer.ConsumerRecord<K,?>>, org.hamcrest.SelfDescribing
Enclosing class:
KafkaMatchers

public static class KafkaMatchers.ConsumerRecordKeyMatcher<K> extends org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<K,?>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    describeTo(org.hamcrest.Description description)
     
    protected boolean
    matches(Object item, org.hamcrest.Description mismatchDescription)
     

    Methods inherited from class org.hamcrest.DiagnosingMatcher

    describeMismatch, matches

    Methods inherited from class org.hamcrest.BaseMatcher

    _dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ConsumerRecordKeyMatcher

      public ConsumerRecordKeyMatcher(K key)
  • Method Details

    • describeTo

      public void describeTo(org.hamcrest.Description description)
    • matches

      protected boolean matches(Object item, org.hamcrest.Description mismatchDescription)
      Specified by:
      matches in class org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<K,?>>