クラス IncludeExcludeContentSelector<T>
java.lang.ObjectSE
org.springframework.boot.loader.tools.layer.IncludeExcludeContentSelector<T>
- 型パラメーター:
T
- コンテンツ型
- 実装されたすべてのインターフェース:
ContentSelector<T>
- 導入:
- 2.3.0
- 作成者:
- Madhura Bhave, Phillip Webb
コンストラクターの概要
コンストラクターコンストラクター説明IncludeExcludeContentSelector
(Layer layer, ListSE<ContentFilter<T>> includes, ListSE<ContentFilter<T>> excludes) IncludeExcludeContentSelector
(Layer layer, ListSE<S> includes, ListSE<S> excludes, FunctionSE<S, ContentFilter<T>> filterFactory) メソッドのサマリー
コンストラクターの詳細
IncludeExcludeContentSelector
public IncludeExcludeContentSelector(Layer layer, ListSE<ContentFilter<T>> includes, ListSE<ContentFilter<T>> excludes) IncludeExcludeContentSelector
public IncludeExcludeContentSelector(Layer layer, ListSE<S> includes, ListSE<S> excludes, FunctionSE<S, ContentFilter<T>> filterFactory)
メソッドの詳細
getLayer
インターフェースからコピーされた説明:ContentSelector
セレクターが表すLayer
を返します。- 次で指定:
- インターフェース
ContentSelector<T>
のgetLayer
- 戻り値:
- 名前付きレイヤー
contains
インターフェースからコピーされた説明:ContentSelector
指定されたアイテムがこの選択に含まれている場合、true
を返します。- 次で指定:
- インターフェース
ContentSelector<T>
のcontains
- パラメーター:
item
- テストするアイテム- 戻り値:
- アイテムが含まれている場合