Package picocli

Class CommandLine.BuiltIn.ByteConverter

java.lang.Object
picocli.CommandLine.BuiltIn.ByteConverter
All Implemented Interfaces:
CommandLine.ITypeConverter<Byte>
Enclosing class:
CommandLine.BuiltIn

static class CommandLine.BuiltIn.ByteConverter extends Object implements CommandLine.ITypeConverter<Byte>
Converts text to a Byte by delegating to Byte.valueOf(String).
  • Constructor Details

    • ByteConverter

      ByteConverter()
  • Method Details