Uses of Class
org.tquadrat.foundation.util.stringconverter.NumberStringConverter
Packages that use NumberStringConverter
Package
Description
This package provides classes that allow to convert certain
object instances into String and vice versa.
-
Uses of NumberStringConverter in org.tquadrat.foundation.util.stringconverter
Subclasses of NumberStringConverter in org.tquadrat.foundation.util.stringconverterModifier and TypeClassDescriptionfinal classThe implementation ofNumberStringConverterBigDecimal.final classThe implementation ofNumberStringConverterBigInteger.final classThe implementation ofNumberStringConverterByte.final classThe implementation ofNumberStringConverterDouble.
Thedoubleliterals are expected in the format as they are emitted byDouble.toString(double); in particular, it expects decimal points instead of decimal commas for each locale.final classThe implementation ofNumberStringConverterforfloatandFloat.
Thefloatliterals are expected in the format as they are emitted byFloat.toString(float); in particular, it expects decimal points instead of decimal commas for each locale.final classThe implementation ofNumberStringConverterInteger.final classThe implementation ofNumberStringConverterLong.final classThe implementation ofNumberStringConverterforShort.
