Package io.helidon.builder.processor.spi
Class DefaultTypeAndBody.Builder
java.lang.Object
io.helidon.builder.processor.spi.DefaultTypeAndBody.Builder
- Enclosing class:
DefaultTypeAndBody
Builder for this type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the body to val.build()Builds the instance.Sets the typeName to val.
-
Constructor Details
-
Builder
protected Builder()Default constructor.- See Also:
-
-
Method Details
-
typeName
Sets the typeName to val.- Parameters:
val- the value- Returns:
- this fluent builder
-
body
Sets the body to val.- Parameters:
val- the value- Returns:
- this fluent builder
-
build
Builds the instance.- Returns:
- the built instance
-