Uses of Annotation Type
org.glassfish.hk2.api.Unqualified
Packages that use Unqualified
Package
Description
-
Uses of Unqualified in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return UnqualifiedModifier and TypeMethodDescriptionServiceLocator.getDefaultUnqualified()This returns the defaultUnqualifiedannotation that will be put on all injection points that do not have any qualifiers.Injectee.getUnqualified()This method returns theUnqualifiedannotation if it is present on the injection point.Methods in org.glassfish.hk2.api with parameters of type UnqualifiedModifier and TypeMethodDescriptionvoidServiceLocator.setDefaultUnqualified(Unqualified unqualified) This sets the defaultUnqualifiedannotation that will be put on all injection points that do not have any qualifiers. -
Uses of Unqualified in org.glassfish.hk2.extras.events.internal
Fields in org.glassfish.hk2.extras.events.internal declared as UnqualifiedModifier and TypeFieldDescriptionprivate final UnqualifiedDefaultTopicDistributionService.SubscriberInfo.unqualifiedConstructors in org.glassfish.hk2.extras.events.internal with parameters of type UnqualifiedModifierConstructorDescriptionprivateSubscriberInfo(Method method, Type eventType, Set<Annotation> eventQualifiers, Unqualified unqualified, InjecteeImpl[] otherInjectees) -
Uses of Unqualified in org.glassfish.hk2.utilities
Subclasses with type arguments of type Unqualified in org.glassfish.hk2.utilitiesFields in org.glassfish.hk2.utilities declared as UnqualifiedMethods in org.glassfish.hk2.utilities that return UnqualifiedMethods in org.glassfish.hk2.utilities with parameters of type UnqualifiedModifier and TypeMethodDescriptionvoidInjecteeImpl.setUnqualified(Unqualified unqualified) Sets the unqualified annotation to be associated with this injectee -
Uses of Unqualified in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as UnqualifiedModifier and TypeFieldDescriptionprivate UnqualifiedServiceLocatorImpl.defaultUnqualifiedprivate final UnqualifiedCacheKey.unqualifiedprivate final UnqualifiedIterableProviderImpl.unqualifiedprivate final UnqualifiedServiceLocatorImpl.UnqualifiedIndexedFilter.unqualifiedprivate final UnqualifiedSystemInjecteeImpl.unqualifiedprivate final UnqualifiedUtilities.AnnotationInformation.unqualifiedMethods in org.jvnet.hk2.internal that return UnqualifiedModifier and TypeMethodDescriptionServiceLocatorImpl.getDefaultUnqualified()private UnqualifiedServiceLocatorImpl.getEffectiveUnqualified(Unqualified givenUnqualified, boolean isIterable, Annotation[] qualifiers) SystemInjecteeImpl.getUnqualified()Methods in org.jvnet.hk2.internal with parameters of type UnqualifiedModifier and TypeMethodDescription(package private) List<ServiceHandle<?>> ServiceLocatorImpl.getAllUnqualifiedServiceHandles(Type contractOrImpl, Unqualified unqualified, boolean isIterable, Annotation... qualifiers) private UnqualifiedServiceLocatorImpl.getEffectiveUnqualified(Unqualified givenUnqualified, boolean isIterable, Annotation[] qualifiers) (package private) <T> TServiceLocatorImpl.getUnqualifiedService(Type contractOrImpl, Unqualified unqualified, boolean isIterable, Annotation... qualifiers) This method is only called from the get of IterableProvider.(package private) <T> ServiceHandle<T> ServiceLocatorImpl.getUnqualifiedServiceHandle(Type contractOrImpl, Unqualified unqualified, boolean isIterable, Annotation... qualifiers) private List<?> ServiceLocatorImpl.internalGetAllServiceHandles(Type contractOrImpl, Unqualified unqualified, boolean getHandles, boolean isIterable, Annotation... qualifiers) private <T> ActiveDescriptor<T> ServiceLocatorImpl.internalGetDescriptor(Injectee onBehalfOf, Type contractOrImpl, String name, Unqualified unqualified, boolean isIterable, boolean calledFromSecondChanceResolveMethod, Annotation... qualifiers) private <T> ActiveDescriptor<T> ServiceLocatorImpl.internalGetDescriptor(Injectee onBehalfOf, Type contractOrImpl, String name, Unqualified unqualified, boolean isIterable, Annotation... qualifiers) private <T> TServiceLocatorImpl.internalGetService(Type contractOrImpl, String name, Unqualified unqualified, boolean calledFromSecondChanceResolveMethod, Annotation... qualifiers) private <T> TServiceLocatorImpl.internalGetService(Type contractOrImpl, String name, Unqualified unqualified, Annotation... qualifiers) voidServiceLocatorImpl.setDefaultUnqualified(Unqualified unqualified) Constructors in org.jvnet.hk2.internal with parameters of type UnqualifiedModifierConstructorDescriptionprivateAnnotationInformation(Set<Annotation> qualifiers, boolean optional, boolean self, Unqualified unqualified) CacheKey(Type lookupType, String name, Unqualified unqualified, Annotation... qualifiers) Key used for LRU cache(package private)IterableProviderImpl(ServiceLocatorImpl locator, Type requiredType, Set<Annotation> requiredQualifiers, Unqualified unqualified, Injectee originalInjectee, boolean isIterable) (package private)SystemInjecteeImpl(Type requiredType, Set<Annotation> qualifiers, int position, AnnotatedElement parent, boolean isOptional, boolean isSelf, Unqualified unqualified, ActiveDescriptor<?> injecteeDescriptor) privateUnqualifiedIndexedFilter(String contract, String name, Unqualified unqualified)