Uses of Class
org.glassfish.jersey.internal.OsgiRegistry
-
Packages that use OsgiRegistry Package Description org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.internal.util Common Jersey internal miscellaneous utility classes. -
-
Uses of OsgiRegistry in org.glassfish.jersey.internal
Fields in org.glassfish.jersey.internal declared as OsgiRegistry Modifier and Type Field Description private static OsgiRegistry
OsgiRegistry. instance
Methods in org.glassfish.jersey.internal that return OsgiRegistry Modifier and Type Method Description static OsgiRegistry
OsgiRegistry. getInstance()
Returns anOsgiRegistry
instance. -
Uses of OsgiRegistry in org.glassfish.jersey.internal.util
Methods in org.glassfish.jersey.internal.util that return OsgiRegistry Modifier and Type Method Description static OsgiRegistry
ReflectionHelper. getOsgiRegistryInstance()
Returns anOsgiRegistry
instance.
-