Uses of Interface
io.helidon.inject.api.ActivationLogEntry
Packages that use ActivationLogEntry
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
-
Uses of ActivationLogEntry in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type ActivationLogEntryModifier and TypeClassDescriptionstatic classActivationLogEntry.BuilderBase<BUILDER extends ActivationLogEntry.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ActivationLogEntry> Fluent API builder base forActivationLogEntry.Classes in io.helidon.inject.api that implement ActivationLogEntryModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.inject.api that return ActivationLogEntryModifier and TypeMethodDescriptionActivationLogEntry.Builder.build()ActivationLogEntry.Builder.buildPrototype()static ActivationLogEntryActivationLogEntry.create()Create a new instance with default values.ActivationLog.record(ActivationLogEntry entry) Expected to be called during service creation and activation to capture the activation log transcripts.Methods in io.helidon.inject.api that return types with arguments of type ActivationLogEntryModifier and TypeMethodDescriptionActivationLogQuery.fullActivationLog()The full transcript of all services phase transitions being managed.Methods in io.helidon.inject.api with parameters of type ActivationLogEntryModifier and TypeMethodDescriptionstatic ActivationLogEntry.BuilderActivationLogEntry.builder(ActivationLogEntry instance) Create a new fluent API builder from an existing instance.ActivationLogEntry.BuilderBase.from(ActivationLogEntry prototype) Update this builder from an existing prototype instance.ActivationLog.record(ActivationLogEntry entry) Expected to be called during service creation and activation to capture the activation log transcripts.