Enum クラスの使用箇所
org.springframework.core.annotation.MergedAnnotations.SearchStrategy
MergedAnnotations.SearchStrategy を使用するパッケージ
パッケージ
説明
アノテーション、メタアノテーション、属性オーバーライドを含むマージされたアノテーションのコアサポートパッケージ。
org.springframework.core.annotation 内の MergedAnnotations.SearchStrategy 使用
org.springframework.core.annotation 内の MergedAnnotations.SearchStrategy 型の型引数を持つサブクラス修飾子と型クラス説明static enumMergedAnnotations.search(SearchStrategy)とMergedAnnotations.from(AnnotatedElement, SearchStrategy)およびそのバリエーションでサポートされている検索戦略。修飾子と型メソッド説明指定された名前でこのクラスの列挙型定数を返します。static MergedAnnotations.SearchStrategy[]MergedAnnotations.SearchStrategy.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 MergedAnnotations.SearchStrategy のパラメーターを持つ org.springframework.core.annotation のメソッド修飾子と型メソッド説明static MergedAnnotationsMergedAnnotations.from(AnnotatedElementSE element, MergedAnnotations.SearchStrategy searchStrategy) 指定された要素からのすべてのアノテーションとメタアノテーション、およびMergedAnnotations.SearchStrategyに応じて、関連する継承された要素を含む新しいMergedAnnotationsインスタンスを作成します。static MergedAnnotationsMergedAnnotations.from(AnnotatedElementSE element, MergedAnnotations.SearchStrategy searchStrategy, RepeatableContainers repeatableContainers) 指定された要素からのすべてのアノテーションとメタアノテーション、およびMergedAnnotations.SearchStrategyに応じて、関連する継承された要素を含む新しいMergedAnnotationsインスタンスを作成します。static MergedAnnotationsMergedAnnotations.from(AnnotatedElementSE element, MergedAnnotations.SearchStrategy searchStrategy, RepeatableContainers repeatableContainers, AnnotationFilter annotationFilter) 指定された要素からのすべてのアノテーションとメタアノテーション、およびMergedAnnotations.SearchStrategyに応じて、関連する継承された要素を含む新しいMergedAnnotationsインスタンスを作成します。static MergedAnnotations.SearchMergedAnnotations.search(MergedAnnotations.SearchStrategy searchStrategy) 提供されたMergedAnnotations.SearchStrategyと流れるような API を使用して、マージされたアノテーションを検索し、検索を構成および実行します。