Package org.glassfish.hk2.api
Interface InstantiationData
-
public interface InstantiationDataContains information about the caller of aFactory.provide()method
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InjecteegetParentInjectee()Returns theInjecteeof the service that is being instantiated with thisFactory.provide()method
-
-
-
Method Detail
-
getParentInjectee
Injectee getParentInjectee()
Returns theInjecteeof the service that is being instantiated with thisFactory.provide()method- Returns:
- the
Injecteeof the service that is being instantiated with thisFactory.provide()method, or null if theInjecteeis unknown or this is from a lookup operation
-
-