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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
metadataTools
-
-
Constructor Details
-
DisplayedNameValueExtractor
-
-
Method Details
-
getValue
public com.fasterxml.jackson.databind.JsonNode getValue(Object entity, @Nullable MetaPropertyPath propertyPath, Map<String, Object> parameters) Description copied from interface:PropertyValueExtractor
Extracts value from entity instance.- Specified by:
getValue
in interfacePropertyValueExtractor
- Parameters:
entity
- instancepropertyPath
- propertyparameters
- runtime parameters- Returns:
- extracted value as json
-