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
ASM class visitor which looks for the class name and implemented types as
well as for the annotations defined on the class, exposing them through
the
AnnotationMetadata interface. |
Modifier and Type | Method and Description |
---|---|
ClassMetadata |
MetadataReader.getClassMetadata()
Read basic class metadata for the underlying class.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
AbstractClassTestingTypeFilter.match(ClassMetadata metadata)
Determine a match based on the given ClassMetadata object.
|
protected boolean |
RegexPatternTypeFilter.match(ClassMetadata metadata) |