Uses of Interface
com.google.inject.PrivateBinder
Packages that use PrivateBinder
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
-
Uses of PrivateBinder in com.google.inject
Methods in com.google.inject that return PrivateBinderModifier and TypeMethodDescriptionprotected 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)