Class TypeConverters.CharArrayConverter

    • Constructor Detail

      • CharArrayConverter

        public CharArrayConverter()
    • Method Detail

      • convert

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