Uses of Class
org.jvnet.hk2.internal.SystemDescriptor
Packages that use SystemDescriptor
-
Uses of SystemDescriptor in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as SystemDescriptorFields in org.jvnet.hk2.internal with type parameters of type SystemDescriptorModifier and TypeFieldDescriptionprivate final LinkedList
<SystemDescriptor<?>> DynamicConfigurationImpl.allDescriptors
private final List
<SystemDescriptor<?>> ServiceLocatorImpl.CheckConfigurationData.unbinds
private final ArrayList
<SystemDescriptor<?>> IndexedListData.unsortedList
Methods in org.jvnet.hk2.internal that return types with arguments of type SystemDescriptorModifier and TypeMethodDescriptionprivate List
<SystemDescriptor<?>> ServiceLocatorImpl.addConfigurationInternal
(DynamicConfigurationImpl dci) (package private) LinkedList
<SystemDescriptor<?>> DynamicConfigurationImpl.getAllDescriptors()
private List
<SystemDescriptor<?>> ServiceLocatorImpl.getDescriptors
(Filter filter, Injectee onBehalfOf, boolean getParents, boolean doValidation, boolean getLocals) IndexedListData.getSortedList()
private List
<SystemDescriptor<?>> ServiceLocatorImpl.CheckConfigurationData.getUnbinds()
Methods in org.jvnet.hk2.internal with parameters of type SystemDescriptorModifier and TypeMethodDescriptionvoid
IndexedListData.addDescriptor
(SystemDescriptor<?> descriptor) int
SingletonContext.GenerationComparator.compare
(SystemDescriptor<Object> o1, SystemDescriptor<Object> o2) ClazzCreator.create
(ServiceHandle<?> root, SystemDescriptor<?> eventThrower) Creator.create
(ServiceHandle<?> root, SystemDescriptor<?> eventThrower) Creates an instance of the given typeFactoryCreator.create
(ServiceHandle<?> root, SystemDescriptor<?> eventThrower) void
IndexedListData.removeDescriptor
(SystemDescriptor<?> descriptor) (package private) void
AutoActiveDescriptor.setHK2Parent
(SystemDescriptor<?> hk2Parent) (package private) int
ServiceLocatorImpl.unsortIndexes
(int newRank, SystemDescriptor<?> desc, Set<IndexedListData> myLists) private boolean
ServiceLocatorImpl.validate
(SystemDescriptor<?> descriptor, Injectee onBehalfOf, Filter filter) Must be called under lockMethod parameters in org.jvnet.hk2.internal with type arguments of type SystemDescriptorModifier and TypeMethodDescriptionprivate ImmediateResults
ServiceLocatorImpl.narrow
(ServiceLocator locator, List<SystemDescriptor<?>> candidates, Type requiredType, String name, Injectee injectee, boolean onlyOne, boolean doValidation, NarrowResults cachedResults, Filter filter, Annotation... qualifiers) private void
ServiceLocatorImpl.removeConfigurationInternal
(List<SystemDescriptor<?>> unbinds) private void
ServiceLocatorImpl.reup
(List<SystemDescriptor<?>> thingsAdded, boolean instanceListenersModified, boolean injectionResolversModified, boolean errorHandlersModified, boolean classAnalyzersModified, boolean dynamicConfigurationListenersModified, HashSet<String> affectedContracts, boolean interceptionServicesModified) private void
ServiceLocatorImpl.reupInstanceListenersHandlers
(Collection<SystemDescriptor<?>> checkList) Constructor parameters in org.jvnet.hk2.internal with type arguments of type SystemDescriptorModifierConstructorDescriptionprivate
CheckConfigurationData
(List<SystemDescriptor<?>> unbinds, boolean instanceLifecycleModificationMade, boolean injectionResolverModificationMade, boolean errorHandlerModificationMade, boolean classAnalyzerModificationMade, boolean dynamicConfigurationListenerModificationMade, HashSet<String> affectedContracts, boolean interceptionServiceModificationMade, TwoPhaseTransactionData transactionData)