Package org.glassfish.hk2.api
Interface InstantiationData
-
public interface InstantiationData
Contains information about the caller of aFactory.provide()
method- Author:
- jwells
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Injectee
getParentInjectee()
Returns theInjectee
of the service that is being instantiated with thisFactory.provide()
method
-
-
-
Method Detail
-
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
-
-