Uses of Class
com.github.rvesse.airline.types.numerics.DefaultNumericConverter
Packages that use DefaultNumericConverter
Package
Description
-
Uses of DefaultNumericConverter in com.github.rvesse.airline.types.numerics
Subclasses of DefaultNumericConverter in com.github.rvesse.airline.types.numericsModifier and TypeClassDescriptionclass
Abstract numeric type converter that supports numerics given in the form1234suffix
wheresuffix
denotes some multiplier. -
Uses of DefaultNumericConverter in com.github.rvesse.airline.types.numerics.abbreviated
Modifier and TypeClassDescriptionclass
class
A numeric type converter that supports standard using suffixes -k m b t
- to abbreviate numbers expressed in terms of thousands, millions, billions or trillionsclass
A numeric type converter that supports suffixes used to denote base 2 kilo unitsclass
class
class
-
Uses of DefaultNumericConverter in com.github.rvesse.airline.types.numerics.bases
Subclasses of DefaultNumericConverter in com.github.rvesse.airline.types.numerics.basesModifier and TypeClassDescriptionclass
A type converter that supports binary numbersclass
A type converter that supports hexadecimal numbersclass
A type converter that supports octal numbers