The Spring Framework

Uses of Interface
org.springframework.core.type.classreading.MetadataReaderFactory

Packages that use MetadataReaderFactory
org.springframework.core.type.classreading Core support package for type introspection through ASM-based class reading. 
org.springframework.core.type.filter Core support package for type filtering (e.g. for classpath scanning). 
 

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

Classes in org.springframework.core.type.classreading that implement MetadataReaderFactory
 class CachingMetadataReaderFactory
          Caching implementation of the MetadataReaderFactory interface, caching an ASM ClassReader per Spring Resource handle (i.e. per ".class" file).
 class SimpleMetadataReaderFactory
          Simple implementation of the MetadataReaderFactory interface, creating a new ASM ClassReader for every request.
 

Uses of MetadataReaderFactory in org.springframework.core.type.filter
 

Methods in org.springframework.core.type.filter with parameters of type MetadataReaderFactory
 boolean TypeFilter.match(MetadataReader metadataReader, MetadataReaderFactory metadataReaderFactory)
          Determine whether this filter matches for the class described by the given metadata.
 boolean AspectJTypeFilter.match(MetadataReader metadataReader, MetadataReaderFactory metadataReaderFactory)
           
 boolean AbstractTypeHierarchyTraversingFilter.match(MetadataReader metadataReader, MetadataReaderFactory metadataReaderFactory)
           
 boolean AbstractClassTestingTypeFilter.match(MetadataReader metadataReader, MetadataReaderFactory metadataReaderFactory)
           
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.