|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataReader
Simple facade for accessing class metadata,
as read by an ASM org.springframework.asm.ClassReader
.
Method Summary | |
---|---|
AnnotationMetadata |
getAnnotationMetadata()
Read full annotation metadata for the underlying class, including metadata for annotated methods. |
ClassMetadata |
getClassMetadata()
Read basic class metadata for the underlying class. |
Resource |
getResource()
Return the resource reference for the class file. |
Method Detail |
---|
Resource getResource()
ClassMetadata getClassMetadata()
AnnotationMetadata getAnnotationMetadata()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |