Class BooleanValueFlexibleSearchConverter

  • All Implemented Interfaces:
    Converter<java.lang.String,​java.lang.String>

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

      • FLEXIBLE_SEARCH_BOOLEAN_TRUE

        public static final java.lang.String FLEXIBLE_SEARCH_BOOLEAN_TRUE
        See Also:
        Constant Field Values
      • FLEXIBLE_SEARCH_BOOLEAN_FALSE

        public static final java.lang.String FLEXIBLE_SEARCH_BOOLEAN_FALSE
        See Also:
        Constant Field Values
    • Constructor Detail

      • BooleanValueFlexibleSearchConverter

        public BooleanValueFlexibleSearchConverter()
    • Method Detail

      • convert

        public java.lang.String convert​(java.lang.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<java.lang.String,​java.lang.String>
        Parameters:
        source - the input to be converted.
        Returns:
        an instance of T, converted from the input source.