KotlinFixedOffsetTimeZoneToJavaZoneOffsetMapper

object KotlinFixedOffsetTimeZoneToJavaZoneOffsetMapper : ObjectMappie<FixedOffsetTimeZone, ZoneOffset>

Properties

Link copied to clipboard
val forList: ListMappie<ZoneOffset>
Link copied to clipboard
val forSet: SetMappie<ZoneOffset>

Functions

Link copied to clipboard
open override fun map(from: FixedOffsetTimeZone): ZoneOffset
Link copied to clipboard
open fun mapList(from: List<FixedOffsetTimeZone>): List<ZoneOffset>
Link copied to clipboard
open fun mapNullable(from: FixedOffsetTimeZone?): ZoneOffset?
Link copied to clipboard
open fun mapNullableList(from: List<FixedOffsetTimeZone>?): List<ZoneOffset>?
Link copied to clipboard
open fun mapNullableSet(from: Set<FixedOffsetTimeZone>?): Set<ZoneOffset>?
Link copied to clipboard
open fun mapSet(from: Set<FixedOffsetTimeZone>): Set<ZoneOffset>