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
public class Hexadecimal extends ComplexNumericTypeConverter
A type converter that supports hexadecimal numbers
-
-
Constructor Summary
Constructors Constructor Description Hexadecimal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getRadix(NumericCandidate candidate)
-
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
-
-
-
-
Method Detail
-
getRadix
protected int getRadix(NumericCandidate candidate)
- Overrides:
getRadix
in classComplexNumericTypeConverter
-
-