Uses of Interface
io.helidon.service.registry.InterceptionMetadata
Packages that use InterceptionMetadata
Package
Description
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).-
Uses of InterceptionMetadata in io.helidon.service.registry
Methods in io.helidon.service.registry with parameters of type InterceptionMetadataModifier and TypeMethodDescriptiondefault void
ServiceDescriptor.inject
(DependencyContext ctx, InterceptionMetadata interceptionMetadata, Set<String> injected, T instance) Inject fields and methods.ExistingInstanceDescriptor.instantiate
(DependencyContext ctx, InterceptionMetadata metadata) default Object
ServiceDescriptor.instantiate
(DependencyContext ctx, InterceptionMetadata interceptionMetadata) Create a new service instance.