クラス AllowDenyCollectionManager<T>
java.lang.ObjectSE
org.springframework.kafka.support.AllowDenyCollectionManager<T>
- 型パラメーター:
T- コレクションジェネリクス型
許可 / 拒否コレクションとその述語を管理するためのクラス。
- 導入:
- 28/12/20
- 作成者:
- Tomaz Fernandes
コンストラクターの概要
コンストラクターコンストラクター説明AllowDenyCollectionManager(CollectionSE<T> allowList, CollectionSE<T> denyList) AllowDenyCollectionManager(CollectionSE<T> allowList, CollectionSE<T> denyList, CollectionSE<PredicateSE<T>> predicates) メソッドのサマリー
修飾子と型メソッド説明booleanareAllowed(T[] objects) static <T> AllowDenyCollectionManager<T> createManagerFor(CollectionSE<T> allowList, CollectionSE<T> denyList) static <T> AllowDenyCollectionManager<T> createManagerFor(CollectionSE<T> allowList, CollectionSE<T> denyList, CollectionSE<PredicateSE<T>> predicates) getDefaultPredicate(CollectionSE<T> allowList, CollectionSE<T> denyList) booleanboolean
コンストラクターの詳細
AllowDenyCollectionManager
AllowDenyCollectionManager
public AllowDenyCollectionManager(CollectionSE<T> allowList, CollectionSE<T> denyList, CollectionSE<PredicateSE<T>> predicates)
メソッドの詳細
getDefaultPredicate
isAllowed
areAllowed
createManagerFor
public static <T> AllowDenyCollectionManager<T> createManagerFor(CollectionSE<T> allowList, CollectionSE<T> denyList) createManagerFor
public static <T> AllowDenyCollectionManager<T> createManagerFor(CollectionSE<T> allowList, CollectionSE<T> denyList, CollectionSE<PredicateSE<T>> predicates) hasNoRestrictions
public boolean hasNoRestrictions()