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