Uses of Interface
com.github.rvesse.airline.types.numerics.NumericTypeConverter
Packages that use NumericTypeConverter
Package
Description
-
Uses of NumericTypeConverter in com.github.rvesse.airline.builder
Fields in com.github.rvesse.airline.builder declared as NumericTypeConverterModifier and TypeFieldDescriptionprotected NumericTypeConverter
ParserBuilder.numericTypeConverter
Methods in com.github.rvesse.airline.builder with parameters of type NumericTypeConverterModifier and TypeMethodDescriptionParserBuilder.withNumericTypeConverter
(NumericTypeConverter converter) Indicates the desired numeric type converter to use, this is passed as an argument to the given type converter -
Uses of NumericTypeConverter in com.github.rvesse.airline.types
Fields in com.github.rvesse.airline.types declared as NumericTypeConverterModifier and TypeFieldDescriptionprivate NumericTypeConverter
DefaultTypeConverter.numericConverter
Methods in com.github.rvesse.airline.types with parameters of type NumericTypeConverterModifier and TypeMethodDescriptionvoid
DefaultTypeConverter.setNumericConverter
(NumericTypeConverter converter) void
TypeConverter.setNumericConverter
(NumericTypeConverter converter) Sets the numeric type converter to use, ifnull
then default behaviour of the type converter instance (whatever that might be) will be usedConstructors in com.github.rvesse.airline.types with parameters of type NumericTypeConverter -
Uses of NumericTypeConverter in com.github.rvesse.airline.types.numerics
Classes in com.github.rvesse.airline.types.numerics that implement NumericTypeConverterModifier and TypeClassDescriptionclass
Abstract numeric type converter that supports numerics given in the form1234suffix
wheresuffix
denotes some multiplier.class
-
Uses of NumericTypeConverter in com.github.rvesse.airline.types.numerics.abbreviated
Classes in com.github.rvesse.airline.types.numerics.abbreviated that implement NumericTypeConverterModifier 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 NumericTypeConverter in com.github.rvesse.airline.types.numerics.bases
Classes in com.github.rvesse.airline.types.numerics.bases that implement NumericTypeConverterModifier and TypeClassDescriptionclass
A type converter that supports binary numbersclass
A type converter that supports hexadecimal numbersclass
A type converter that supports octal numbers