Package io.jmix.core.impl.scanning
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 SummaryFields inherited from class org.springframework.core.type.classreading.CachingMetadataReaderFactoryDEFAULT_CACHE_LIMIT
- 
Constructor SummaryConstructorsConstructorDescriptionAnnotationScanMetadataReaderFactory(org.springframework.context.ApplicationContext applicationContext) 
- 
Method SummaryMethods inherited from class org.springframework.core.type.classreading.CachingMetadataReaderFactoryclearCache, getCacheLimit, getMetadataReader, setCacheLimitMethods inherited from class org.springframework.core.type.classreading.SimpleMetadataReaderFactorygetMetadataReader, getResourceLoader
- 
Constructor Details- 
AnnotationScanMetadataReaderFactory@Autowired public AnnotationScanMetadataReaderFactory(org.springframework.context.ApplicationContext applicationContext) 
 
-