Uses of Class
org.springframework.core.annotation.MergedAnnotations.Search
Package
Description
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
-
Uses of MergedAnnotations.Search in org.springframework.core.annotation
Modifier and TypeMethodDescriptionstatic MergedAnnotations.Search
MergedAnnotations.search
(MergedAnnotations.SearchStrategy searchStrategy) Find merged annotations using the suppliedMergedAnnotations.SearchStrategy
and a fluent API for configuring and performing the search.MergedAnnotations.Search.withAnnotationFilter
(AnnotationFilter annotationFilter) Configure theAnnotationFilter
to use.MergedAnnotations.Search.withEnclosingClasses
(Predicate<Class<?>> searchEnclosingClass) Configure whether the search algorithm should search on enclosing classes.MergedAnnotations.Search.withRepeatableContainers
(RepeatableContainers repeatableContainers) Configure theRepeatableContainers
to use.