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")
Extension for injecting objects that may throw at provision time; this extension requires
guice-throwingproviders.jar.-
Uses of ScopedBindingBuilder in com.google.inject.binder
Subinterfaces of ScopedBindingBuilder in com.google.inject.binderModifier and TypeInterfaceDescriptioninterfaceSee the EDSL examples atBinder.interfaceSee 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 voidScoping.applyTo(ScopedBindingBuilder scopedBindingBuilder) -
Uses of ScopedBindingBuilder in com.google.inject.throwingproviders
Methods in com.google.inject.throwingproviders that return ScopedBindingBuilderModifier and TypeMethodDescriptionThrowingProviderBinder.SecondaryBinder.providing(TypeLiteral<? extends T> cxtorLiteral) private ScopedBindingBuilderThrowingProviderBinder.SecondaryBinder.toInternal(Key<? extends CheckedProvider<?>> targetKey) (package private) ScopedBindingBuilderThrowingProviderBinder.SecondaryBinder.toProviderMethod(CheckedProviderMethod<?> target)