Uses of Package
io.helidon.builder.processor.spi
Packages that use io.helidon.builder.processor.spi
Package
Description
Helidon ConfigBean Builder Processor Extensions.
The Builder annotation processing package.
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.
The Helidon Builder Processor Tools package.
Pico Tools.
-
Classes in io.helidon.builder.processor.spi used by io.helidon.builder.config.processor
-
Classes in io.helidon.builder.processor.spi used by io.helidon.builder.processor
-
Classes in io.helidon.builder.processor.spi used by io.helidon.builder.processor.spiClassDescriptionThe default implementation of
TypeAndBody.Builder for this type.Represents the generated source as a model object. -
Classes in io.helidon.builder.processor.spi used by io.helidon.builder.processor.toolsClassDescriptionJava
ServiceLoaderprovider interface used to discover builder creators.Represents the generated source as a model object.JavaServiceLoaderprovider interface used to discover type info creators. -
Classes in io.helidon.builder.processor.spi used by io.helidon.pico.tools