クラス 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- テストするアイテム- 戻り値:
- アイテムが含まれている場合