Uses of Class
io.helidon.builder.processor.spi.DefaultTypeAndBody.Builder
Packages that use DefaultTypeAndBody.Builder
Package
Description
The Builder Processor SPI module provides these definitions:
BuilderCreatorProvider - responsible for code generating the
implementation w/ a fluent builder.
TypeInfoCreatorProvider - responsible for code generating the model
object for the target interface.
TypeAndBody - the dom-like description of the target type of the
builder.
-
Uses of DefaultTypeAndBody.Builder in io.helidon.builder.processor.spi
Methods in io.helidon.builder.processor.spi that return DefaultTypeAndBody.BuilderModifier and TypeMethodDescriptionSets the body to val.static DefaultTypeAndBody.BuilderDefaultTypeAndBody.builder()Creates a new builder for this type.Sets the typeName to val.Constructors in io.helidon.builder.processor.spi with parameters of type DefaultTypeAndBody.BuilderModifierConstructorDescriptionprotectedConstructor that uses the builder.