Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.AbstractCdiBeanSupplier
-
Packages that use AbstractCdiBeanSupplier Package Description org.glassfish.jersey.ext.cdi1x.internal Jersey internal package supporting Jersey CDI integration. -
-
Uses of AbstractCdiBeanSupplier in org.glassfish.jersey.ext.cdi1x.internal
Subclasses of AbstractCdiBeanSupplier in org.glassfish.jersey.ext.cdi1x.internal Modifier and Type Class Description classGenericCdiBeanSupplierSupplier to provide CDI managed components where there is no clear mapping between the CDI and scopes.classRequestScopedCdiBeanSupplierSupplier to provide CDI managed components that should be mapped into Jersey request scope.
-