D | MapBinder.java | 143 public static <K, V> MapBinder<K, V> newMapBinder(Binder binder, in newMapBinder() method in MapBinder 154 public static <K, V> MapBinder<K, V> newMapBinder(Binder binder, in newMapBinder() method in MapBinder 156 return newMapBinder(binder, TypeLiteral.get(keyType), TypeLiteral.get(valueType)); in newMapBinder() 163 public static <K, V> MapBinder<K, V> newMapBinder(Binder binder, in newMapBinder() method in MapBinder 175 public static <K, V> MapBinder<K, V> newMapBinder(Binder binder, in newMapBinder() method in MapBinder 177 return newMapBinder(binder, TypeLiteral.get(keyType), TypeLiteral.get(valueType), annotation); in newMapBinder() 184 public static <K, V> MapBinder<K, V> newMapBinder(Binder binder, TypeLiteral<K> keyType, in newMapBinder() method in MapBinder 196 public static <K, V> MapBinder<K, V> newMapBinder(Binder binder, Class<K> keyType, in newMapBinder() method in MapBinder 198 return newMapBinder( in newMapBinder()
|