ProtoMapEntry

@SerialInfo
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class ProtoMapEntry(val messageName: String = "", val keyName: String = "key", val keyNumber: Int = 1, val keyIntegerType: IntegerType = IntegerType.Default, val valueName: String = "value", val valueNumber: Int = 2, val valueIntegerType: IntegerType = IntegerType.Default)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val keyNumber: Int = 1
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val valueNumber: Int = 2