Uses of Interface
com.google.inject.binder.ScopedBindingBuilder
Packages that use ScopedBindingBuilder
Package
Description
Interfaces which make up
Binder
's expression language.Guice (sounds like "juice")
-
Uses of ScopedBindingBuilder in com.google.inject.binder
Subinterfaces of ScopedBindingBuilder in com.google.inject.binderModifier and TypeInterfaceDescriptioninterface
See the EDSL examples atBinder
.interface
See the EDSL examples atBinder
.Methods in com.google.inject.binder that return ScopedBindingBuilderModifier and TypeMethodDescriptionSee the EDSL examples atBinder
.LinkedBindingBuilder.to
(TypeLiteral<? extends T> implementation) See the EDSL examples atBinder
.See the EDSL examples atBinder
.<S extends T>
ScopedBindingBuilderLinkedBindingBuilder.toConstructor
(Constructor<S> constructor) See the EDSL examples atBinder
.<S extends T>
ScopedBindingBuilderLinkedBindingBuilder.toConstructor
(Constructor<S> constructor, TypeLiteral<? extends S> type) See the EDSL examples atBinder
.LinkedBindingBuilder.toProvider
(Key<? extends javax.inject.Provider<? extends T>> providerKey) See the EDSL examples atBinder
.LinkedBindingBuilder.toProvider
(Provider<? extends T> provider) See the EDSL examples atBinder
.LinkedBindingBuilder.toProvider
(TypeLiteral<? extends javax.inject.Provider<? extends T>> providerType) See the EDSL examples atBinder
.LinkedBindingBuilder.toProvider
(Class<? extends javax.inject.Provider<? extends T>> providerType) See the EDSL examples atBinder
.LinkedBindingBuilder.toProvider
(javax.inject.Provider<? extends T> provider) See the EDSL examples atBinder
. -
Uses of ScopedBindingBuilder in com.google.inject.internal
Classes in com.google.inject.internal that implement ScopedBindingBuilderMethods in com.google.inject.internal that return ScopedBindingBuilderModifier and TypeMethodDescription<S extends T>
ScopedBindingBuilderBindingBuilder.toConstructor
(Constructor<S> constructor) <S extends T>
ScopedBindingBuilderBindingBuilder.toConstructor
(Constructor<S> constructor, TypeLiteral<? extends S> type) Methods in com.google.inject.internal with parameters of type ScopedBindingBuilderModifier and TypeMethodDescriptionabstract void
Scoping.applyTo
(ScopedBindingBuilder scopedBindingBuilder)