Class AnnotationScanMetadataReaderFactory

java.lang.Object
org.springframework.core.type.classreading.CachingMetadataReaderFactory
io.jmix.core.impl.scanning.AnnotationScanMetadataReaderFactory
All Implemented Interfaces:
org.springframework.core.type.classreading.MetadataReaderFactory

@Component("core_AnnotationScanMetadataReaderFactory") public class AnnotationScanMetadataReaderFactory extends org.springframework.core.type.classreading.CachingMetadataReaderFactory
  • Field Summary

    Fields inherited from class org.springframework.core.type.classreading.CachingMetadataReaderFactory

    DEFAULT_CACHE_LIMIT
  • Constructor Summary

    Constructors
    Constructor
    Description
    AnnotationScanMetadataReaderFactory(org.springframework.context.ApplicationContext applicationContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.core.type.classreading.MetadataReader
     
    org.springframework.core.io.ResourceLoader
     

    Methods inherited from class org.springframework.core.type.classreading.CachingMetadataReaderFactory

    clearCache, getCacheLimit, getMetadataReader, setCacheLimit

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AnnotationScanMetadataReaderFactory

      @Autowired public AnnotationScanMetadataReaderFactory(org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • getResourceLoader

      public org.springframework.core.io.ResourceLoader getResourceLoader()
      Specified by:
      getResourceLoader in interface org.springframework.core.type.classreading.MetadataReaderFactory
    • getMetadataReader

      public org.springframework.core.type.classreading.MetadataReader getMetadataReader(String arg0) throws IOException
      Specified by:
      getMetadataReader in interface org.springframework.core.type.classreading.MetadataReaderFactory
      Throws:
      IOException