Also: SpringCore
public interface

MetadataReader

org.springframework.core.type.classreading.MetadataReader

Class Overview

Simple facade for accessing class metadata, as read by an ASM org.springframework.asm.ClassReader.

Summary

Public Methods
abstract AnnotationMetadata getAnnotationMetadata()
Read full annotation metadata for the underlying class, including metadata for annotated methods.
abstract ClassMetadata getClassMetadata()
Read basic class metadata for the underlying class.
abstract Resource getResource()
Return the resource reference for the class file.

Public Methods

public abstract AnnotationMetadata getAnnotationMetadata ()

Also: SpringCore

Read full annotation metadata for the underlying class, including metadata for annotated methods.

public abstract ClassMetadata getClassMetadata ()

Also: SpringCore

Read basic class metadata for the underlying class.

public abstract Resource getResource ()

Also: SpringCore

Return the resource reference for the class file.