Interface MethodsMetadataReader
- All Superinterfaces:
MetadataReader
Deprecated.
Extension to
MetadataReader
for accessing class metadata and method metadata as read by an ASM
ClassReader
.- Since:
- 2.1
- Author:
- Mark Paluch
-
Method Summary
Methods inherited from interface org.springframework.core.type.classreading.MetadataReader
getAnnotationMetadata, getClassMetadata, getResource
-
Method Details
-
getMethodsMetadata
MethodsMetadata getMethodsMetadata()Deprecated.- Returns:
- the
MethodsMetadata
for methods in the class file.
-
MetadataReader
to obtaindeclared methods
directly.