Uses of Interface
com.google.inject.PrivateBinder
Packages that use PrivateBinder
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice service provider interface
-
Uses of PrivateBinder in com.google.inject
Fields in com.google.inject declared as PrivateBinderModifier and TypeFieldDescriptionprivate PrivateBinder
PrivateModule.binder
Like abstract module, the binder of the current private moduleMethods in com.google.inject that return PrivateBinderModifier and TypeMethodDescriptionprotected final PrivateBinder
PrivateModule.binder()
Returns the current binder.Binder.newPrivateBinder()
Creates a new private child environment for bindings and other configuration.PrivateBinder.skipSources
(Class<?>... classesToSkip) PrivateBinder.withSource
(Object source) -
Uses of PrivateBinder in com.google.inject.spi
Classes in com.google.inject.spi that implement PrivateBinderMethods in com.google.inject.spi that return PrivateBinder