Module io.helidon.inject.api
Package io.helidon.inject.api
Class ActivationLogEntry.BuilderBase.ActivationLogEntryImpl
java.lang.Object
io.helidon.inject.api.ActivationLogEntry.BuilderBase.ActivationLogEntryImpl
- All Implemented Interfaces:
Prototype.Api,ActivationLogEntry
- Enclosing class:
ActivationLogEntry.BuilderBase<BUILDER extends ActivationLogEntry.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ActivationLogEntry>
protected static class ActivationLogEntry.BuilderBase.ActivationLogEntryImpl
extends Object
implements ActivationLogEntry
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.inject.api.ActivationLogEntry
ActivationLogEntry.Builder, ActivationLogEntry.BuilderBase<BUILDER extends ActivationLogEntry.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ActivationLogEntry> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedActivationLogEntryImpl(ActivationLogEntry.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
ActivationLogEntryImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details