Uses of Class
org.springframework.core.annotation.MergedAnnotations.Search
Packages that use 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
Methods in org.springframework.core.annotation that return MergedAnnotations.SearchModifier and TypeMethodDescriptionstatic MergedAnnotations.SearchMergedAnnotations.search(MergedAnnotations.SearchStrategy searchStrategy) Find merged annotations using the suppliedMergedAnnotations.SearchStrategyand a fluent API for configuring and performing the search.MergedAnnotations.Search.withAnnotationFilter(AnnotationFilter annotationFilter) Configure theAnnotationFilterto use.MergedAnnotations.Search.withEnclosingClasses(Predicate<Class<?>> searchEnclosingClass) Configure whether the search algorithm should search on enclosing classes.MergedAnnotations.Search.withRepeatableContainers(RepeatableContainers repeatableContainers) Configure theRepeatableContainersto use.