Uses of Class
com.google.inject.internal.RealMapBinder
-
Packages that use RealMapBinder Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of RealMapBinder in com.google.inject.internal
Methods in com.google.inject.internal that return RealMapBinder Modifier and Type Method Description static <K,V>
RealMapBinder<K,V>RealMapBinder. newMapRealBinder(Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType)
Returns a new mapbinder that collects entries ofkeyType
/valueType
in aMap
that is itself bound with no binding annotation.static <K,V>
RealMapBinder<K,V>RealMapBinder. newRealMapBinder(Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType, Annotation annotation)
Returns a new mapbinder that collects entries ofkeyType
/valueType
in aMap
that is itself bound withannotation
.static <K,V>
RealMapBinder<K,V>RealMapBinder. newRealMapBinder(Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType, Class<? extends Annotation> annotationType)
Returns a new mapbinder that collects entries ofkeyType
/valueType
in aMap
that is itself bound withannotationType
.
-