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