Uses of Class
io.helidon.inject.processor.ProcessingEvent.BuilderBase
Packages that use ProcessingEvent.BuilderBase
Package
Description
Injection Annotation Processors and supporting types.
-
Uses of ProcessingEvent.BuilderBase in io.helidon.inject.processor
Classes in io.helidon.inject.processor with type parameters of type ProcessingEvent.BuilderBaseModifier and TypeClassDescriptionstatic classProcessingEvent.BuilderBase<BUILDER extends ProcessingEvent.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ProcessingEvent> Fluent API builder base forProcessingEvent.Subclasses of ProcessingEvent.BuilderBase in io.helidon.inject.processorMethods in io.helidon.inject.processor with parameters of type ProcessingEvent.BuilderBaseModifier and TypeMethodDescriptionProcessingEvent.BuilderBase.from(ProcessingEvent.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.inject.processor with parameters of type ProcessingEvent.BuilderBaseModifierConstructorDescriptionprotectedProcessingEventImpl(ProcessingEvent.BuilderBase<?, ?> builder) Create an instance providing a builder.