buffer-codec-processor
Toggle table of contents
4.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
buffer-codec-processor
buffer-codec-processor
/
com.ditchoom.buffer.codec.processor.spi
/
FieldContext
Field
Context
data
class
FieldContext
(
val
fieldName
:
String
,
val
typeName
:
String
,
val
annotationArguments
:
Map
<
String
,
Any
?
>
)
Members
Constructors
Field
Context
Link copied to clipboard
constructor
(
fieldName
:
String
,
typeName
:
String
,
annotationArguments
:
Map
<
String
,
Any
?
>
)
Properties
annotation
Arguments
Link copied to clipboard
val
annotationArguments
:
Map
<
String
,
Any
?
>
field
Name
Link copied to clipboard
val
fieldName
:
String
type
Name
Link copied to clipboard
val
typeName
:
String