Class DisplayedNameValueExtractor
java.lang.Object
io.jmix.search.index.mapping.propertyvalue.impl.DisplayedNameValueExtractor
- All Implemented Interfaces:
- PropertyValueExtractor
@Component("search_DisplayedNameValueExtractor")
public class DisplayedNameValueExtractor
extends Object
implements PropertyValueExtractor
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
metadataTools
 
- 
- 
Constructor Details- 
DisplayedNameValueExtractor
 
- 
- 
Method Details- 
getValuepublic com.fasterxml.jackson.databind.JsonNode getValue(Object entity, @Nullable MetaPropertyPath propertyPath, Map<String, Object> parameters) Description copied from interface:PropertyValueExtractorExtracts value from entity instance.- Specified by:
- getValuein interface- PropertyValueExtractor
- Parameters:
- entity- instance
- propertyPath- property
- parameters- runtime parameters
- Returns:
- extracted value as json
 
 
-