Package org.glassfish.jersey.inject.hk2
Class ContextInjectionResolverImpl.CacheKey
- java.lang.Object
-
- org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.CacheKey
-
- Enclosing class:
- ContextInjectionResolverImpl
private static class ContextInjectionResolverImpl.CacheKey extends java.lang.Object
Key dedicated for internal cache mechanism because two differentInjectee
Hk2 implementations comes from Jersey side and HK2 side injection resolver.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CacheKey(org.glassfish.hk2.api.Injectee injectee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
private org.glassfish.hk2.api.Injectee
getInjectee()
int
hashCode()
-