Uses of Class
org.springframework.core.type.classreading.SimpleMetadataReaderFactory

Packages that use SimpleMetadataReaderFactory
org.springframework.core.type.classreading Core support package for type introspection through ASM-based class reading. 
 

Uses of SimpleMetadataReaderFactory in org.springframework.core.type.classreading
 

Subclasses of SimpleMetadataReaderFactory in org.springframework.core.type.classreading
 class CachingMetadataReaderFactory
          Caching implementation of the MetadataReaderFactory interface, caching an ASM ClassReader per Spring Resource handle (i.e. per ".class" file).
 



Copyright © 2002-2008 The Spring Framework.