Uses of Enum
org.glassfish.hk2.api.ServiceLocatorFactory.CreatePolicy
Packages that use ServiceLocatorFactory.CreatePolicy
-
Uses of ServiceLocatorFactory.CreatePolicy in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return ServiceLocatorFactory.CreatePolicyModifier and TypeMethodDescriptionReturns 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.CreatePolicyModifier and TypeMethodDescriptionabstract 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.CreatePolicyModifier and TypeMethodDescriptionServiceLocatorFactoryImpl.create
(String name, ServiceLocator parent, ServiceLocatorGenerator generator, ServiceLocatorFactory.CreatePolicy policy)