Package org.springframework.core.type.classreading
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
MetadataReader Simple facade for accessing class metadata, as read by an ASM ClassReader .
MetadataReaderFactory Factory interface for MetadataReader instances.
Classes
CachingMetadataReaderFactory Caching implementation of the MetadataReaderFactory interface, caching an ASM ClassReader per Spring Resource handle (i.e.
SimpleMetadataReaderFactory Simple implementation of the MetadataReaderFactory interface, creating a new ASM ClassReader for every request.
Core support package for type introspection through ASM-based class reading.