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 ServiceLocator
ServiceLocatorFactory. create(java.lang.String name, ServiceLocator parent, ServiceLocatorGenerator generator)
Creates or finds a ServiceLocator.abstract ServiceLocator
ServiceLocatorFactory. 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 ServiceLocatorGenerator
ServiceLocatorFactoryImpl.DefaultGeneratorInitializer. defaultGenerator
Methods in org.glassfish.hk2.internal that return ServiceLocatorGenerator Modifier and Type Method Description private static ServiceLocatorGenerator
ServiceLocatorFactoryImpl. getGenerator()
private static ServiceLocatorGenerator
ServiceLocatorFactoryImpl. 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 ServiceLocator
ServiceLocatorFactoryImpl. create(java.lang.String name, ServiceLocator parent, ServiceLocatorGenerator generator)
ServiceLocator
ServiceLocatorFactoryImpl. create(java.lang.String name, ServiceLocator parent, ServiceLocatorGenerator generator, ServiceLocatorFactory.CreatePolicy policy)
private ServiceLocator
ServiceLocatorFactoryImpl. 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 class
ServiceLocatorGeneratorImpl
-