Interface NumericTypeConverter
- All Known Implementing Classes:
AbbreviatedNumericTypeConverter, Binary, ComplexNumericTypeConverter, DefaultNumericConverter, Hexadecimal, KiloAs1000, KiloAs1024, MapAbbreviatedNumericTypeConverter, MultiSequenceAbbreviatedNumericTypeConverter, Octal, SequenceAbbreviatedNumericTypeConverter
public interface NumericTypeConverter
Interfaces for numeric type converters
-
Method Summary
Modifier and TypeMethodDescriptiontryConvertNumerics(String name, Class<?> type, String value) Tries to convert common numeric types
-
Method Details
-
tryConvertNumerics
Tries to convert common numeric types- Parameters:
name- Option/Argument nametype- Typevalue- Value- Returns:
- Conversion result
-