cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
core
/
app.softwork.cikraft.core
/
Script
/
Body
/
ContentNegotiation
Content
Negotiation
@
Serializable
data
class
ContentNegotiation
(
val
factoryKlass
:
CodeGenTree.NormalClass
,
val
contentType
:
String
,
val
parameters
:
Map
<
String
,
String
>
)
(
source
)
Members
Constructors
Content
Negotiation
Link copied to clipboard
constructor
(
factoryKlass
:
CodeGenTree.NormalClass
,
contentType
:
String
,
parameters
:
Map
<
String
,
String
>
)
Properties
content
Type
Link copied to clipboard
val
contentType
:
String
factory
Klass
Link copied to clipboard
val
factoryKlass
:
CodeGenTree.NormalClass
parameters
Link copied to clipboard
val
parameters
:
Map
<
String
,
String
>