Interface NumericTypeConverter

All Known Implementing Classes:
AbbreviatedNumericTypeConverter, Binary, ComplexNumericTypeConverter, DefaultNumericConverter, Hexadecimal, KiloAs1000, KiloAs1024, MapAbbreviatedNumericTypeConverter, MultiSequenceAbbreviatedNumericTypeConverter, Octal, SequenceAbbreviatedNumericTypeConverter

public interface NumericTypeConverter
Interfaces for numeric type converters
  • Method Details

    • tryConvertNumerics

      ConvertResult tryConvertNumerics(String name, Class<?> type, String value)
      Tries to convert common numeric types
      Parameters:
      name - Option/Argument name
      type - Type
      value - Value
      Returns:
      Conversion result