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.internal
Methods in org.glassfish.hk2.internal with parameters of type HK2LoaderModifier and TypeMethodDescriptionActiveDescriptorBuilderImpl.andLoadWith(HK2Loader loader) DescriptorBuilderImpl.andLoadWith(HK2Loader loader) -
Uses of HK2Loader in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement HK2LoaderModifier and TypeClassDescriptionclassThis is an implementation of anHK2Loaderthat uses a given classloaderMethods 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 HK2LoadervoidSets 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
Methods in org.glassfish.hk2.utilities.binding with parameters of type HK2LoaderModifier and TypeMethodDescriptionstatic voidBindingBuilderFactory.addBinding(BindingBuilder<?> builder, DynamicConfiguration configuration, HK2Loader defaultLoader) Add a binding represented by the binding builder to the HK2 dynamic configuration.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.