Uses of Class
org.glassfish.hk2.api.Unqualified
-
Packages that use Unqualified Package Description org.glassfish.hk2.api org.glassfish.hk2.extras.events.internal org.glassfish.hk2.utilities org.jvnet.hk2.internal -
-
Uses of Unqualified in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return Unqualified Modifier and Type Method Description UnqualifiedServiceLocator. getDefaultUnqualified()This returns the defaultUnqualifiedannotation that will be put on all injection points that do not have any qualifiers.UnqualifiedInjectee. getUnqualified()This method returns theUnqualifiedannotation if it is present on the injection point.Methods in org.glassfish.hk2.api with parameters of type Unqualified Modifier and Type Method Description voidServiceLocator. 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 Unqualified Modifier and Type Field Description private UnqualifiedDefaultTopicDistributionService.SubscriberInfo. unqualifiedConstructors in org.glassfish.hk2.extras.events.internal with parameters of type Unqualified Constructor Description SubscriberInfo(java.lang.reflect.Method method, java.lang.reflect.Type eventType, java.util.Set<java.lang.annotation.Annotation> eventQualifiers, Unqualified unqualified, InjecteeImpl[] otherInjectees) -
Uses of Unqualified in org.glassfish.hk2.utilities
Fields in org.glassfish.hk2.utilities declared as Unqualified Modifier and Type Field Description private UnqualifiedInjecteeImpl. unqualifiedMethods in org.glassfish.hk2.utilities that return Unqualified Modifier and Type Method Description UnqualifiedInjecteeImpl. getUnqualified()Methods in org.glassfish.hk2.utilities with parameters of type Unqualified Modifier and Type Method Description voidInjecteeImpl. 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 Unqualified Modifier and Type Field Description private UnqualifiedServiceLocatorImpl. defaultUnqualifiedprivate UnqualifiedCacheKey. unqualifiedprivate UnqualifiedIterableProviderImpl. unqualifiedprivate UnqualifiedServiceLocatorImpl.UnqualifiedIndexedFilter. unqualifiedprivate UnqualifiedSystemInjecteeImpl. unqualifiedprivate UnqualifiedUtilities.AnnotationInformation. unqualifiedMethods in org.jvnet.hk2.internal that return Unqualified Modifier and Type Method Description UnqualifiedServiceLocatorImpl. getDefaultUnqualified()private UnqualifiedServiceLocatorImpl. getEffectiveUnqualified(Unqualified givenUnqualified, boolean isIterable, java.lang.annotation.Annotation[] qualifiers)UnqualifiedSystemInjecteeImpl. getUnqualified()Methods in org.jvnet.hk2.internal with parameters of type Unqualified Modifier and Type Method Description (package private) java.util.List<ServiceHandle<?>>ServiceLocatorImpl. getAllUnqualifiedServiceHandles(java.lang.reflect.Type contractOrImpl, Unqualified unqualified, boolean isIterable, java.lang.annotation.Annotation... qualifiers)private UnqualifiedServiceLocatorImpl. getEffectiveUnqualified(Unqualified givenUnqualified, boolean isIterable, java.lang.annotation.Annotation[] qualifiers)(package private) <T> TServiceLocatorImpl. getUnqualifiedService(java.lang.reflect.Type contractOrImpl, Unqualified unqualified, boolean isIterable, java.lang.annotation.Annotation... qualifiers)This method is only called from the get of IterableProvider.(package private) <T> ServiceHandle<T>ServiceLocatorImpl. getUnqualifiedServiceHandle(java.lang.reflect.Type contractOrImpl, Unqualified unqualified, boolean isIterable, java.lang.annotation.Annotation... qualifiers)private java.util.List<?>ServiceLocatorImpl. internalGetAllServiceHandles(java.lang.reflect.Type contractOrImpl, Unqualified unqualified, boolean getHandles, boolean isIterable, java.lang.annotation.Annotation... qualifiers)private <T> ActiveDescriptor<T>ServiceLocatorImpl. internalGetDescriptor(Injectee onBehalfOf, java.lang.reflect.Type contractOrImpl, java.lang.String name, Unqualified unqualified, boolean isIterable, boolean calledFromSecondChanceResolveMethod, java.lang.annotation.Annotation... qualifiers)private <T> ActiveDescriptor<T>ServiceLocatorImpl. internalGetDescriptor(Injectee onBehalfOf, java.lang.reflect.Type contractOrImpl, java.lang.String name, Unqualified unqualified, boolean isIterable, java.lang.annotation.Annotation... qualifiers)private <T> TServiceLocatorImpl. internalGetService(java.lang.reflect.Type contractOrImpl, java.lang.String name, Unqualified unqualified, boolean calledFromSecondChanceResolveMethod, java.lang.annotation.Annotation... qualifiers)private <T> TServiceLocatorImpl. internalGetService(java.lang.reflect.Type contractOrImpl, java.lang.String name, Unqualified unqualified, java.lang.annotation.Annotation... qualifiers)voidServiceLocatorImpl. setDefaultUnqualified(Unqualified unqualified)Constructors in org.jvnet.hk2.internal with parameters of type Unqualified Constructor Description AnnotationInformation(java.util.Set<java.lang.annotation.Annotation> qualifiers, boolean optional, boolean self, Unqualified unqualified)CacheKey(java.lang.reflect.Type lookupType, java.lang.String name, Unqualified unqualified, java.lang.annotation.Annotation... qualifiers)Key used for LRU cacheIterableProviderImpl(ServiceLocatorImpl locator, java.lang.reflect.Type requiredType, java.util.Set<java.lang.annotation.Annotation> requiredQualifiers, Unqualified unqualified, Injectee originalInjectee, boolean isIterable)SystemInjecteeImpl(java.lang.reflect.Type requiredType, java.util.Set<java.lang.annotation.Annotation> qualifiers, int position, java.lang.reflect.AnnotatedElement parent, boolean isOptional, boolean isSelf, Unqualified unqualified, ActiveDescriptor<?> injecteeDescriptor)UnqualifiedIndexedFilter(java.lang.String contract, java.lang.String name, Unqualified unqualified)
-