Package io.jmix.core.impl.scanning
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
ConstructorsConstructorDescriptionAnnotationScanMetadataReaderFactory(org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.type.classreading.MetadataReadergetMetadataReader(String arg0) org.springframework.core.io.ResourceLoaderMethods inherited from class org.springframework.core.type.classreading.CachingMetadataReaderFactory
clearCache, getCacheLimit, getMetadataReader, setCacheLimit
-
Constructor Details
-
AnnotationScanMetadataReaderFactory
@Autowired public AnnotationScanMetadataReaderFactory(org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
getResourceLoader
public org.springframework.core.io.ResourceLoader getResourceLoader()- Specified by:
getResourceLoaderin interfaceorg.springframework.core.type.classreading.MetadataReaderFactory
-
getMetadataReader
public org.springframework.core.type.classreading.MetadataReader getMetadataReader(String arg0) throws IOException - Specified by:
getMetadataReaderin interfaceorg.springframework.core.type.classreading.MetadataReaderFactory- Throws:
IOException
-