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 NumericTypeConverterParserBuilder.numericTypeConverterMethods 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 NumericTypeConverterDefaultTypeConverter.numericConverterMethods in com.github.rvesse.airline.types with parameters of type NumericTypeConverterModifier and TypeMethodDescriptionvoidDefaultTypeConverter.setNumericConverter(NumericTypeConverter converter) voidTypeConverter.setNumericConverter(NumericTypeConverter converter) Sets the numeric type converter to use, ifnullthen 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 TypeClassDescriptionclassAbstract numeric type converter that supports numerics given in the form1234suffixwheresuffixdenotes 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 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 NumericTypeConverter in com.github.rvesse.airline.types.numerics.bases
Classes in com.github.rvesse.airline.types.numerics.bases that implement NumericTypeConverterModifier and TypeClassDescriptionclassA type converter that supports binary numbersclassA type converter that supports hexadecimal numbersclassA type converter that supports octal numbers