Interface FlexibleSearchAttributeValueConverter
- All Known Implementing Classes:
DefaultFlexibleSearchAttributeValueConverter
public interface FlexibleSearchAttributeValueConverter
Performs conversion of the provided value to the value that is compatible with flexible search engine.
-
Method Summary
Modifier and TypeMethodDescriptionconvert(AttributeDescriptorModel typeModel, String value) Converts from the provided value to the value that is compatible with flexible search engine.
-
Method Details
-
convert
Converts from the provided value to the value that is compatible with flexible search engine.- Parameters:
typeModel- - type model that is used to find a proper convertervalue- - the value that will be converted- Returns:
- converted value that is compatible with flexible search engine
-