クラス Declarables

java.lang.ObjectSE
org.springframework.amqp.core.Declarables
既知の直属サブクラス
SuperStream

public class Declarables extends ObjectSE
Declarable オブジェクトのコレクション。コレクションに対して単一の Bean 宣言を使用して、ブローカーで複数のオブジェクトを宣言するために使用されます。
導入:
2.1
作成者:
Gary Russell, Bj ö rn Michael
  • コンストラクターの詳細

  • メソッドの詳細

    • getDeclarables

      public CollectionSE<Declarable> getDeclarables()
    • getDeclarablesByType

      public <T> ListSE<T> getDeclarablesByType(ClassSE<T> type)
      指定されたクラスのインスタンスである要素を返します。
      型パラメーター:
      T - 型。
      パラメーター:
      type - 型のクラス。
      戻り値:
      フィルタリングされたリスト。
      導入:
      2.2
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString