Module io.helidon.inject.api
Package io.helidon.inject.api
Class ContextualServiceQuery.BuilderBase.ContextualServiceQueryImpl
java.lang.Object
io.helidon.inject.api.ContextualServiceQuery.BuilderBase.ContextualServiceQueryImpl
- All Implemented Interfaces:
Prototype.Api,ContextualServiceQuery
- Enclosing class:
ContextualServiceQuery.BuilderBase<BUILDER extends ContextualServiceQuery.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ContextualServiceQuery>
protected static class ContextualServiceQuery.BuilderBase.ContextualServiceQueryImpl
extends Object
implements ContextualServiceQuery
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.ContextualServiceQuery
ContextualServiceQuery.Builder, ContextualServiceQuery.BuilderBase<BUILDER extends ContextualServiceQuery.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ContextualServiceQuery> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContextualServiceQueryImpl(ContextualServiceQuery.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
ContextualServiceQueryImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details