Uses of Interface
org.glassfish.hk2.utilities.Binder
Packages that use Binder
-
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