Uses of Interface
org.glassfish.hk2.api.HK2Loader
-
-
Uses of HK2Loader in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return HK2Loader Modifier and Type Method Description HK2Loader
Descriptor. getLoader()
This returns the loader that should be used when classloading this descriptor. -
Uses of HK2Loader in org.glassfish.hk2.configuration.internal
Methods in org.glassfish.hk2.configuration.internal that return HK2Loader Modifier and Type Method Description HK2Loader
DelegatingNamedActiveDescriptor. getLoader()
-
Uses of HK2Loader in org.glassfish.hk2.internal
Methods in org.glassfish.hk2.internal with parameters of type HK2Loader Modifier and Type Method Description ActiveDescriptorBuilder
ActiveDescriptorBuilderImpl. andLoadWith(HK2Loader loader)
DescriptorBuilder
DescriptorBuilderImpl. andLoadWith(HK2Loader loader)
-
Uses of HK2Loader in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement HK2Loader Modifier and Type Class Description class
HK2LoaderImpl
This is an implementation of anHK2Loader
that uses a given classloaderMethods in org.glassfish.hk2.utilities that return HK2Loader Modifier and Type Method Description HK2Loader
DescriptorImpl. getLoader()
Methods in org.glassfish.hk2.utilities with parameters of type HK2Loader Modifier and Type Method Description ActiveDescriptorBuilder
ActiveDescriptorBuilder. andLoadWith(HK2Loader loader)
Call this if this descriptor should be loaded with the given HK2LoaderDescriptorBuilder
DescriptorBuilder. andLoadWith(HK2Loader loader)
Call this if this descriptor should be loaded with the given HK2Loadervoid
DescriptorImpl. setLoader(HK2Loader loader)
Sets the loader to use with this descriptorConstructors in org.glassfish.hk2.utilities with parameters of type HK2Loader Constructor Description DescriptorImpl(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 HK2Loader Modifier and Type Method Description static void
BindingBuilderFactory. addBinding(BindingBuilder<?> builder, DynamicConfiguration configuration, HK2Loader defaultLoader)
Add a binding represented by the binding builder to the HK2 dynamic configuration.NamedBindingBuilder<T>
NamedBindingBuilder. loadedBy(HK2Loader loader)
Custom HK2 loader to be used when service class is about to be loaded.ScopedBindingBuilder<T>
ScopedBindingBuilder. loadedBy(HK2Loader loader)
Custom HK2 loader to be used when service class is about to be loaded.ScopedNamedBindingBuilder<T>
ScopedNamedBindingBuilder. loadedBy(HK2Loader loader)
Custom HK2 loader to be used when service class is about to be loaded.ServiceBindingBuilder<T>
ServiceBindingBuilder. loadedBy(HK2Loader loader)
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 Modifier and Type Method Description HK2Loader
SystemDescriptor. getLoader()
-