Class TypeConverters.ByteArrayConverter

    • Constructor Detail

      • ByteArrayConverter

        public ByteArrayConverter()
    • Method Detail

      • convert

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