Uses of Interface
org.glassfish.hk2.api.FactoryDescriptors
-
Packages that use FactoryDescriptors Package Description org.glassfish.hk2.api org.glassfish.hk2.internal org.glassfish.hk2.utilities org.glassfish.hk2.utilities.binding org.jvnet.hk2.internal -
-
Uses of FactoryDescriptors in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return FactoryDescriptors Modifier and Type Method Description <T> FactoryDescriptors
DynamicConfiguration. addActiveFactoryDescriptor(Class<? extends Factory<T>> rawFactoryClass)
This adds two active descriptors to the system based completely on the analysis of the givenFactory
class.FactoryDescriptors
DynamicConfiguration. bind(FactoryDescriptors factoryDescriptors)
This method will bind the descriptors found in theFactoryDescriptors
.FactoryDescriptors
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 FactoryDescriptors Modifier and Type Method Description FactoryDescriptors
DynamicConfiguration. bind(FactoryDescriptors factoryDescriptors)
This method will bind the descriptors found in theFactoryDescriptors
.FactoryDescriptors
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 FactoryDescriptors Modifier and Type Method Description FactoryDescriptors
DescriptorBuilderImpl. buildFactory()
FactoryDescriptors
DescriptorBuilderImpl. buildFactory(Class<? extends Annotation> factoryScope)
FactoryDescriptors
DescriptorBuilderImpl. buildFactory(String factoryScope)
-
Uses of FactoryDescriptors in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement FactoryDescriptors Modifier and Type Class Description class
FactoryDescriptorsImpl
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 FactoryDescriptors Modifier and Type Method Description FactoryDescriptors
DescriptorBuilder. buildFactory()
Generates a factory descriptor that can be used in binding operations.FactoryDescriptors
DescriptorBuilder. buildFactory(Class<? extends Annotation> factoryScope)
Generates a factory descriptor that can be used in binding operations.FactoryDescriptors
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 FactoryDescriptors Modifier and Type Method Description static 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 FactoryDescriptors Modifier and Type Method Description 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 locator -
Uses of FactoryDescriptors in org.glassfish.hk2.utilities.binding
Methods in org.glassfish.hk2.utilities.binding that return FactoryDescriptors Modifier and Type Method Description <T> FactoryDescriptors
AbstractBinder. addActiveFactoryDescriptor(Class<? extends Factory<T>> rawFactoryClass)
This adds two active descriptors to the system based completely on the analysis of the givenFactory
class.FactoryDescriptors
AbstractBinder. bind(FactoryDescriptors factoryDescriptors)
This method will bind the descriptors found in theFactoryDescriptors
.FactoryDescriptors
AbstractBinder. bind(FactoryDescriptors factoryDescriptors, boolean requiresDeepCopy)
Methods in org.glassfish.hk2.utilities.binding with parameters of type FactoryDescriptors Modifier and Type Method Description FactoryDescriptors
AbstractBinder. bind(FactoryDescriptors factoryDescriptors)
This method will bind the descriptors found in theFactoryDescriptors
.FactoryDescriptors
AbstractBinder. bind(FactoryDescriptors factoryDescriptors, boolean requiresDeepCopy)
-
Uses of FactoryDescriptors in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal that return FactoryDescriptors Modifier and Type Method Description <T> FactoryDescriptors
DynamicConfigurationImpl. addActiveFactoryDescriptor(Class<? extends Factory<T>> rawFactoryClass)
FactoryDescriptors
DynamicConfigurationImpl. bind(FactoryDescriptors factoryDescriptors)
FactoryDescriptors
DynamicConfigurationImpl. bind(FactoryDescriptors factoryDescriptors, boolean requiresDeepCopy)
Methods in org.jvnet.hk2.internal with parameters of type FactoryDescriptors Modifier and Type Method Description FactoryDescriptors
DynamicConfigurationImpl. bind(FactoryDescriptors factoryDescriptors)
FactoryDescriptors
DynamicConfigurationImpl. bind(FactoryDescriptors factoryDescriptors, boolean requiresDeepCopy)
-