toggle menu
protobuf-kotlin
0.5.0
common
switch theme
search in API
protobuf-kotlin-serialization
/
pro.felixo.protobuf.serialization
/
ProtoListItem
Proto
List
Item
@
SerialInfo
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
annotation class
ProtoListItem
(
val
integerType
:
IntegerType
=
IntegerType.Default
,
val
messageName
:
String
=
""
,
val
fieldName
:
String
=
"value"
,
val
fieldNumber
:
Int
=
1
)
Members
Properties
field
Name
Link copied to clipboard
val
fieldName
:
String
field
Number
Link copied to clipboard
val
fieldNumber
:
Int
=
1
integer
Type
Link copied to clipboard
val
integerType
:
IntegerType
message
Name
Link copied to clipboard
val
messageName
:
String