default ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.Builder.apiConfiguration(Consumer<ApiConfiguration.Builder> apiConfiguration) |
The API configuration for the code generation job.
|
ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.Builder.apiConfiguration(ApiConfiguration apiConfiguration) |
The API configuration for the code generation job.
|
static ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.builder() |
|
ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.Builder.dependencies(Map<String,String> dependencies) |
Lists the dependency packages that may be required for the project code to run.
|
ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.Builder.inlineSourceMap(Boolean inlineSourceMap) |
Specifies whether the code generation job should render inline source maps.
|
ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.Builder.module(String module) |
The JavaScript module type.
|
ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.Builder.module(JSModule module) |
The JavaScript module type.
|
ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.Builder.renderTypeDeclarations(Boolean renderTypeDeclarations) |
Specifies whether the code generation job should render type declaration files.
|
ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.Builder.script(String script) |
The file type to use for a JavaScript project.
|
ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.Builder.script(JSScript script) |
The file type to use for a JavaScript project.
|
ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.Builder.target(String target) |
The ECMAScript specification to use.
|
ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.Builder.target(JSTarget target) |
The ECMAScript specification to use.
|
ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.toBuilder() |
|