Uses of Interface
io.helidon.inject.processor.ProcessingEvent
Packages that use ProcessingEvent
Package
Description
Injection Annotation Processors and supporting types.
Injection APT SPI package.
-
Uses of ProcessingEvent in io.helidon.inject.processor
Classes in io.helidon.inject.processor with type parameters of type ProcessingEventModifier and TypeClassDescriptionstatic classProcessingEvent.BuilderBase<BUILDER extends ProcessingEvent.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ProcessingEvent> Fluent API builder base forProcessingEvent.Classes in io.helidon.inject.processor that implement ProcessingEventModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.inject.processor that return ProcessingEventModifier and TypeMethodDescriptionProcessingEvent.Builder.build()ProcessingEvent.Builder.buildPrototype()static ProcessingEventProcessingEvent.create()Create a new instance with default values.Methods in io.helidon.inject.processor with parameters of type ProcessingEventModifier and TypeMethodDescriptionstatic ProcessingEvent.BuilderProcessingEvent.builder(ProcessingEvent instance) Create a new fluent API builder from an existing instance.ProcessingEvent.BuilderBase.from(ProcessingEvent prototype) Update this builder from an existing prototype instance. -
Uses of ProcessingEvent in io.helidon.inject.processor.spi
Methods in io.helidon.inject.processor.spi with parameters of type ProcessingEventModifier and TypeMethodDescriptionvoidInjectionAnnotationProcessorObserver.onProcessingEvent(ProcessingEvent event) Called after a processing event that occurred in theInjectionAnnotationProcessor.