Class AnnotationScanMetadataReaderFactory

java.lang.Object
org.springframework.core.type.classreading.SimpleMetadataReaderFactory
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

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

    clearCache, getCacheLimit, getMetadataReader, setCacheLimit

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

    getMetadataReader, getResourceLoader

    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)