Uses of Interface
com.google.inject.binder.LinkedBindingBuilder
Packages that use LinkedBindingBuilder
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Interfaces which make up
Binder's expression language.Guice (sounds like "juice")
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar.-
Uses of LinkedBindingBuilder in com.google.inject
Methods in com.google.inject that return LinkedBindingBuilderModifier and TypeMethodDescriptionprotected <T> LinkedBindingBuilder<T> <T> LinkedBindingBuilder<T> See the EDSL examples atBinder.protected final <T> LinkedBindingBuilder<T> -
Uses of LinkedBindingBuilder in com.google.inject.binder
Subinterfaces of LinkedBindingBuilder in com.google.inject.binderMethods in com.google.inject.binder that return LinkedBindingBuilderModifier and TypeMethodDescriptionAnnotatedBindingBuilder.annotatedWith(Annotation annotation) See the EDSL examples atBinder.AnnotatedBindingBuilder.annotatedWith(Class<? extends Annotation> annotationType) See the EDSL examples atBinder. -
Uses of LinkedBindingBuilder in com.google.inject.internal
Classes in com.google.inject.internal that implement LinkedBindingBuilderMethods in com.google.inject.internal that return LinkedBindingBuilderModifier and TypeMethodDescriptionRealMapBinder.addBinding(K key) This creates two bindings.RealMultibinder.addBinding()RealOptionalBinder.setBinding()RealOptionalBinder.setDefault() -
Uses of LinkedBindingBuilder in com.google.inject.multibindings
Methods in com.google.inject.multibindings that return LinkedBindingBuilderModifier and TypeMethodDescriptionMapBinder.addBinding(K key) Returns a binding builder used to add a new entry in the map.Multibinder.addBinding()Returns a binding builder used to add a new element in the set.OptionalBinder.setBinding()Returns a binding builder used to set the actual value that will be injected.OptionalBinder.setDefault()Returns a binding builder used to set the default value that will be injected.