Class BooleanValueFlexibleSearchConverter

java.lang.Object
de.hybris.platform.cms2.common.functions.impl.BooleanValueFlexibleSearchConverter
All Implemented Interfaces:
Converter<String,String>

public class BooleanValueFlexibleSearchConverter extends Object implements Converter<String,String>
Converter to convert boolean value to the representation that can be used in flexible search.
  • Field Details

  • Constructor Details

    • BooleanValueFlexibleSearchConverter

      public BooleanValueFlexibleSearchConverter()
  • Method Details

    • convert

      public String convert(String source)
      Description copied from interface: Converter
      Uses the source S object and produces an new instance of T.
      Specified by:
      convert in interface Converter<String,String>
      Parameters:
      source - the input to be converted.
      Returns:
      an instance of T, converted from the input source.