Module com.github.rvesse.airline
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 com.github.rvesse.airline.types.numerics.abbreviated.MapAbbreviatedNumericTypeConverter
getMultiplier, getPermittedPrefixes, getPermittedSuffixes, getRadix, isCaseSensitiveMethods inherited from class com.github.rvesse.airline.types.numerics.abbreviated.AbbreviatedNumericTypeConverter
getMultiplier, getRadix, parseMethods inherited from class com.github.rvesse.airline.types.numerics.ComplexNumericTypeConverter
getBigDecimal, getBigInteger, getDouble, getFloat, getLong, tryConvertBigDecimal, tryConvertBigInteger, tryConvertByte, tryConvertDouble, tryConvertFloat, tryConvertInteger, tryConvertLong, tryConvertShortMethods inherited from class com.github.rvesse.airline.types.numerics.DefaultNumericConverter
getTypeConverter, getTypeConverter, tryConvertNumerics
-
Constructor Details
-
SequenceAbbreviatedNumericTypeConverter
-
-
Method Details
-
buildSuffixes
-