Uses of Interface
org.springframework.core.type.AnnotatedTypeMetadata
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Core support package for type introspection.
-
Uses of AnnotatedTypeMetadata in org.springframework.context.annotation
Modifier and TypeMethodDescriptionboolean
Condition.matches
(ConditionContext context, AnnotatedTypeMetadata metadata) Determine if the condition matches. -
Uses of AnnotatedTypeMetadata in org.springframework.core.type
Modifier and TypeInterfaceDescriptioninterface
Interface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.interface
Interface that defines abstract access to the annotations of a specific method, in a form that does not require that method's class to be loaded yet.Modifier and TypeClassDescriptionclass
AnnotationMetadata
implementation that uses standard reflection to introspect a givenClass
.class
MethodMetadata
implementation that uses standard reflection to introspect a givenMethod
.