Uses of Enum Class
org.springframework.core.annotation.MergedAnnotations.SearchStrategy
Packages that use MergedAnnotations.SearchStrategy
Package
Description
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
-
Uses of MergedAnnotations.SearchStrategy in org.springframework.core.annotation
Subclasses with type arguments of type MergedAnnotations.SearchStrategy in org.springframework.core.annotationModifier and TypeClassDescriptionstatic enumSearch strategies supported byMergedAnnotations.search(SearchStrategy)as well asMergedAnnotations.from(AnnotatedElement, SearchStrategy)and variants of that method.Methods in org.springframework.core.annotation that return MergedAnnotations.SearchStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MergedAnnotations.SearchStrategy[]MergedAnnotations.SearchStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.core.annotation with parameters of type MergedAnnotations.SearchStrategyModifier and TypeMethodDescriptionstatic MergedAnnotationsMergedAnnotations.from(AnnotatedElement element, MergedAnnotations.SearchStrategy searchStrategy) Create a newMergedAnnotationsinstance containing all annotations and meta-annotations from the specified element and, depending on theMergedAnnotations.SearchStrategy, related inherited elements.static MergedAnnotationsMergedAnnotations.from(AnnotatedElement element, MergedAnnotations.SearchStrategy searchStrategy, RepeatableContainers repeatableContainers) Create a newMergedAnnotationsinstance containing all annotations and meta-annotations from the specified element and, depending on theMergedAnnotations.SearchStrategy, related inherited elements.static MergedAnnotationsMergedAnnotations.from(AnnotatedElement element, MergedAnnotations.SearchStrategy searchStrategy, RepeatableContainers repeatableContainers, AnnotationFilter annotationFilter) Create a newMergedAnnotationsinstance containing all annotations and meta-annotations from the specified element and, depending on theMergedAnnotations.SearchStrategy, related inherited elements.static MergedAnnotations.SearchMergedAnnotations.search(MergedAnnotations.SearchStrategy searchStrategy) Find merged annotations using the suppliedMergedAnnotations.SearchStrategyand a fluent API for configuring and performing the search.