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 defaultUnqualified
annotation that will be put on all injection points that do not have any qualifiers.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 UnqualifiedModifier and TypeMethodDescriptionvoid
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 UnqualifiedModifier and TypeFieldDescriptionprivate final Unqualified
DefaultTopicDistributionService.SubscriberInfo.unqualified
Constructors in org.glassfish.hk2.extras.events.internal with parameters of type UnqualifiedModifierConstructorDescriptionprivate
SubscriberInfo
(Method method, Type eventType, Set<Annotation> eventQualifiers, Unqualified unqualified, InjecteeImpl[] otherInjectees) -
Uses of Unqualified in org.glassfish.hk2.utilities
Fields 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 TypeMethodDescriptionvoid
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 UnqualifiedModifier and TypeFieldDescriptionprivate Unqualified
ServiceLocatorImpl.defaultUnqualified
private final Unqualified
CacheKey.unqualified
private final Unqualified
IterableProviderImpl.unqualified
private final Unqualified
ServiceLocatorImpl.UnqualifiedIndexedFilter.unqualified
private final Unqualified
SystemInjecteeImpl.unqualified
private final Unqualified
Utilities.AnnotationInformation.unqualified
Methods in org.jvnet.hk2.internal that return UnqualifiedModifier and TypeMethodDescriptionServiceLocatorImpl.getDefaultUnqualified()
private Unqualified
ServiceLocatorImpl.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 Unqualified
ServiceLocatorImpl.getEffectiveUnqualified
(Unqualified givenUnqualified, boolean isIterable, Annotation[] qualifiers) (package private) <T> T
ServiceLocatorImpl.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> T
ServiceLocatorImpl.internalGetService
(Type contractOrImpl, String name, Unqualified unqualified, boolean calledFromSecondChanceResolveMethod, Annotation... qualifiers) private <T> T
ServiceLocatorImpl.internalGetService
(Type contractOrImpl, String name, Unqualified unqualified, Annotation... qualifiers) void
ServiceLocatorImpl.setDefaultUnqualified
(Unqualified unqualified) Constructors in org.jvnet.hk2.internal with parameters of type UnqualifiedModifierConstructorDescriptionprivate
AnnotationInformation
(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) private
UnqualifiedIndexedFilter
(String contract, String name, Unqualified unqualified)