Uses of Interface
org.glassfish.hk2.api.Factory
Packages that use Factory
Package
Description
-
Uses of Factory in org.glassfish.hk2.api
Method parameters in org.glassfish.hk2.api with type arguments of type FactoryModifier and TypeMethodDescriptionDynamicConfiguration.addActiveFactoryDescriptor(Class<? extends Factory<T>> rawFactoryClass) This adds two active descriptors to the system based completely on the analysis of the givenFactoryclass. -
Uses of Factory in org.glassfish.hk2.utilities
Methods in org.glassfish.hk2.utilities with parameters of type FactoryModifier and TypeMethodDescriptionstatic List<FactoryDescriptors>ServiceLocatorUtilities.addFactoryConstants(ServiceLocator locator, Factory<?>... constants) This method adds factory constants to the given locator. -
Uses of Factory in org.glassfish.hk2.utilities.binding
Methods in org.glassfish.hk2.utilities.binding with parameters of type FactoryModifier and TypeMethodDescription<T> ServiceBindingBuilder<T>AbstractBinder.bindFactory(Factory<T> factory) Start building a new factory instance-based service binding.static <T> ServiceBindingBuilder<T>BindingBuilderFactory.newFactoryBinder(Factory<T> factory) Get a new factory instance-based service binding builder.Method parameters in org.glassfish.hk2.utilities.binding with type arguments of type FactoryModifier and TypeMethodDescriptionAbstractBinder.addActiveFactoryDescriptor(Class<? extends Factory<T>> rawFactoryClass) This adds two active descriptors to the system based completely on the analysis of the givenFactoryclass.<T> ServiceBindingBuilder<T>AbstractBinder.bindFactory(Class<? extends Factory<T>> factoryType) Start building a new factory class-based service binding.<T> ServiceBindingBuilder<T>AbstractBinder.bindFactory(Class<? extends Factory<T>> factoryType, Class<? extends Annotation> factoryScope) Start building a new factory class-based service binding.static <T> ServiceBindingBuilder<T>BindingBuilderFactory.newFactoryBinder(Class<? extends Factory<T>> factoryType) Get a new factory class-based service binding builder.static <T> ServiceBindingBuilder<T>BindingBuilderFactory.newFactoryBinder(Class<? extends Factory<T>> factoryType, Class<? extends Annotation> factoryScope) Get a new factory class-based service binding builder.