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 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 converter
        value - - the value that will be converted
        Returns:
        converted value that is compatible with flexible search engine