クラス KafkaMatchers.ConsumerRecordKeyMatcher<K>

java.lang.ObjectSE
org.hamcrest.BaseMatcher<T>
org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<K,?>>
org.springframework.kafka.test.hamcrest.KafkaMatchers.ConsumerRecordKeyMatcher<K>
実装されたすべてのインターフェース:
org.hamcrest.Matcher<org.apache.kafka.clients.consumer.ConsumerRecord<K,?>>org.hamcrest.SelfDescribing
含まれているクラス:
KafkaMatchers

public static class KafkaMatchers.ConsumerRecordKeyMatcher<K> extends org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<K,?>>
  • コンストラクターのサマリー

    コンストラクター
    コンストラクター
    説明
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    void
    describeTo(org.hamcrest.Description description)
    protected boolean
    matches(ObjectSE item, org.hamcrest.Description mismatchDescription)

    クラス org.hamcrest.DiagnosingMatcher から継承されたメソッド

    describeMismatch, matches

    クラス org.hamcrest.BaseMatcher から継承されたメソッド

    _dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, wait, waitSE, waitSE
  • コンストラクターの詳細

    • ConsumerRecordKeyMatcher

      public ConsumerRecordKeyMatcher(K key)
  • メソッドの詳細

    • describeTo

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

      protected boolean matches(ObjectSE item, org.hamcrest.Description mismatchDescription)
      次で指定:
      クラス org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<K,?>>matches