Package-level declarations

Types

Link copied to clipboard
actual class BigDecimal : Number
expect class BigDecimal

A multiplatform BigDecimal

actual class BigDecimal
actual typealias BigDecimal = java.math.BigDecimal
actual class BigDecimal
Link copied to clipboard
object BigDecimalAdapter : Adapter<BigDecimal>

An Adapter that converts to/from BigDecimal

Link copied to clipboard
object DateAdapter : Adapter<Date>

An Adapter that converts an ISO 8601 String to/from a java.util.Date When writing, it discards the offset information.

Link copied to clipboard
object JavaInstantAdapter : Adapter<Instant>

An Adapter that converts an ISO 8601 String to/from a java.time.Instant When writing, it discards the offset information.

Link copied to clipboard
object JavaLocalDateAdapter : Adapter<LocalDate>

An Adapter that converts a date to/from java.time.LocalDate

Link copied to clipboard

An Adapter that converts a date and time to/from java.time.LocalDateTime

Link copied to clipboard
object JavaLocalTimeAdapter : Adapter<LocalTime>

An Adapter that converts a time to/from java.time.LocalTime

Link copied to clipboard

An Adapter that converts a date and time to/from java.time.OffsetDateTime

Link copied to clipboard

An Adapter that converts a date and time to/from java.time.ZonedDateTime

Link copied to clipboard
object UnitAdapter : Adapter<Unit>

Functions

Link copied to clipboard
actual fun BigDecimal.toNumber(): Number
expect fun BigDecimal.toNumber(): Number
actual fun BigDecimal.toNumber(): Number
actual fun BigDecimal.toNumber(): Number