Uses of Interface
com.google.inject.binder.ScopedBindingBuilder
-
Packages that use ScopedBindingBuilder Package Description com.google.inject.binder Interfaces which make upBinder's expression language.com.google.inject.internal Guice (sounds like "juice") -
-
Uses of ScopedBindingBuilder in com.google.inject.binder
Subinterfaces of ScopedBindingBuilder in com.google.inject.binder Modifier and Type Interface Description interfaceAnnotatedBindingBuilder<T>See the EDSL examples atBinder.interfaceLinkedBindingBuilder<T>See the EDSL examples atBinder.Methods in com.google.inject.binder that return ScopedBindingBuilder Modifier and Type Method Description ScopedBindingBuilderLinkedBindingBuilder. to(Key<? extends T> targetKey)See the EDSL examples atBinder.ScopedBindingBuilderLinkedBindingBuilder. to(TypeLiteral<? extends T> implementation)See the EDSL examples atBinder.ScopedBindingBuilderLinkedBindingBuilder. to(Class<? extends T> implementation)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.ScopedBindingBuilderLinkedBindingBuilder. toProvider(Key<? extends javax.inject.Provider<? extends T>> providerKey)See the EDSL examples atBinder.ScopedBindingBuilderLinkedBindingBuilder. toProvider(Provider<? extends T> provider)See the EDSL examples atBinder.ScopedBindingBuilderLinkedBindingBuilder. toProvider(TypeLiteral<? extends javax.inject.Provider<? extends T>> providerType)See the EDSL examples atBinder.ScopedBindingBuilderLinkedBindingBuilder. toProvider(Class<? extends javax.inject.Provider<? extends T>> providerType)See the EDSL examples atBinder.ScopedBindingBuilderLinkedBindingBuilder. 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 ScopedBindingBuilder Modifier and Type Class Description classBindingBuilder<T>Bind a non-constant key.Methods in com.google.inject.internal that return ScopedBindingBuilder Modifier and Type Method Description <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 ScopedBindingBuilder Modifier and Type Method Description abstract voidScoping. applyTo(ScopedBindingBuilder scopedBindingBuilder)
-