Class PropertyValueExtractorProvider
java.lang.Object
io.jmix.search.index.mapping.propertyvalue.PropertyValueExtractorProvider
@Component("search_PropertyValueExtractorProvider")
public class PropertyValueExtractorProvider
extends Object
-
Field Summary
Modifier and TypeFieldDescriptionprotected Map<Class<? extends PropertyValueExtractor>,
PropertyValueExtractor> -
Constructor Summary
ConstructorDescriptionPropertyValueExtractorProvider
(List<PropertyValueExtractor> propertyValueExtractors) -
Method Summary
Modifier and TypeMethodDescription<T extends PropertyValueExtractor>
TgetPropertyValueExtractor
(Class<T> propertyValueExtractorClass)
-
Field Details
-
registry
-
-
Constructor Details
-
PropertyValueExtractorProvider
@Autowired public PropertyValueExtractorProvider(List<PropertyValueExtractor> propertyValueExtractors)
-
-
Method Details
-
getPropertyValueExtractor
public <T extends PropertyValueExtractor> T getPropertyValueExtractor(Class<T> propertyValueExtractorClass)
-