Uses of Class
org.glassfish.hk2.api.ServiceLocatorFactory
-
Packages that use ServiceLocatorFactory Package Description org.glassfish.hk2.api org.glassfish.hk2.internal org.jvnet.hk2.testing.junit -
-
Uses of ServiceLocatorFactory in org.glassfish.hk2.api
Fields in org.glassfish.hk2.api declared as ServiceLocatorFactory Modifier and Type Field Description private static ServiceLocatorFactoryServiceLocatorFactory. INSTANCEMethods in org.glassfish.hk2.api that return ServiceLocatorFactory Modifier and Type Method Description static ServiceLocatorFactoryServiceLocatorFactory. getInstance()This will return a factory where the ServiceLocatorGenerator is discovered from the META-INF/services of the process -
Uses of ServiceLocatorFactory in org.glassfish.hk2.internal
Subclasses of ServiceLocatorFactory in org.glassfish.hk2.internal Modifier and Type Class Description classServiceLocatorFactoryImplThe implementation of theServiceLocatorFactorythat looks in the OSGi service registry or the META-INF/services for the implementation to use. -
Uses of ServiceLocatorFactory in org.jvnet.hk2.testing.junit
Fields in org.jvnet.hk2.testing.junit declared as ServiceLocatorFactory Modifier and Type Field Description private static ServiceLocatorFactoryHK2TestUtilities. factory
-