Uses of Interface
org.glassfish.hk2.extension.ServiceLocatorGenerator
-
Packages that use ServiceLocatorGenerator Package Description org.glassfish.hk2.api org.glassfish.hk2.internal org.jvnet.hk2.external.generator -
-
Uses of ServiceLocatorGenerator in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type ServiceLocatorGenerator Modifier and Type Method Description abstract ServiceLocatorServiceLocatorFactory. create(java.lang.String name, ServiceLocator parent, ServiceLocatorGenerator generator)Creates or finds a ServiceLocator.abstract ServiceLocatorServiceLocatorFactory. create(java.lang.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 ServiceLocatorGenerator Modifier and Type Field Description private static ServiceLocatorGeneratorServiceLocatorFactoryImpl.DefaultGeneratorInitializer. defaultGeneratorMethods in org.glassfish.hk2.internal that return ServiceLocatorGenerator Modifier and Type Method Description private static ServiceLocatorGeneratorServiceLocatorFactoryImpl. getGenerator()private static ServiceLocatorGeneratorServiceLocatorFactoryImpl. getGeneratorSecure()Methods in org.glassfish.hk2.internal that return types with arguments of type ServiceLocatorGenerator Modifier and Type Method Description private static java.lang.Iterable<? extends ServiceLocatorGenerator>ServiceLocatorFactoryImpl. getOSGiSafeGenerators()Methods in org.glassfish.hk2.internal with parameters of type ServiceLocatorGenerator Modifier and Type Method Description ServiceLocatorServiceLocatorFactoryImpl. create(java.lang.String name, ServiceLocator parent, ServiceLocatorGenerator generator)ServiceLocatorServiceLocatorFactoryImpl. create(java.lang.String name, ServiceLocator parent, ServiceLocatorGenerator generator, ServiceLocatorFactory.CreatePolicy policy)private ServiceLocatorServiceLocatorFactoryImpl. internalCreate(java.lang.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 Modifier and Type Class Description classServiceLocatorGeneratorImpl
-