| 程序包 | 说明 |
|---|---|
| cn.sexycode.util.core.cls |
| 限定符和类型 | 接口和说明 |
|---|---|
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.
|
| 限定符和类型 | 类和说明 |
|---|---|
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
org.springframework.core.type.AnnotationMetadata interface. |
(专用程序包) class |
ClassMetadataReadingVisitor
ASM class visitor which looks only for the class name and implemented types,
exposing them through the
org.springframework.core.type.ClassMetadata
interface. |
| 限定符和类型 | 方法和说明 |
|---|---|
ClassMetadata |
SimpleMetadataReader.getClassMetadata() |
ClassMetadata |
MetadataReader.getClassMetadata()
Read basic class metadata for the underlying class.
|
Copyright © 2020. All rights reserved.