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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassThis module can be used to enable exceptions to be thrown from getService API when a descriptor throws an exception during reification or other errors.classThis module can be used to enable theImmediatescope feature.classThis module can be used to enable theInheritableThreadscope feature.classThis module can be used to enable thePerThreadscope feature.Methods in org.glassfish.hk2.utilities with parameters of type BinderModifier and TypeMethodDescriptionstatic ServiceLocatorThis 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 voidServiceLocatorUtilities.bind(ServiceLocator locator, Binder... binders) This method will bind all of the binders given together in a single config transaction.static ServiceLocatorThis 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 TypeClassDescriptionclassSkeleton 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 TypeClassDescriptionclassAnExternalResource(and aBinder) that sets up and tears down an HK2ServiceLocatoron a per-test-class or per-test-method basis.