Uses of Interface
org.glassfish.hk2.api.InstantiationData
-
Packages that use InstantiationData Package Description org.glassfish.hk2.api org.jvnet.hk2.internal -
-
Uses of InstantiationData in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return InstantiationData Modifier and Type Method Description InstantiationData
InstantiationService. getInstantiationData()
This method may be called from inside the implementation ofFactory.provide()
method to get more information about the reason for instantiation. -
Uses of InstantiationData in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal that return InstantiationData Modifier and Type Method Description InstantiationData
InstantiationServiceImpl. getInstantiationData()
-