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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisCandidate(org.springframework.core.type.classreading.MetadataReader metadataReader) 
- 
Constructor Details- 
EnumDetectorpublic EnumDetector()
 
- 
- 
Method Details- 
isCandidatepublic boolean isCandidate(org.springframework.core.type.classreading.MetadataReader metadataReader) - Specified by:
- isCandidatein interface- ClasspathScanCandidateDetector
 
 
-