Class SequenceAbbreviatedNumericTypeConverter
java.lang.Object
com.github.rvesse.airline.types.numerics.DefaultNumericConverter
com.github.rvesse.airline.types.numerics.ComplexNumericTypeConverter
com.github.rvesse.airline.types.numerics.abbreviated.AbbreviatedNumericTypeConverter
com.github.rvesse.airline.types.numerics.abbreviated.MapAbbreviatedNumericTypeConverter
com.github.rvesse.airline.types.numerics.abbreviated.SequenceAbbreviatedNumericTypeConverter
- All Implemented Interfaces:
NumericTypeConverter, TypeConverterProvider
- Direct Known Subclasses:
KiloAs1000
-
Constructor Summary
ConstructorsConstructorDescriptionSequenceAbbreviatedNumericTypeConverter(boolean caseSensitive, Map<String, Integer> prefixes, long multiplierBase, String... suffixes) -
Method Summary
Methods inherited from class MapAbbreviatedNumericTypeConverter
getMultiplier, getPermittedPrefixes, getPermittedSuffixes, getRadix, isCaseSensitiveMethods inherited from class AbbreviatedNumericTypeConverter
getMultiplier, getRadix, parseMethods inherited from class ComplexNumericTypeConverter
getBigDecimal, getBigInteger, getDouble, getFloat, getLong, tryConvertBigDecimal, tryConvertBigInteger, tryConvertByte, tryConvertDouble, tryConvertFloat, tryConvertInteger, tryConvertLong, tryConvertShortMethods inherited from class DefaultNumericConverter
getTypeConverter, getTypeConverter, tryConvertNumerics
-
Constructor Details
-
SequenceAbbreviatedNumericTypeConverter
-
-
Method Details
-
buildSuffixes
-