Uses of Interface
org.glassfish.hk2.extension.ServiceLocatorGenerator
Packages that use ServiceLocatorGenerator
Package
Description
-
Uses of ServiceLocatorGenerator in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type ServiceLocatorGeneratorModifier and TypeMethodDescriptionabstract ServiceLocator
ServiceLocatorFactory.create
(String name, ServiceLocator parent, ServiceLocatorGenerator generator) Creates or finds a ServiceLocator.abstract ServiceLocator
ServiceLocatorFactory.create
(String name, ServiceLocator parent, ServiceLocatorGenerator generator, ServiceLocatorFactory.CreatePolicy policy) Creates a ServiceLocator. -
Uses of ServiceLocatorGenerator in org.glassfish.hk2.internal
Fields in org.glassfish.hk2.internal declared as ServiceLocatorGeneratorModifier and TypeFieldDescriptionprivate static final ServiceLocatorGenerator
ServiceLocatorFactoryImpl.DefaultGeneratorInitializer.defaultGenerator
Methods in org.glassfish.hk2.internal that return ServiceLocatorGeneratorModifier and TypeMethodDescriptionprivate static ServiceLocatorGenerator
ServiceLocatorFactoryImpl.getGenerator()
private static ServiceLocatorGenerator
ServiceLocatorFactoryImpl.getGeneratorSecure()
Methods in org.glassfish.hk2.internal that return types with arguments of type ServiceLocatorGeneratorModifier and TypeMethodDescriptionprivate static Iterable
<? extends ServiceLocatorGenerator> ServiceLocatorFactoryImpl.getOSGiSafeGenerators()
Methods in org.glassfish.hk2.internal with parameters of type ServiceLocatorGeneratorModifier and TypeMethodDescriptionServiceLocatorFactoryImpl.create
(String name, ServiceLocator parent, ServiceLocatorGenerator generator) ServiceLocatorFactoryImpl.create
(String name, ServiceLocator parent, ServiceLocatorGenerator generator, ServiceLocatorFactory.CreatePolicy policy) private ServiceLocator
ServiceLocatorFactoryImpl.internalCreate
(String name, ServiceLocator parent, ServiceLocatorGenerator generator) -
Uses of ServiceLocatorGenerator in org.jvnet.hk2.external.generator
Classes in org.jvnet.hk2.external.generator that implement ServiceLocatorGenerator