Uses of Interface
org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionManagerInjectedTarget
-
Packages that use InjectionManagerInjectedTarget Package Description org.glassfish.jersey.ext.cdi1x.internal Jersey internal package supporting Jersey CDI integration.org.glassfish.jersey.ext.cdi1x.internal.spi Jersey internal SPI to support custom defined HK2 injection binding for Jersey/CDI applications. -
-
Uses of InjectionManagerInjectedTarget in org.glassfish.jersey.ext.cdi1x.internal
Methods in org.glassfish.jersey.ext.cdi1x.internal with parameters of type InjectionManagerInjectedTarget Modifier and Type Method Description voidGenericInjectionManagerStore. notify(InjectionManagerInjectedTarget target) -
Uses of InjectionManagerInjectedTarget in org.glassfish.jersey.ext.cdi1x.internal.spi
Methods in org.glassfish.jersey.ext.cdi1x.internal.spi with parameters of type InjectionManagerInjectedTarget Modifier and Type Method Description voidInjectionTargetListener. notify(InjectionManagerInjectedTarget target)Notify the HK2 locator manager about new injection target being processed.
-