Module io.helidon.service.registry
Package io.helidon.service.registry
Interface GeneratedService.PerInstanceDescriptor
- Enclosing class:
GeneratedService
public static interface GeneratedService.PerInstanceDescriptor
Each descriptor for s service that is annotated with
Service.PerInstance
implements this interface to provide information about the type that drives it.-
Method Summary
-
Method Details
-
createFor
TypeName createFor()Service instances may be created for instances of another service. If a type is created for another type, it inherits ALL qualifiers of the type that it is based on.- Returns:
- create for service type
-