Module com.github.rvesse.airline
Class Hexadecimal
java.lang.Object
com.github.rvesse.airline.types.numerics.DefaultNumericConverter
com.github.rvesse.airline.types.numerics.ComplexNumericTypeConverter
com.github.rvesse.airline.types.numerics.bases.Hexadecimal
- All Implemented Interfaces:
NumericTypeConverter
,TypeConverterProvider
A type converter that supports hexadecimal numbers
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.rvesse.airline.types.numerics.ComplexNumericTypeConverter
getBigDecimal, getBigInteger, getDouble, getFloat, getLong, getMultiplier, parse, tryConvertBigDecimal, tryConvertBigInteger, tryConvertByte, tryConvertDouble, tryConvertFloat, tryConvertInteger, tryConvertLong, tryConvertShort
Methods inherited from class com.github.rvesse.airline.types.numerics.DefaultNumericConverter
getTypeConverter, getTypeConverter, tryConvertNumerics
-
Constructor Details
-
Hexadecimal
public Hexadecimal()
-
-
Method Details
-
getRadix
- Overrides:
getRadix
in classComplexNumericTypeConverter
-