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 class
The implementation ofNumberStringConverter
BigDecimal
.final class
The implementation ofNumberStringConverter
BigInteger
.final class
The implementation ofNumberStringConverter
Byte
.final class
The implementation ofNumberStringConverter
Double
.
Thedouble
literals 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 class
The implementation ofNumberStringConverter
forfloat
andFloat
.
Thefloat
literals 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 class
The implementation ofNumberStringConverter
Integer
.final class
The implementation ofNumberStringConverter
Long
.final class
The implementation ofNumberStringConverter
forShort
.