Uses of Class
org.jvnet.hk2.internal.SystemDescriptor
-
Packages that use SystemDescriptor Package Description org.jvnet.hk2.internal -
-
Uses of SystemDescriptor in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal that return types with arguments of type SystemDescriptor Modifier and Type Method Description Collection<SystemDescriptor<?>>
IndexedListData. getSortedList()
Methods in org.jvnet.hk2.internal with parameters of type SystemDescriptor Modifier and Type Method Description void
IndexedListData. addDescriptor(SystemDescriptor<?> descriptor)
T
ClazzCreator. create(ServiceHandle<?> root, SystemDescriptor<?> eventThrower)
T
Creator. create(ServiceHandle<?> root, SystemDescriptor<?> eventThrower)
Creates an instance of the given typeT
FactoryCreator. create(ServiceHandle<?> root, SystemDescriptor<?> eventThrower)
void
IndexedListData. removeDescriptor(SystemDescriptor<?> descriptor)
-