Class Throws.Builder
java.lang.Object
io.helidon.codegen.classmodel.Throws.Builder
- All Implemented Interfaces:
Builder<Throws.Builder, Throws>, Supplier<Throws>
- Enclosing class:
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.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Builder
get, identity, updateModifier and TypeMethodDescriptiondefault Throwsget()default Throws.Builderidentity()Instance of this builder as the correct type.default Throws.Builderupdate(Consumer<Throws.Builder> consumer) Update the builder in a fluent API way.
-
Method Details
-
build
-
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
-