Uses of Interface
org.glassfish.hk2.api.HK2Loader
Packages that use HK2Loader
Package
Description
-
Uses of HK2Loader in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return HK2Loader -
Uses of HK2Loader in org.glassfish.hk2.bootstrap.impl
Fields in org.glassfish.hk2.bootstrap.impl declared as HK2Loader -
Uses of HK2Loader in org.glassfish.hk2.configuration.internal
Methods in org.glassfish.hk2.configuration.internal that return HK2Loader -
Uses of HK2Loader in org.glassfish.hk2.internal
Fields in org.glassfish.hk2.internal declared as HK2LoaderModifier and TypeFieldDescriptionprivate HK2Loader
ActiveDescriptorBuilderImpl.loader
private HK2Loader
DescriptorBuilderImpl.loader
Methods in org.glassfish.hk2.internal with parameters of type HK2LoaderModifier and TypeMethodDescriptionActiveDescriptorBuilderImpl.andLoadWith
(HK2Loader loader) DescriptorBuilderImpl.andLoadWith
(HK2Loader loader) Constructors in org.glassfish.hk2.internal with parameters of type HK2LoaderModifierConstructorDescriptionprivate
BuiltActiveDescriptor
(Class<?> implementationClass, Set<Type> advertisedContracts, Annotation scopeAnnotation, Class<? extends Annotation> scope, String name, Set<Annotation> qualifiers, DescriptorType descriptorType, DescriptorVisibility descriptorVisibility, int ranking, Boolean proxy, Boolean proxyForSameScope, String classAnalysisName, Map<String, List<String>> metadata, HK2Loader loader, Type implementationType) -
Uses of HK2Loader in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement HK2LoaderModifier and TypeClassDescriptionclass
This is an implementation of anHK2Loader
that uses a given classloaderFields in org.glassfish.hk2.utilities declared as HK2LoaderModifier and TypeFieldDescriptionprivate final HK2Loader
ClassLoaderPostProcessor.loader
private HK2Loader
DescriptorImpl.loader
Methods in org.glassfish.hk2.utilities that return HK2LoaderMethods in org.glassfish.hk2.utilities with parameters of type HK2LoaderModifier and TypeMethodDescriptionActiveDescriptorBuilder.andLoadWith
(HK2Loader loader) Call this if this descriptor should be loaded with the given HK2LoaderDescriptorBuilder.andLoadWith
(HK2Loader loader) Call this if this descriptor should be loaded with the given HK2Loadervoid
Sets the loader to use with this descriptorConstructors in org.glassfish.hk2.utilities with parameters of type HK2LoaderModifierConstructorDescriptionDescriptorImpl
(Set<String> contracts, String name, String scope, String implementation, Map<String, List<String>> metadatas, Set<String> qualifiers, DescriptorType descriptorType, DescriptorVisibility descriptorVisibility, HK2Loader loader, int rank, Boolean proxiable, Boolean proxyForSameScope, String analysisName, Long id, Long locatorId) This creates this descriptor impl, taking all of the fields as given -
Uses of HK2Loader in org.glassfish.hk2.utilities.binding
Fields in org.glassfish.hk2.utilities.binding declared as HK2LoaderModifier and TypeFieldDescriptionprivate HK2Loader
AbstractBinder.defaultLoader
(package private) HK2Loader
AbstractBindingBuilder.loader
Bound service loader.Methods in org.glassfish.hk2.utilities.binding that return HK2LoaderMethods in org.glassfish.hk2.utilities.binding with parameters of type HK2LoaderModifier and TypeMethodDescriptionstatic void
BindingBuilderFactory.addBinding
(BindingBuilder<?> builder, DynamicConfiguration configuration, HK2Loader defaultLoader) Add a binding represented by the binding builder to the HK2 dynamic configuration.(package private) void
AbstractBindingBuilder.ClassBasedBindingBuilder.complete
(DynamicConfiguration configuration, HK2Loader defaultLoader) (package private) abstract void
AbstractBindingBuilder.complete
(DynamicConfiguration configuration, HK2Loader defaultLoader) Build the binding descriptor and bind it in thedynamic configuration
.(package private) void
AbstractBindingBuilder.FactoryInstanceBasedBindingBuilder.complete
(DynamicConfiguration configuration, HK2Loader defaultLoader) (package private) void
AbstractBindingBuilder.FactoryTypeBasedBindingBuilder.complete
(DynamicConfiguration configuration, HK2Loader defaultLoader) (package private) void
AbstractBindingBuilder.InstanceBasedBindingBuilder.complete
(DynamicConfiguration configuration, HK2Loader defaultLoader) Custom HK2 loader to be used when service class is about to be loaded.Custom HK2 loader to be used when service class is about to be loaded.Custom HK2 loader to be used when service class is about to be loaded.Custom HK2 loader to be used when service class is about to be loaded. -
Uses of HK2Loader in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal that return HK2Loader