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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
convert(AttributeDescriptorModel typeModel, java.lang.String value)
Converts from the provided value to the value that is compatible with flexible search engine.
-
-
-
Method Detail
-
convert
java.lang.String convert(AttributeDescriptorModel typeModel, java.lang.String value)
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
-
-