Class StringToBooleanConverter

    • Constructor Detail

      • StringToBooleanConverter

        public StringToBooleanConverter()
        Deprecated.
        Creates converter with default string representations - "true" and "false".
      • StringToBooleanConverter

        public StringToBooleanConverter​(String trueString,
                                        String falseString)
        Deprecated.
        Creates converter with custom string representation.
        Parameters:
        falseString - string representation for false
        trueString - string representation for true
        Since:
        7.5.4