static <K,V> RealMapBinder<K,V> |
RealMapBinder.newMapRealBinder(Binder binder,
TypeLiteral<K> keyType,
TypeLiteral<V> valueType) |
Returns a new mapbinder that collects entries of keyType /valueType in a Map that is itself bound with no binding annotation.
|
static <K,V> RealMapBinder<K,V> |
RealMapBinder.newRealMapBinder(Binder binder,
TypeLiteral<K> keyType,
TypeLiteral<V> valueType,
java.lang.annotation.Annotation annotation) |
Returns a new mapbinder that collects entries of keyType /valueType in a Map that is itself bound with annotation .
|
static <K,V> RealMapBinder<K,V> |
RealMapBinder.newRealMapBinder(Binder binder,
TypeLiteral<K> keyType,
TypeLiteral<V> valueType,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
Returns a new mapbinder that collects entries of keyType /valueType in a Map that is itself bound with annotationType .
|