Package io.jmix.core.impl.scanning
Class EnumDetector
java.lang.Object
io.jmix.core.impl.scanning.EnumDetector
- All Implemented Interfaces:
ClasspathScanCandidateDetector
@Component("core_EnumDetector")
public class EnumDetector
extends Object
implements ClasspathScanCandidateDetector
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isCandidate
(org.springframework.core.type.classreading.MetadataReader metadataReader)
-
Constructor Details
-
EnumDetector
public EnumDetector()
-
-
Method Details
-
isCandidate
public boolean isCandidate(org.springframework.core.type.classreading.MetadataReader metadataReader) - Specified by:
isCandidate
in interfaceClasspathScanCandidateDetector
-