Class DefaultFlexibleSearchAttributeValueConverter
java.lang.Object
de.hybris.platform.cms2.cmsitems.service.impl.DefaultFlexibleSearchAttributeValueConverter
- All Implemented Interfaces:
FlexibleSearchAttributeValueConverter
public class DefaultFlexibleSearchAttributeValueConverter
extends Object
implements FlexibleSearchAttributeValueConverter
Default implementation of
FlexibleSearchAttributeValueConverter
Performs conversion of the provided value to the value that is compatible with flexible search engine.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(AttributeDescriptorModel typeModel, String value) Converts from the provided value to the value that is compatible with flexible search engine.void
-
Constructor Details
-
DefaultFlexibleSearchAttributeValueConverter
public DefaultFlexibleSearchAttributeValueConverter()
-
-
Method Details
-
convert
Description copied from interface:FlexibleSearchAttributeValueConverterConverts from the provided value to the value that is compatible with flexible search engine.- Specified by:
convertin interfaceFlexibleSearchAttributeValueConverter- 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
-
getConverters
-
setConverters
-