Package | Description |
---|---|
org.springframework.core.type |
Core support package for type introspection.
|
org.springframework.core.type.classreading |
Support classes for reading annotation and class-level metadata.
|
org.springframework.core.type.filter |
Core support package for type filtering (e.g.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationMetadata
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.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardAnnotationMetadata
AnnotationMetadata implementation that uses standard reflection
to introspect a given Class . |
class |
StandardClassMetadata
ClassMetadata implementation that uses standard reflection
to introspect a given Class . |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationMetadataReadingVisitor
Deprecated.
As of Spring Framework 5.2, this class has been replaced by
SimpleAnnotationMetadataReadingVisitor for internal use within the
framework, but there is no public replacement for
AnnotationMetadataReadingVisitor . |
Modifier and Type | Method and Description |
---|---|
ClassMetadata |
MetadataReader.getClassMetadata()
Read basic class metadata for the underlying class.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
RegexPatternTypeFilter.match(ClassMetadata metadata) |
protected abstract boolean |
AbstractClassTestingTypeFilter.match(ClassMetadata metadata)
Determine a match based on the given ClassMetadata object.
|