NumberToStringConverters

Types

Link copied to clipboard

Converts between Number and String values

Link copied to clipboard

Converts between kotlin.Byte and String values

Link copied to clipboard

Converts between kotlin.Double and String values. Because DynamoDB N values do not support them, this converter throws exceptions for non-finite numbers such as Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, and Double.NaN.

Link copied to clipboard

Converts between kotlin.Float and String values. Because DynamoDB N values do not support them, this converter throws exceptions for non-finite numbers such as Float.NEGATIVE_INFINITY, Float.POSITIVE_INFINITY, and Float.NaN.

Link copied to clipboard
object Int : Converter<Int, String>

Converts between kotlin.Int and String values

Link copied to clipboard

Converts between kotlin.Long and String values

Link copied to clipboard

Converts between kotlin.Short and String values

Link copied to clipboard

Converts between kotlin.UByte and String values

Link copied to clipboard

Converts between kotlin.UInt and String values

Link copied to clipboard

Converts between kotlin.ULong and String values

Link copied to clipboard

Converts between kotlin.UShort and String values