Uses of Package
io.helidon.pico.tools.spi
Packages that use io.helidon.pico.tools.spi
Package
Description
Annotation processor that generates HTTP Endpoints discoverable by Pico.
Pico Tools.
Tools SPI support.
-
Classes in io.helidon.pico.tools.spi used by io.helidon.nima.http.processorClassDescriptionInstances of this are found via the service loader during compilation time and called by the
io.helidon.pico.processor.CustomAnnotationProcessor. -
Classes in io.helidon.pico.tools.spi used by io.helidon.pico.toolsClassDescriptionImplementors of this contract are responsible for code-generating the Pico
Activators andServiceProviders for service types found in your DI-enabled module.Implementors of this contract are responsible for creating theApplicationinstance.Implementors are responsible for creating anActivatorCreatorRequestthat can be then passed to theActivatorCreatorbased upon the scanning and reflective introspection of a set of classes found in an external jar module.Provides the strategy used to determine which annotations cause interceptor creation. -
Classes in io.helidon.pico.tools.spi used by io.helidon.pico.tools.spiClassDescriptionProvides the strategy used to determine which annotations cause interceptor creation.Abstraction for interceptor processing.The strategy applied for resolving annotations that trigger interception.