java.lang.Object
org.jvnet.hk2.internal.ClazzCreator<T>
- Type Parameters:
T- The type of object this creator creates
- All Implemented Interfaces:
Creator<T>
- Author:
- jwells
-
Method Summary
Modifier and TypeMethodDescriptioncreate(org.glassfish.hk2.api.ServiceHandle<?> root, SystemDescriptor<?> eventThrower) Creates an instance of the given typevoidDisposes the given instanceList<org.glassfish.hk2.api.Injectee>Returns all the injectees needed prior to creating this objecttoString()
-
Method Details
-
create
Description copied from interface:CreatorCreates an instance of the given type -
dispose
Description copied from interface:CreatorDisposes the given instance -
getInjectees
Description copied from interface:CreatorReturns all the injectees needed prior to creating this object- Specified by:
getInjecteesin interfaceCreator<T>- Returns:
- a List of all the injectees
-
toString
-