Uses of Class
org.glassfish.hk2.api.ServiceLocatorFactory.CreatePolicy
-
Packages that use ServiceLocatorFactory.CreatePolicy Package Description org.glassfish.hk2.api org.glassfish.hk2.internal -
-
Uses of ServiceLocatorFactory.CreatePolicy in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return ServiceLocatorFactory.CreatePolicy Modifier and Type Method Description static ServiceLocatorFactory.CreatePolicy
ServiceLocatorFactory.CreatePolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceLocatorFactory.CreatePolicy[]
ServiceLocatorFactory.CreatePolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.hk2.api with parameters of type ServiceLocatorFactory.CreatePolicy Modifier and Type Method Description abstract ServiceLocator
ServiceLocatorFactory. create(String name, ServiceLocator parent, ServiceLocatorGenerator generator, ServiceLocatorFactory.CreatePolicy policy)
Creates a ServiceLocator. -
Uses of ServiceLocatorFactory.CreatePolicy in org.glassfish.hk2.internal
Methods in org.glassfish.hk2.internal with parameters of type ServiceLocatorFactory.CreatePolicy Modifier and Type Method Description ServiceLocator
ServiceLocatorFactoryImpl. create(String name, ServiceLocator parent, ServiceLocatorGenerator generator, ServiceLocatorFactory.CreatePolicy policy)
-