Class ByteEditor

  • All Implemented Interfaces:
    java.beans.PropertyEditor, PropertyEditor<java.lang.Byte>

    public class ByteEditor
    extends PropertyEditorSupport<java.lang.Byte>
    A property editor for Byte.
    • Constructor Detail

      • ByteEditor

        public ByteEditor()
    • Method Detail

      • setAsText

        public void setAsText​(java.lang.String text)
        Map the argument text into and Byte using Byte.decode.
        Specified by:
        setAsText in interface java.beans.PropertyEditor
        Specified by:
        setAsText in interface PropertyEditor<java.lang.Byte>
        Specified by:
        setAsText in class PropertyEditorSupport<java.lang.Byte>
        Parameters:
        text - The string to be parsed.