クラス Declarables


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

      • Declarables

        public Declarables​(Declarable... declarables)
    • メソッドの詳細

      • getDeclarablesByType

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