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 Summary
Fields inherited from class org.springframework.core.type.classreading.CachingMetadataReaderFactory
DEFAULT_CACHE_LIMIT
-
Constructor Summary
ConstructorDescriptionAnnotationScanMetadataReaderFactory
(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
-
Constructor Details
-
AnnotationScanMetadataReaderFactory
@Autowired public AnnotationScanMetadataReaderFactory(org.springframework.context.ApplicationContext applicationContext)
-