Uses of Class
com.google.inject.internal.RealMapBinder
Packages that use RealMapBinder
-
Uses of RealMapBinder in com.google.inject.internal
Methods in com.google.inject.internal that return RealMapBinderModifier and TypeMethodDescriptionstatic <K,V> RealMapBinder <K, V> RealMapBinder.newMapRealBinder(Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType) Returns a new mapbinder that collects entries ofkeyType/valueTypein aMapthat 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/valueTypein aMapthat 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/valueTypein aMapthat is itself bound withannotationType.