| 程序包 | 说明 |
|---|---|
| cn.sexycode.util.core.cls |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MethodMetadataReadingVisitor
ASM method visitor which looks for the annotations defined on a method,
exposing them through the
org.springframework.core.type.MethodMetadata
interface. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Set<MethodMetadata> |
MethodMetadataReadingVisitor.methodMetadataSet |
protected Set<MethodMetadata> |
AnnotationMetadataReadingVisitor.methodMetadataSet |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<MethodMetadata> |
AnnotationMetadataReadingVisitor.getAnnotatedMethods(String annotationName) |
Set<MethodMetadata> |
AnnotationMetadata.getAnnotatedMethods(String annotationName)
Retrieve the method metadata for all methods that are annotated
(or meta-annotated) with the given annotation type.
|
| 构造器和说明 |
|---|
MethodMetadataReadingVisitor(String methodName,
int access,
String declaringClassName,
String returnTypeName,
ClassLoader classLoader,
Set<MethodMetadata> methodMetadataSet) |
Copyright © 2020. All rights reserved.