java.lang.Object
de.hybris.platform.cms2.common.functions.impl.BooleanValueFlexibleSearchConverter
- All Implemented Interfaces:
Converter<String,String>
Converter to convert boolean value to the representation that can be used in flexible search.
-
-
Constructor Summary
Constructors
-
Method Summary
Uses the source S object and produces an new instance of T.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
FLEXIBLE_SEARCH_BOOLEAN_TRUE
public static final String FLEXIBLE_SEARCH_BOOLEAN_TRUE
- See Also:
-
-
FLEXIBLE_SEARCH_BOOLEAN_FALSE
public static final String FLEXIBLE_SEARCH_BOOLEAN_FALSE
- See Also:
-
-
Constructor Details
-
BooleanValueFlexibleSearchConverter
public BooleanValueFlexibleSearchConverter()
-
Method Details
-
convert
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.