Package org.glassfish.hk2.api
Interface InstantiationData
public interface InstantiationData
Contains information about the caller of a
Factory.provide()
method-
Method Summary
Modifier and TypeMethodDescriptionReturns theInjectee
of the service that is being instantiated with thisFactory.provide()
method
-
Method Details
-
getParentInjectee
Injectee getParentInjectee()Returns theInjectee
of the service that is being instantiated with thisFactory.provide()
method- Returns:
- the
Injectee
of the service that is being instantiated with thisFactory.provide()
method, or null if theInjectee
is unknown or this is from a lookup operation
-