Class TypeConverters.BooleanConverter

    • Constructor Detail

      • BooleanConverter

        public BooleanConverter()
    • Method Detail

      • convert

        public Boolean convert​(String s)
        Description copied from interface: TypeConverter
        Converts a String to a given type.
        Specified by:
        convert in interface TypeConverter<Boolean>
        Parameters:
        s - the String to convert. Cannot be null.
        Returns:
        the converted object.