インターフェースの使用
org.springframework.core.annotation.MergedAnnotations
パッケージ
説明
アノテーション、メタアノテーション、属性オーバーライドを含むマージされたアノテーションのコアサポートパッケージ。
型のイントロスペクションのコアサポートパッケージ。
org.springframework.core.annotation 内の MergedAnnotations 使用
修飾子と型メソッド説明static MergedAnnotations
MergedAnnotations.from
(AnnotationSE... annotations) 指定されたアノテーションから新しいMergedAnnotations
インスタンスを作成します。static MergedAnnotations
MergedAnnotations.from
(ObjectSE source, AnnotationSE... annotations) 指定されたアノテーションから新しいMergedAnnotations
インスタンスを作成します。static MergedAnnotations
MergedAnnotations.from
(ObjectSE source, AnnotationSE[] annotations, RepeatableContainers repeatableContainers) 指定されたアノテーションから新しいMergedAnnotations
インスタンスを作成します。static MergedAnnotations
MergedAnnotations.from
(ObjectSE source, AnnotationSE[] annotations, RepeatableContainers repeatableContainers, AnnotationFilter annotationFilter) 指定されたアノテーションから新しいMergedAnnotations
インスタンスを作成します。static MergedAnnotations
MergedAnnotations.from
(AnnotatedElementSE element) 指定された要素からのすべてのアノテーションとメタアノテーションを含む新しいMergedAnnotations
インスタンスを作成します。static MergedAnnotations
MergedAnnotations.from
(AnnotatedElementSE element, MergedAnnotations.SearchStrategy searchStrategy) 指定された要素からのすべてのアノテーションとメタアノテーション、およびMergedAnnotations.SearchStrategy
に応じて、関連する継承された要素を含む新しいMergedAnnotations
インスタンスを作成します。static MergedAnnotations
MergedAnnotations.from
(AnnotatedElementSE element, MergedAnnotations.SearchStrategy searchStrategy, RepeatableContainers repeatableContainers) 指定された要素からのすべてのアノテーションとメタアノテーション、およびMergedAnnotations.SearchStrategy
に応じて、関連する継承された要素を含む新しいMergedAnnotations
インスタンスを作成します。static MergedAnnotations
MergedAnnotations.from
(AnnotatedElementSE element, MergedAnnotations.SearchStrategy searchStrategy, RepeatableContainers repeatableContainers, AnnotationFilter annotationFilter) 指定された要素からのすべてのアノテーションとメタアノテーション、およびMergedAnnotations.SearchStrategy
に応じて、関連する継承された要素を含む新しいMergedAnnotations
インスタンスを作成します。MergedAnnotations.Search.from
(AnnotatedElementSE element) このSearch
インスタンスの構成を使用して、提供されたAnnotatedElement
SE (Class
SE またはMethod
SE など) で始まるマージされたアノテーションの検索を実行します。static MergedAnnotations
MergedAnnotations.of
(CollectionSE<MergedAnnotation<?>> annotations) 直接存在するアノテーションの指定されたコレクションから新しいMergedAnnotations
インスタンスを作成します。org.springframework.core.type 内の MergedAnnotations 使用
修飾子と型メソッド説明AnnotatedTypeMetadata.getAnnotations()
基礎となる要素の直接アノテーションとメタアノテーションに基づいてアノテーションの詳細を取得します。StandardAnnotationMetadata.getAnnotations()
StandardMethodMetadata.getAnnotations()