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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isCandidate
(org.springframework.core.type.classreading.MetadataReader metadataReader)
-
Constructor Details
-
EntityDetector
public EntityDetector()
-
-
Method Details
-
isCandidate
public boolean isCandidate(org.springframework.core.type.classreading.MetadataReader metadataReader) - Specified by:
isCandidate
in interfaceClasspathScanCandidateDetector
-