クラス Declarables
java.lang.ObjectSE
org.springframework.amqp.core.Declarables
- 既知の直属サブクラス
SuperStream
Declarable オブジェクトのコレクション。コレクションに対して単一の Bean 宣言を使用して、ブローカーで複数のオブジェクトを宣言するために使用されます。- 導入:
- 2.1
- 作成者:
- Gary Russell, Bj ö rn Michael, Artem Bilan
コンストラクターの概要
コンストラクターコンストラクター説明Declarables(CollectionSE<? extends Declarable> declarables) Declarables(Declarable... declarables) メソッドのサマリー
修飾子と型メソッド説明<T extends Declarable>
ListSE<T> getDeclarablesByType(ClassSE<? extends T> type) 指定されたクラスのインスタンスである要素を返します。toString()
コンストラクターの詳細
Declarables
Declarables
メソッドの詳細
getDeclarables
getDeclarablesByType
指定されたクラスのインスタンスである要素を返します。- 型パラメーター:
T- 型。- パラメーター:
type- 型のクラス。- 戻り値:
- フィルタリングされたリスト。
- 導入:
- 2.2
toString