toggle menu
redwood
0.15.0
jvm
switch theme
search in API
redwood-tooling-codegen
/
app.cash.redwood.tooling.codegen
Package-level
declarations
Types
Functions
Types
Codegen
Type
Link copied to clipboard
enum
CodegenType
:
Enum
<
CodegenType
>
Protocol
Codegen
Type
Link copied to clipboard
enum
ProtocolCodegenType
:
Enum
<
ProtocolCodegenType
>
Functions
generate
Link copied to clipboard
fun
ProtocolSchemaSet
.
generate
(
type
:
ProtocolCodegenType
,
destination
:
Path
)
fun
SchemaSet
.
generate
(
type
:
CodegenType
,
destination
:
Path
)
main
Link copied to clipboard
fun
main
(
vararg
args
:
String
)