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 ComplexNumericTypeConverter
getBigDecimal, getBigInteger, getDouble, getFloat, getLong, getMultiplier, parse, tryConvertBigDecimal, tryConvertBigInteger, tryConvertByte, tryConvertDouble, tryConvertFloat, tryConvertInteger, tryConvertLong, tryConvertShortMethods inherited from class DefaultNumericConverter
getTypeConverter, getTypeConverter, tryConvertNumerics
-
Constructor Details
-
Hexadecimal
public Hexadecimal()
-
-
Method Details
-
getRadix
- Overrides:
getRadixin classComplexNumericTypeConverter
-