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> FactoryDescriptorsDynamicConfiguration. addActiveFactoryDescriptor(java.lang.Class<? extends Factory<T>> rawFactoryClass)This adds two active descriptors to the system based completely on the analysis of the givenFactoryclass.FactoryDescriptorsDynamicConfiguration. bind(FactoryDescriptors factoryDescriptors)This method will bind the descriptors found in theFactoryDescriptors.FactoryDescriptorsDynamicConfiguration. 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 FactoryDescriptorsDynamicConfiguration. bind(FactoryDescriptors factoryDescriptors)This method will bind the descriptors found in theFactoryDescriptors.FactoryDescriptorsDynamicConfiguration. 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 FactoryDescriptorsDescriptorBuilderImpl. buildFactory()FactoryDescriptorsDescriptorBuilderImpl. buildFactory(java.lang.Class<? extends java.lang.annotation.Annotation> factoryScope)FactoryDescriptorsDescriptorBuilderImpl. buildFactory(java.lang.String factoryScope) -
Uses of FactoryDescriptors in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement FactoryDescriptors Modifier and Type Class Description classFactoryDescriptorsImplThis is an implementation of FactoryDescriptors that can be used by hk2 uses when creating descriptors that describe aFactoryMethods in org.glassfish.hk2.utilities that return FactoryDescriptors Modifier and Type Method Description FactoryDescriptorsDescriptorBuilder. buildFactory()Generates a factory descriptor that can be used in binding operations.FactoryDescriptorsDescriptorBuilder. buildFactory(java.lang.Class<? extends java.lang.annotation.Annotation> factoryScope)Generates a factory descriptor that can be used in binding operations.FactoryDescriptorsDescriptorBuilder. buildFactory(java.lang.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 java.util.List<FactoryDescriptors>ServiceLocatorUtilities. addFactoryConstants(ServiceLocator locator, Factory<?>... constants)This method adds factory constants to the given locator.static java.util.List<FactoryDescriptors>ServiceLocatorUtilities. addFactoryDescriptors(ServiceLocator locator, boolean requiresDeepCopy, FactoryDescriptors... factories)Adds the given factory descriptors to the service locatorstatic java.util.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 java.util.List<FactoryDescriptors>ServiceLocatorUtilities. addFactoryDescriptors(ServiceLocator locator, boolean requiresDeepCopy, FactoryDescriptors... factories)Adds the given factory descriptors to the service locatorstatic java.util.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> FactoryDescriptorsAbstractBinder. addActiveFactoryDescriptor(java.lang.Class<? extends Factory<T>> rawFactoryClass)This adds two active descriptors to the system based completely on the analysis of the givenFactoryclass.FactoryDescriptorsAbstractBinder. bind(FactoryDescriptors factoryDescriptors)This method will bind the descriptors found in theFactoryDescriptors.FactoryDescriptorsAbstractBinder. bind(FactoryDescriptors factoryDescriptors, boolean requiresDeepCopy)Methods in org.glassfish.hk2.utilities.binding with parameters of type FactoryDescriptors Modifier and Type Method Description FactoryDescriptorsAbstractBinder. bind(FactoryDescriptors factoryDescriptors)This method will bind the descriptors found in theFactoryDescriptors.FactoryDescriptorsAbstractBinder. 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> FactoryDescriptorsDynamicConfigurationImpl. addActiveFactoryDescriptor(java.lang.Class<? extends Factory<T>> rawFactoryClass)FactoryDescriptorsDynamicConfigurationImpl. bind(FactoryDescriptors factoryDescriptors)FactoryDescriptorsDynamicConfigurationImpl. bind(FactoryDescriptors factoryDescriptors, boolean requiresDeepCopy)Methods in org.jvnet.hk2.internal with parameters of type FactoryDescriptors Modifier and Type Method Description FactoryDescriptorsDynamicConfigurationImpl. bind(FactoryDescriptors factoryDescriptors)FactoryDescriptorsDynamicConfigurationImpl. bind(FactoryDescriptors factoryDescriptors, boolean requiresDeepCopy)
-