Uses of Interface
org.glassfish.hk2.api.FactoryDescriptors
Packages that use FactoryDescriptors
Package
Description
-
Uses of FactoryDescriptors in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return FactoryDescriptorsModifier and TypeMethodDescriptionDynamicConfiguration.addActiveFactoryDescriptor
(Class<? extends Factory<T>> rawFactoryClass) This adds two active descriptors to the system based completely on the analysis of the givenFactory
class.DynamicConfiguration.bind
(FactoryDescriptors factoryDescriptors) This method will bind the descriptors found in theFactoryDescriptors
.DynamicConfiguration.bind
(FactoryDescriptors factoryDescriptors, boolean requiresDeepCopy) This method will bind the descriptors found in theFactoryDescriptors
.Methods in org.glassfish.hk2.api with parameters of type FactoryDescriptorsModifier and TypeMethodDescriptionDynamicConfiguration.bind
(FactoryDescriptors factoryDescriptors) This method will bind the descriptors found in theFactoryDescriptors
.DynamicConfiguration.bind
(FactoryDescriptors factoryDescriptors, boolean requiresDeepCopy) This method will bind the descriptors found in theFactoryDescriptors
. -
Uses of FactoryDescriptors in org.glassfish.hk2.internal
Methods in org.glassfish.hk2.internal that return FactoryDescriptorsModifier and TypeMethodDescriptionDescriptorBuilderImpl.buildFactory()
DescriptorBuilderImpl.buildFactory
(Class<? extends Annotation> factoryScope) DescriptorBuilderImpl.buildFactory
(String factoryScope) -
Uses of FactoryDescriptors in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement FactoryDescriptorsModifier and TypeClassDescriptionclass
This is an implementation of FactoryDescriptors that can be used by hk2 uses when creating descriptors that describe aFactory
Methods in org.glassfish.hk2.utilities that return FactoryDescriptorsModifier and TypeMethodDescriptionDescriptorBuilder.buildFactory()
Generates a factory descriptor that can be used in binding operations.DescriptorBuilder.buildFactory
(Class<? extends Annotation> factoryScope) Generates a factory descriptor that can be used in binding operations.DescriptorBuilder.buildFactory
(String factoryScope) Generates a factory descriptor that can be used in binding operations.Methods in org.glassfish.hk2.utilities that return types with arguments of type FactoryDescriptorsModifier and TypeMethodDescriptionstatic List
<FactoryDescriptors> ServiceLocatorUtilities.addFactoryConstants
(ServiceLocator locator, Factory<?>... constants) This method adds factory constants to the given locator.static List
<FactoryDescriptors> ServiceLocatorUtilities.addFactoryDescriptors
(ServiceLocator locator, boolean requiresDeepCopy, FactoryDescriptors... factories) Adds the given factory descriptors to the service locatorstatic List
<FactoryDescriptors> ServiceLocatorUtilities.addFactoryDescriptors
(ServiceLocator locator, FactoryDescriptors... factories) Adds the given factory descriptors to the service locatorMethods in org.glassfish.hk2.utilities with parameters of type FactoryDescriptorsModifier and TypeMethodDescriptionstatic List
<FactoryDescriptors> ServiceLocatorUtilities.addFactoryDescriptors
(ServiceLocator locator, boolean requiresDeepCopy, FactoryDescriptors... factories) Adds the given factory descriptors to the service locatorstatic List
<FactoryDescriptors> ServiceLocatorUtilities.addFactoryDescriptors
(ServiceLocator locator, FactoryDescriptors... factories) Adds the given factory descriptors to the service locator -
Uses of FactoryDescriptors in org.glassfish.hk2.utilities.binding
Methods in org.glassfish.hk2.utilities.binding that return FactoryDescriptorsModifier and TypeMethodDescriptionAbstractBinder.addActiveFactoryDescriptor
(Class<? extends Factory<T>> rawFactoryClass) This adds two active descriptors to the system based completely on the analysis of the givenFactory
class.AbstractBinder.bind
(FactoryDescriptors factoryDescriptors) This method will bind the descriptors found in theFactoryDescriptors
.AbstractBinder.bind
(FactoryDescriptors factoryDescriptors, boolean requiresDeepCopy) Methods in org.glassfish.hk2.utilities.binding with parameters of type FactoryDescriptorsModifier and TypeMethodDescriptionAbstractBinder.bind
(FactoryDescriptors factoryDescriptors) This method will bind the descriptors found in theFactoryDescriptors
.AbstractBinder.bind
(FactoryDescriptors factoryDescriptors, boolean requiresDeepCopy) -
Uses of FactoryDescriptors in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal that return FactoryDescriptorsModifier and TypeMethodDescriptionDynamicConfigurationImpl.addActiveFactoryDescriptor
(Class<? extends Factory<T>> rawFactoryClass) DynamicConfigurationImpl.bind
(FactoryDescriptors factoryDescriptors) DynamicConfigurationImpl.bind
(FactoryDescriptors factoryDescriptors, boolean requiresDeepCopy) Methods in org.jvnet.hk2.internal with parameters of type FactoryDescriptorsModifier and TypeMethodDescriptionDynamicConfigurationImpl.bind
(FactoryDescriptors factoryDescriptors) DynamicConfigurationImpl.bind
(FactoryDescriptors factoryDescriptors, boolean requiresDeepCopy)