Module com.github.rvesse.airline
Class KiloAs1000
- 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
-
- com.github.rvesse.airline.types.numerics.abbreviated.KiloAs1000
-
- All Implemented Interfaces:
NumericTypeConverter
,TypeConverterProvider
public class KiloAs1000 extends SequenceAbbreviatedNumericTypeConverter
A numeric type converter that supports standard using suffixes -k m b t
- to abbreviate numbers expressed in terms of thousands, millions, billions or trillions
-
-
Constructor Summary
Constructors Constructor Description KiloAs1000()
-
Method Summary
-
Methods inherited from class com.github.rvesse.airline.types.numerics.abbreviated.SequenceAbbreviatedNumericTypeConverter
buildSuffixes
-
Methods inherited from class com.github.rvesse.airline.types.numerics.abbreviated.MapAbbreviatedNumericTypeConverter
getMultiplier, getPermittedPrefixes, getPermittedSuffixes, getRadix, isCaseSensitive
-
Methods inherited from class com.github.rvesse.airline.types.numerics.abbreviated.AbbreviatedNumericTypeConverter
getMultiplier, getRadix, parse
-
Methods inherited from class com.github.rvesse.airline.types.numerics.ComplexNumericTypeConverter
getBigDecimal, getBigInteger, getDouble, getFloat, getLong, tryConvertBigDecimal, tryConvertBigInteger, tryConvertByte, tryConvertDouble, tryConvertFloat, tryConvertInteger, tryConvertLong, tryConvertShort
-
Methods inherited from class com.github.rvesse.airline.types.numerics.DefaultNumericConverter
getTypeConverter, getTypeConverter, tryConvertNumerics
-
-