java.lang.Object
io.helidon.codegen.classmodel.Throws.Builder
- All Implemented Interfaces:
Builder<Throws.Builder,
,Throws> Supplier<Throws>
- Enclosing class:
Throws
Fluent API builder for
Throws
.-
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
-