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 ServiceLocatorServiceLocatorFactory.create(String name, ServiceLocator parent, ServiceLocatorGenerator generator) Creates or finds a ServiceLocator.abstract ServiceLocatorServiceLocatorFactory.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 ServiceLocatorGeneratorServiceLocatorFactoryImpl.DefaultGeneratorInitializer.defaultGeneratorMethods in org.glassfish.hk2.internal that return ServiceLocatorGeneratorModifier and TypeMethodDescriptionprivate static ServiceLocatorGeneratorServiceLocatorFactoryImpl.getGenerator()private static ServiceLocatorGeneratorServiceLocatorFactoryImpl.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 ServiceLocatorServiceLocatorFactoryImpl.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