Uses of Interface
org.springframework.core.annotation.MergedAnnotations
Package
Description
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
Core support package for type introspection.
-
Uses of MergedAnnotations in org.springframework.core.annotation
Modifier and TypeMethodDescriptionstatic MergedAnnotations
MergedAnnotations.from
(Annotation... annotations) Create a newMergedAnnotations
instance from the specified annotations.static MergedAnnotations
MergedAnnotations.from
(Object source, Annotation... annotations) Create a newMergedAnnotations
instance from the specified annotations.static MergedAnnotations
MergedAnnotations.from
(Object source, Annotation[] annotations, RepeatableContainers repeatableContainers) Create a newMergedAnnotations
instance from the specified annotations.static MergedAnnotations
MergedAnnotations.from
(Object source, Annotation[] annotations, RepeatableContainers repeatableContainers, AnnotationFilter annotationFilter) Create a newMergedAnnotations
instance from the specified annotations.static MergedAnnotations
MergedAnnotations.from
(AnnotatedElement element) Create a newMergedAnnotations
instance containing all annotations and meta-annotations from the specified element.static MergedAnnotations
MergedAnnotations.from
(AnnotatedElement element, MergedAnnotations.SearchStrategy searchStrategy) Create a newMergedAnnotations
instance containing all annotations and meta-annotations from the specified element and, depending on theMergedAnnotations.SearchStrategy
, related inherited elements.static MergedAnnotations
MergedAnnotations.from
(AnnotatedElement element, MergedAnnotations.SearchStrategy searchStrategy, RepeatableContainers repeatableContainers) Create a newMergedAnnotations
instance containing all annotations and meta-annotations from the specified element and, depending on theMergedAnnotations.SearchStrategy
, related inherited elements.static MergedAnnotations
MergedAnnotations.from
(AnnotatedElement element, MergedAnnotations.SearchStrategy searchStrategy, RepeatableContainers repeatableContainers, AnnotationFilter annotationFilter) Create a newMergedAnnotations
instance containing all annotations and meta-annotations from the specified element and, depending on theMergedAnnotations.SearchStrategy
, related inherited elements.MergedAnnotations.Search.from
(AnnotatedElement element) Perform a search for merged annotations beginning with the suppliedAnnotatedElement
(such as aClass
orMethod
), using the configuration in thisSearch
instance.static MergedAnnotations
MergedAnnotations.of
(Collection<MergedAnnotation<?>> annotations) Create a newMergedAnnotations
instance from the specified collection of directly present annotations. -
Uses of MergedAnnotations in org.springframework.core.type
Modifier and TypeMethodDescriptionAnnotatedTypeMetadata.getAnnotations()
Return annotation details based on the direct annotations of the underlying element.StandardAnnotationMetadata.getAnnotations()
StandardMethodMetadata.getAnnotations()