Package io.jmix.core.impl.scanning
Class EntityDetector
java.lang.Object
io.jmix.core.impl.scanning.EntityDetector
- All Implemented Interfaces:
- ClasspathScanCandidateDetector
@Component("core_EntityDetector")
public class EntityDetector
extends Object
implements ClasspathScanCandidateDetector
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisCandidate(org.springframework.core.type.classreading.MetadataReader metadataReader) 
- 
Constructor Details- 
EntityDetectorpublic EntityDetector()
 
- 
- 
Method Details- 
isCandidatepublic boolean isCandidate(org.springframework.core.type.classreading.MetadataReader metadataReader) - Specified by:
- isCandidatein interface- ClasspathScanCandidateDetector
 
 
-