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 Unqualified
ServiceLocator. getDefaultUnqualified()
This returns the defaultUnqualified
annotation that will be put on all injection points that do not have any qualifiers.Unqualified
Injectee. getUnqualified()
This method returns theUnqualified
annotation if it is present on the injection point.Methods in org.glassfish.hk2.api with parameters of type Unqualified Modifier and Type Method Description void
ServiceLocator. setDefaultUnqualified(Unqualified unqualified)
This sets the defaultUnqualified
annotation 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 Unqualified
DefaultTopicDistributionService.SubscriberInfo. unqualified
Constructors 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 Unqualified
InjecteeImpl. unqualified
Methods in org.glassfish.hk2.utilities that return Unqualified Modifier and Type Method Description Unqualified
InjecteeImpl. getUnqualified()
Methods in org.glassfish.hk2.utilities with parameters of type Unqualified Modifier and Type Method Description void
InjecteeImpl. 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 Unqualified
ServiceLocatorImpl. defaultUnqualified
private Unqualified
CacheKey. unqualified
private Unqualified
IterableProviderImpl. unqualified
private Unqualified
ServiceLocatorImpl.UnqualifiedIndexedFilter. unqualified
private Unqualified
SystemInjecteeImpl. unqualified
private Unqualified
Utilities.AnnotationInformation. unqualified
Methods in org.jvnet.hk2.internal that return Unqualified Modifier and Type Method Description Unqualified
ServiceLocatorImpl. getDefaultUnqualified()
private Unqualified
ServiceLocatorImpl. getEffectiveUnqualified(Unqualified givenUnqualified, boolean isIterable, java.lang.annotation.Annotation[] qualifiers)
Unqualified
SystemInjecteeImpl. 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 Unqualified
ServiceLocatorImpl. getEffectiveUnqualified(Unqualified givenUnqualified, boolean isIterable, java.lang.annotation.Annotation[] qualifiers)
(package private) <T> T
ServiceLocatorImpl. 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> T
ServiceLocatorImpl. internalGetService(java.lang.reflect.Type contractOrImpl, java.lang.String name, Unqualified unqualified, boolean calledFromSecondChanceResolveMethod, java.lang.annotation.Annotation... qualifiers)
private <T> T
ServiceLocatorImpl. internalGetService(java.lang.reflect.Type contractOrImpl, java.lang.String name, Unqualified unqualified, java.lang.annotation.Annotation... qualifiers)
void
ServiceLocatorImpl. 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)
-