java.lang.Object
io.helidon.codegen.classmodel.Returns.Builder
- All Implemented Interfaces:
Builder<Returns.Builder,
,Returns> Supplier<Returns>
- Enclosing class:
Returns
Fluent API builder for
Returns
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the instance from this builder.description
(String description) description
(List<String> description) includeImport
(boolean includeImport) Whether to include import type information among the imports.
-
Method Details
-
build
Description copied from interface:Builder
Build the instance from this builder.- Returns:
- instance of the built type
-
type
-
type
-
type
-
description
-
description
-
includeImport
Whether to include import type information among the imports.- Parameters:
includeImport
- whether imports should be included- Returns:
- updated builder instance
-