buffer-codec-processor
Toggle table of contents
4.1.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
buffer-codec-processor
buffer-codec-processor
/
com.ditchoom.buffer.codec.processor
/
PayloadFieldInfo
Payload
Field
Info
data
class
PayloadFieldInfo
(
val
fieldName
:
String
,
val
typeParamName
:
String
,
val
contextClassName
:
String
)
A single @Payload field within a sealed variant.
Members
Constructors
Payload
Field
Info
Link copied to clipboard
constructor
(
fieldName
:
String
,
typeParamName
:
String
,
contextClassName
:
String
)
Properties
context
Class
Name
Link copied to clipboard
val
contextClassName
:
String
field
Name
Link copied to clipboard
val
fieldName
:
String
type
Param
Name
Link copied to clipboard
val
typeParamName
:
String