Package io.helidon.microprofile.servicecommon
package io.helidon.microprofile.servicecommon
General-purpose reusable artifacts to help write CDI extensions, annotation processing, and interceptors for Helidon
services.
-
ClassDescriptionCommon behavior for interceptors, invoking a preInvocation method before running an intercepted
Executable
.HelidonInterceptor
implementation providing as much logic as possible.Common behavior among interceptors with both pre-invocation and post-completion behavior.Abstract superclass of service-specific, REST-based CDI extensions.Manages a very simple multi-map ofExecutable
toClass<? extends Annotation>
to aSet
of typed work items.