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 TypeClassDescriptionclassAbstract numeric type converter that supports numerics given in the form1234suffixwheresuffixdenotes some multiplier. -
Uses of DefaultNumericConverter in com.github.rvesse.airline.types.numerics.abbreviated
Modifier and TypeClassDescriptionclassclassA numeric type converter that supports standard using suffixes -k m b t- to abbreviate numbers expressed in terms of thousands, millions, billions or trillionsclassA numeric type converter that supports suffixes used to denote base 2 kilo unitsclassclassclass -
Uses of DefaultNumericConverter in com.github.rvesse.airline.types.numerics.bases
Subclasses of DefaultNumericConverter in com.github.rvesse.airline.types.numerics.basesModifier and TypeClassDescriptionclassA type converter that supports binary numbersclassA type converter that supports hexadecimal numbersclassA type converter that supports octal numbers