Uses of Interface
org.glassfish.hk2.utilities.Binder
Packages that use Binder
Package
Description
-
Uses of Binder in org.glassfish.hk2.extras.events.internal
Classes in org.glassfish.hk2.extras.events.internal that implement BinderModifier and TypeClassDescriptionclass
This module can be used to enable the default HK2 implementation of Topic distribution. -
Uses of Binder in org.glassfish.hk2.runlevel
Classes in org.glassfish.hk2.runlevel that implement BinderModifier and TypeClassDescriptionclass
This module can be used to enable the RunLevelService in a system not using automatic service discovery. -
Uses of Binder in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement BinderModifier and TypeClassDescriptionclass
This module can be used to enable exceptions to be thrown from getService API when a descriptor throws an exception during reification or other errors.class
This module can be used to enable theImmediate
scope feature.class
This module can be used to enable theInheritableThread
scope feature.class
This module can be used to enable thePerThread
scope feature.Methods in org.glassfish.hk2.utilities with parameters of type BinderModifier and TypeMethodDescriptionstatic ServiceLocator
This method will create or find a ServiceLocator with the given name and bind all of the binders given together in a single config transaction.static void
ServiceLocatorUtilities.bind
(ServiceLocator locator, Binder... binders) This method will bind all of the binders given together in a single config transaction.static ServiceLocator
This method will create or find a ServiceLocator with the name "default" and bind all of the binders given together in a single config transaction. -
Uses of Binder in org.glassfish.hk2.utilities.binding
Classes in org.glassfish.hk2.utilities.binding that implement BinderModifier and TypeClassDescriptionclass
Skeleton implementation of injection binder with convenience methods for binding definitions.Methods in org.glassfish.hk2.utilities.binding with parameters of type Binder -
Uses of Binder in org.jvnet.hk2.testing.junit
Classes in org.jvnet.hk2.testing.junit that implement BinderModifier and TypeClassDescriptionclass
AnExternalResource
(and aBinder
) that sets up and tears down an HK2ServiceLocator
on a per-test-class or per-test-method basis.