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 Type
    Method
    Description
    Converts from the provided value to the value that is compatible with flexible search engine.
  • Method Details

    • convert

      String convert(AttributeDescriptorModel typeModel, 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 converter
      value - - the value that will be converted
      Returns:
      converted value that is compatible with flexible search engine