Class IndexDefinitionDetector
java.lang.Object
io.jmix.search.index.mapping.processor.impl.IndexDefinitionDetector
- All Implemented Interfaces:
- ClasspathScanCandidateDetector
@Component("search_IndexDefinitionDetector")
public class IndexDefinitionDetector
extends Object
implements ClasspathScanCandidateDetector
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisCandidate(org.springframework.core.type.classreading.MetadataReader metadataReader) 
- 
Constructor Details- 
IndexDefinitionDetectorpublic IndexDefinitionDetector()
 
- 
- 
Method Details- 
isCandidatepublic boolean isCandidate(org.springframework.core.type.classreading.MetadataReader metadataReader) - Specified by:
- isCandidatein interface- ClasspathScanCandidateDetector
 
 
-