FormatConfigGui

class FormatConfigGui(var timePattern: String? = "dd.MM.yyyy HH:mm:ss.SSS", var timeZone: ZoneId = ZoneOffset.UTC, var bitsStyle: TypedProtoValueFormatter.BitsStyle = TypedProtoValueFormatter.BitsStyle.HEX)

Constructors

Link copied to clipboard
constructor(timePattern: String? = "dd.MM.yyyy HH:mm:ss.SSS", timeZone: ZoneId = ZoneOffset.UTC, bitsStyle: TypedProtoValueFormatter.BitsStyle = TypedProtoValueFormatter.BitsStyle.HEX)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toImmutable(): FormatConfig