This file is indexed.

/usr/share/doc/libguice-java/api/index-all.html is in libguice-java-doc 4.0-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (Google Guice 4.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Index (Google Guice 4.0 API)";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:A">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal"><span class="typeNameLink">AbstractBindingBuilder</span></a>&lt;<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="type parameter in AbstractBindingBuilder">T</a>&gt; - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">Bind a value or constant.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#AbstractBindingBuilder-com.google.inject.Binder-java.util.List-java.lang.Object-com.google.inject.Key-">AbstractBindingBuilder(Binder, List&lt;Element&gt;, Object, Key&lt;T&gt;)</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/AbstractInjectorGrapher.html" title="class in com.google.inject.grapher"><span class="typeNameLink">AbstractInjectorGrapher</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Abstract injector grapher that builds the dependency graph but doesn't render it.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.html#AbstractInjectorGrapher--">AbstractInjectorGrapher()</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.html#AbstractInjectorGrapher-com.google.inject.grapher.AbstractInjectorGrapher.GrapherParameters-">AbstractInjectorGrapher(AbstractInjectorGrapher.GrapherParameters)</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html" title="class in com.google.inject.grapher"><span class="typeNameLink">AbstractInjectorGrapher.GrapherParameters</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Parameters used to override default settings of the grapher.</div>
</dd>
<dt><a href="com/google/inject/matcher/AbstractMatcher.html" title="class in com.google.inject.matcher"><span class="typeNameLink">AbstractMatcher</span></a>&lt;<a href="com/google/inject/matcher/AbstractMatcher.html" title="type parameter in AbstractMatcher">T</a>&gt; - Class in <a href="com/google/inject/matcher/package-summary.html">com.google.inject.matcher</a></dt>
<dd>
<div class="block">Implements <code>and()</code> and <code>or()</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/AbstractMatcher.html#AbstractMatcher--">AbstractMatcher()</a></span> - Constructor for class com.google.inject.matcher.<a href="com/google/inject/matcher/AbstractMatcher.html" title="class in com.google.inject.matcher">AbstractMatcher</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/AbstractModule.html" title="class in com.google.inject"><span class="typeNameLink">AbstractModule</span></a> - Class in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">A support class for <a href="com/google/inject/Module.html" title="interface in com.google.inject"><code>Module</code></a>s which reduces repetition and results in
 a more readable configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#AbstractModule--">AbstractModule()</a></span> - Constructor for class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#acceptExtensionVisitor-com.google.inject.spi.BindingTargetVisitor-com.google.inject.spi.ProviderInstanceBinding-">acceptExtensionVisitor(BindingTargetVisitor&lt;B, V&gt;, ProviderInstanceBinding&lt;? extends B&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderWithExtensionVisitor.html#acceptExtensionVisitor-com.google.inject.spi.BindingTargetVisitor-com.google.inject.spi.ProviderInstanceBinding-">acceptExtensionVisitor(BindingTargetVisitor&lt;B, V&gt;, ProviderInstanceBinding&lt;? extends B&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ProviderWithExtensionVisitor.html" title="interface in com.google.inject.spi">ProviderWithExtensionVisitor</a></dt>
<dd>
<div class="block">Instructs the extension determine if the visitor is an instance of a custom
 extension visitor, and if so, visit it using that method.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binding.html#acceptScopingVisitor-com.google.inject.spi.BindingScopingVisitor-">acceptScopingVisitor(BindingScopingVisitor&lt;V&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binding.html" title="interface in com.google.inject">Binding</a></dt>
<dd>
<div class="block">Accepts a scoping visitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#acceptScopingVisitor-com.google.inject.spi.BindingScopingVisitor-">acceptScopingVisitor(BindingScopingVisitor&lt;V&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binding.html#acceptTargetVisitor-com.google.inject.spi.BindingTargetVisitor-">acceptTargetVisitor(BindingTargetVisitor&lt;? super T, V&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binding.html" title="interface in com.google.inject">Binding</a></dt>
<dd>
<div class="block">Accepts a target visitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ExposedBindingImpl.html#acceptTargetVisitor-com.google.inject.spi.BindingTargetVisitor-">acceptTargetVisitor(BindingTargetVisitor&lt;? super T, V&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ExposedBindingImpl.html" title="class in com.google.inject.internal">ExposedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/LinkedBindingImpl.html#acceptTargetVisitor-com.google.inject.spi.BindingTargetVisitor-">acceptTargetVisitor(BindingTargetVisitor&lt;? super T, V&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/LinkedBindingImpl.html" title="class in com.google.inject.internal">LinkedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;V&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/PrivateElementsImpl.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/PrivateElementsImpl.html" title="class in com.google.inject.internal">PrivateElementsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#acceptVisitor-com.google.inject.spi.BindingScopingVisitor-">acceptVisitor(BindingScopingVisitor&lt;V&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DisableCircularProxiesOption.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DisableCircularProxiesOption.html" title="class in com.google.inject.spi">DisableCircularProxiesOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Element.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/Element.html" title="interface in com.google.inject.spi">Element</a></dt>
<dd>
<div class="block">Accepts an element visitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionRequest.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;R&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionRequest.html" title="class in com.google.inject.spi">InjectionRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InterceptorBinding.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InterceptorBinding.html" title="class in com.google.inject.spi">InterceptorBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/MembersInjectorLookup.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/MembersInjectorLookup.html" title="class in com.google.inject.spi">MembersInjectorLookup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Message.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html" title="class in com.google.inject.spi">ModuleAnnotatedMethodScannerBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderLookup.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProviderLookup.html" title="class in com.google.inject.spi">ProviderLookup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvisionListenerBinding.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;R&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProvisionListenerBinding.html" title="class in com.google.inject.spi">ProvisionListenerBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/RequireAtInjectOnConstructorsOption.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/RequireAtInjectOnConstructorsOption.html" title="class in com.google.inject.spi">RequireAtInjectOnConstructorsOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/RequireExactBindingAnnotationsOption.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/RequireExactBindingAnnotationsOption.html" title="class in com.google.inject.spi">RequireExactBindingAnnotationsOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/RequireExplicitBindingsOption.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/RequireExplicitBindingsOption.html" title="class in com.google.inject.spi">RequireExplicitBindingsOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ScopeBinding.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ScopeBinding.html" title="class in com.google.inject.spi">ScopeBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/StaticInjectionRequest.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/StaticInjectionRequest.html" title="class in com.google.inject.spi">StaticInjectionRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeConverterBinding.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/TypeConverterBinding.html" title="class in com.google.inject.spi">TypeConverterBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeListenerBinding.html#acceptVisitor-com.google.inject.spi.ElementVisitor-">acceptVisitor(ElementVisitor&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/TypeListenerBinding.html" title="class in com.google.inject.spi">TypeListenerBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinder.html#addBinding-K-">addBinding(K)</a></span> - Method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinder.html" title="class in com.google.inject.multibindings">MapBinder</a></dt>
<dd>
<div class="block">Returns a binding builder used to add a new entry in the map.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/Multibinder.html#addBinding--">addBinding()</a></span> - Method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/Multibinder.html" title="class in com.google.inject.multibindings">Multibinder</a></dt>
<dd>
<div class="block">Returns a binding builder used to add a new element in the set.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#addError-java.lang.String-java.lang.Object...-">addError(String, Object...)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#addError-java.lang.Throwable-">addError(Throwable)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#addError-com.google.inject.spi.Message-">addError(Message)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#addError-java.lang.String-java.lang.Object...-">addError(String, Object...)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Records an error message which will be presented to the user at a later
 time.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#addError-java.lang.Throwable-">addError(Throwable)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Records an exception, the full details of which will be logged, and the
 message of which will be presented to the user at a later
 time.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#addError-com.google.inject.spi.Message-">addError(Message)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Records an error message to be presented to the user at a later time.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#addError-java.lang.String-java.lang.Object...-">addError(String, Object...)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#addError-java.lang.Throwable-">addError(Throwable)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#addError-com.google.inject.spi.Message-">addError(Message)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeEncounter.html#addError-java.lang.String-java.lang.Object...-">addError(String, Object...)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/TypeEncounter.html" title="interface in com.google.inject.spi">TypeEncounter</a></dt>
<dd>
<div class="block">Records an error message for type <code>I</code> which will be presented to the user at a later
 time.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeEncounter.html#addError-java.lang.Throwable-">addError(Throwable)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/TypeEncounter.html" title="interface in com.google.inject.spi">TypeEncounter</a></dt>
<dd>
<div class="block">Records an exception for type <code>I</code>, the full details of which will be logged, and the
 message of which will be presented to the user at a later time.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeEncounter.html#addError-com.google.inject.spi.Message-">addError(Message)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/TypeEncounter.html" title="interface in com.google.inject.spi">TypeEncounter</a></dt>
<dd>
<div class="block">Records an error message to be presented to the user at a later time.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/PrivateElementsImpl.html#addExposureBuilder-com.google.inject.internal.ExposureBuilder-">addExposureBuilder(ExposureBuilder&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/PrivateElementsImpl.html" title="class in com.google.inject.internal">PrivateElementsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#addField-java.lang.String-java.lang.String-">addField(String, String)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#addMessage-java.lang.String-java.lang.Object...-">addMessage(String, Object...)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#addMessage-com.google.inject.spi.Message-">addMessage(Message)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalInjectorCreator.html#addModules-java.lang.Iterable-">addModules(Iterable&lt;? extends Module&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/InternalInjectorCreator.html" title="class in com.google.inject.internal">InternalInjectorCreator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#addSubtitle-int-java.lang.String-">addSubtitle(int, String)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionListener.html#afterInjection-I-">afterInjection(I)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/InjectionListener.html" title="interface in com.google.inject.spi">InjectionListener</a></dt>
<dd>
<div class="block">Invoked by Guice after it injects the fields and methods of instance.</div>
</dd>
<dt><a href="com/google/inject/grapher/Alias.html" title="class in com.google.inject.grapher"><span class="typeNameLink">Alias</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Alias between two nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Alias.html#Alias-com.google.inject.grapher.NodeId-com.google.inject.grapher.NodeId-">Alias(NodeId, NodeId)</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/Alias.html" title="class in com.google.inject.grapher">Alias</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/AliasCreator.html" title="interface in com.google.inject.grapher"><span class="typeNameLink">AliasCreator</span></a> - Interface in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Creator of node aliases.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Nullability.html#allowsNull-java.lang.annotation.Annotation:A-">allowsNull(Annotation[])</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Nullability.html" title="class in com.google.inject.internal">Nullability</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#ambiguousTypeConversion-java.lang.String-java.lang.Object-com.google.inject.TypeLiteral-com.google.inject.spi.TypeConverterBinding-com.google.inject.spi.TypeConverterBinding-">ambiguousTypeConversion(String, Object, TypeLiteral&lt;?&gt;, TypeConverterBinding, TypeConverterBinding)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BytecodeGen.Visibility.html#and-com.google.inject.internal.BytecodeGen.Visibility-">and(BytecodeGen.Visibility)</a></span> - Method in enum com.google.inject.internal.<a href="com/google/inject/internal/BytecodeGen.Visibility.html" title="enum in com.google.inject.internal">BytecodeGen.Visibility</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/AbstractMatcher.html#and-com.google.inject.matcher.Matcher-">and(Matcher&lt;? super T&gt;)</a></span> - Method in class com.google.inject.matcher.<a href="com/google/inject/matcher/AbstractMatcher.html" title="class in com.google.inject.matcher">AbstractMatcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/Matcher.html#and-com.google.inject.matcher.Matcher-">and(Matcher&lt;? super T&gt;)</a></span> - Method in interface com.google.inject.matcher.<a href="com/google/inject/matcher/Matcher.html" title="interface in com.google.inject.matcher">Matcher</a></dt>
<dd>
<div class="block">Returns a new matcher which returns <code>true</code> if both this and the
 given matcher return <code>true</code>.</div>
</dd>
<dt><a href="com/google/inject/binder/AnnotatedBindingBuilder.html" title="interface in com.google.inject.binder"><span class="typeNameLink">AnnotatedBindingBuilder</span></a>&lt;<a href="com/google/inject/binder/AnnotatedBindingBuilder.html" title="type parameter in AnnotatedBindingBuilder">T</a>&gt; - Interface in <a href="com/google/inject/binder/package-summary.html">com.google.inject.binder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><a href="com/google/inject/binder/AnnotatedConstantBindingBuilder.html" title="interface in com.google.inject.binder"><span class="typeNameLink">AnnotatedConstantBindingBuilder</span></a> - Interface in <a href="com/google/inject/binder/package-summary.html">com.google.inject.binder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><a href="com/google/inject/binder/AnnotatedElementBuilder.html" title="interface in com.google.inject.binder"><span class="typeNameLink">AnnotatedElementBuilder</span></a> - Interface in <a href="com/google/inject/binder/package-summary.html">com.google.inject.binder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/AnnotatedBindingBuilder.html#annotatedWith-java.lang.Class-">annotatedWith(Class&lt;? extends Annotation&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/AnnotatedBindingBuilder.html" title="interface in com.google.inject.binder">AnnotatedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/AnnotatedBindingBuilder.html#annotatedWith-java.lang.annotation.Annotation-">annotatedWith(Annotation)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/AnnotatedBindingBuilder.html" title="interface in com.google.inject.binder">AnnotatedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/AnnotatedConstantBindingBuilder.html#annotatedWith-java.lang.Class-">annotatedWith(Class&lt;? extends Annotation&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/AnnotatedConstantBindingBuilder.html" title="interface in com.google.inject.binder">AnnotatedConstantBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/AnnotatedConstantBindingBuilder.html#annotatedWith-java.lang.annotation.Annotation-">annotatedWith(Annotation)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/AnnotatedConstantBindingBuilder.html" title="interface in com.google.inject.binder">AnnotatedConstantBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/AnnotatedElementBuilder.html#annotatedWith-java.lang.Class-">annotatedWith(Class&lt;? extends Annotation&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/AnnotatedElementBuilder.html" title="interface in com.google.inject.binder">AnnotatedElementBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/AnnotatedElementBuilder.html#annotatedWith-java.lang.annotation.Annotation-">annotatedWith(Annotation)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/AnnotatedElementBuilder.html" title="interface in com.google.inject.binder">AnnotatedElementBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#annotatedWith-java.lang.Class-">annotatedWith(Class&lt;? extends Annotation&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#annotatedWith-java.lang.annotation.Annotation-">annotatedWith(Annotation)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#annotatedWith-java.lang.Class-">annotatedWith(Class&lt;? extends Annotation&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#annotatedWith-java.lang.annotation.Annotation-">annotatedWith(Annotation)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ExposureBuilder.html#annotatedWith-java.lang.Class-">annotatedWith(Class&lt;? extends Annotation&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ExposureBuilder.html" title="class in com.google.inject.internal">ExposureBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ExposureBuilder.html#annotatedWith-java.lang.annotation.Annotation-">annotatedWith(Annotation)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ExposureBuilder.html" title="class in com.google.inject.internal">ExposureBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/Matchers.html#annotatedWith-java.lang.Class-">annotatedWith(Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.matcher.<a href="com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</a></dt>
<dd>
<div class="block">Returns a matcher which matches elements (methods, classes, etc.)
 with a given annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/Matchers.html#annotatedWith-java.lang.annotation.Annotation-">annotatedWith(Annotation)</a></span> - Static method in class com.google.inject.matcher.<a href="com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</a></dt>
<dd>
<div class="block">Returns a matcher which matches elements (methods, classes, etc.)
 with a given annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html#annotatedWith-java.lang.Class-">annotatedWith(Class&lt;? extends Annotation&gt;)</a></span> - Method in class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder.SecondaryBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html#annotatedWith-java.lang.annotation.Annotation-">annotatedWith(Annotation)</a></span> - Method in class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder.SecondaryBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#annotatedWithInternal-java.lang.Class-">annotatedWithInternal(Class&lt;? extends Annotation&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>
<div class="block">Sets the binding to a copy with the specified annotation on the bound key</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#annotatedWithInternal-java.lang.annotation.Annotation-">annotatedWithInternal(Annotation)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>
<div class="block">Sets the binding to a copy with the specified annotation on the bound key</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#ANNOTATION_ALREADY_SPECIFIED">ANNOTATION_ALREADY_SPECIFIED</a></span> - Static variable in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ModuleAnnotatedMethodScanner.html#annotationClasses--">annotationClasses()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ModuleAnnotatedMethodScanner.html" title="class in com.google.inject.spi">ModuleAnnotatedMethodScanner</a></dt>
<dd>
<div class="block">Returns the annotations this should scan for.</div>
</dd>
<dt><a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal"><span class="typeNameLink">Annotations</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">Annotation utilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#Annotations--">Annotations()</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/Matchers.html#any--">any()</a></span> - Static method in class com.google.inject.matcher.<a href="com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</a></dt>
<dd>
<div class="block">Returns a matcher which matches any input.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ExposedBindingImpl.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ExposedBindingImpl.html" title="class in com.google.inject.internal">ExposedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/LinkedBindingImpl.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/LinkedBindingImpl.html" title="class in com.google.inject.internal">LinkedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/PrivateElementsImpl.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/PrivateElementsImpl.html" title="class in com.google.inject.internal">PrivateElementsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#applyTo-com.google.inject.binder.ScopedBindingBuilder-">applyTo(ScopedBindingBuilder)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DisableCircularProxiesOption.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DisableCircularProxiesOption.html" title="class in com.google.inject.spi">DisableCircularProxiesOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Element.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/Element.html" title="interface in com.google.inject.spi">Element</a></dt>
<dd>
<div class="block">Writes this module element to the given binder (optional operation).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ExposedBinding.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ExposedBinding.html" title="interface in com.google.inject.spi">ExposedBinding</a></dt>
<dd>
<div class="block">Unsupported.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionRequest.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionRequest.html" title="class in com.google.inject.spi">InjectionRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InterceptorBinding.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InterceptorBinding.html" title="class in com.google.inject.spi">InterceptorBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/MembersInjectorLookup.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/MembersInjectorLookup.html" title="class in com.google.inject.spi">MembersInjectorLookup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Message.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html" title="class in com.google.inject.spi">ModuleAnnotatedMethodScannerBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderLookup.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProviderLookup.html" title="class in com.google.inject.spi">ProviderLookup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvisionListenerBinding.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProvisionListenerBinding.html" title="class in com.google.inject.spi">ProvisionListenerBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/RequireAtInjectOnConstructorsOption.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/RequireAtInjectOnConstructorsOption.html" title="class in com.google.inject.spi">RequireAtInjectOnConstructorsOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/RequireExactBindingAnnotationsOption.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/RequireExactBindingAnnotationsOption.html" title="class in com.google.inject.spi">RequireExactBindingAnnotationsOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/RequireExplicitBindingsOption.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/RequireExplicitBindingsOption.html" title="class in com.google.inject.spi">RequireExplicitBindingsOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ScopeBinding.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ScopeBinding.html" title="class in com.google.inject.spi">ScopeBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/StaticInjectionRequest.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/StaticInjectionRequest.html" title="class in com.google.inject.spi">StaticInjectionRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeConverterBinding.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/TypeConverterBinding.html" title="class in com.google.inject.spi">TypeConverterBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeListenerBinding.html#applyTo-com.google.inject.Binder-">applyTo(Binder)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/TypeListenerBinding.html" title="class in com.google.inject.spi">TypeListenerBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Types.html#arrayOf-java.lang.reflect.Type-">arrayOf(Type)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Types.html" title="class in com.google.inject.util">Types</a></dt>
<dd>
<div class="block">Returns an array type whose elements are all instances of
 <code>componentType</code>.</div>
</dd>
<dt><a href="com/google/inject/grapher/graphviz/ArrowType.html" title="enum in com.google.inject.grapher.graphviz"><span class="typeNameLink">ArrowType</span></a> - Enum in <a href="com/google/inject/grapher/graphviz/package-summary.html">com.google.inject.grapher.graphviz</a></dt>
<dd>
<div class="block">Arrow symbols that are available from Graphviz.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ScopedBindingBuilder.html#asEagerSingleton--">asEagerSingleton()</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ScopedBindingBuilder.html" title="interface in com.google.inject.binder">ScopedBindingBuilder</a></dt>
<dd>
<div class="block">Instructs the <a href="com/google/inject/Injector.html" title="interface in com.google.inject"><code>Injector</code></a> to eagerly initialize this
 singleton-scoped binding upon creation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#asEagerSingleton--">asEagerSingleton()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MultibindingsScanner.html#asModule--">asModule()</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/MultibindingsScanner.html" title="class in com.google.inject.multibindings">MultibindingsScanner</a></dt>
<dd>
<div class="block">Returns a module that, when installed, will scan all modules for methods with the annotations
 @<a href="com/google/inject/multibindings/ProvidesIntoMap.html" title="annotation in com.google.inject.multibindings"><code>ProvidesIntoMap</code></a>, @<a href="com/google/inject/multibindings/ProvidesIntoSet.html" title="annotation in com.google.inject.multibindings"><code>ProvidesIntoSet</code></a>, and
 @<a href="com/google/inject/multibindings/ProvidesIntoOptional.html" title="annotation in com.google.inject.multibindings"><code>ProvidesIntoOptional</code></a>.</div>
</dd>
<dt><a href="com/google/inject/assistedinject/Assisted.html" title="annotation in com.google.inject.assistedinject"><span class="typeNameLink">Assisted</span></a> - Annotation Type in <a href="com/google/inject/assistedinject/package-summary.html">com.google.inject.assistedinject</a></dt>
<dd>
<div class="block">Annotates an injected parameter or field whose value comes from an argument to a factory method.</div>
</dd>
<dt><a href="com/google/inject/assistedinject/AssistedInject.html" title="annotation in com.google.inject.assistedinject"><span class="typeNameLink">AssistedInject</span></a> - Annotation Type in <a href="com/google/inject/assistedinject/package-summary.html">com.google.inject.assistedinject</a></dt>
<dd>
<div class="block">
 When used in tandem with <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>, constructors annotated with 
 <code>@AssistedInject</code> indicate that multiple constructors can be injected, each with different
 parameters.</div>
</dd>
<dt><a href="com/google/inject/assistedinject/AssistedInjectBinding.html" title="interface in com.google.inject.assistedinject"><span class="typeNameLink">AssistedInjectBinding</span></a>&lt;<a href="com/google/inject/assistedinject/AssistedInjectBinding.html" title="type parameter in AssistedInjectBinding">T</a>&gt; - Interface in <a href="com/google/inject/assistedinject/package-summary.html">com.google.inject.assistedinject</a></dt>
<dd>
<div class="block">A binding for a factory created by FactoryModuleBuilder.</div>
</dd>
<dt><a href="com/google/inject/assistedinject/AssistedInjectTargetVisitor.html" title="interface in com.google.inject.assistedinject"><span class="typeNameLink">AssistedInjectTargetVisitor</span></a>&lt;<a href="com/google/inject/assistedinject/AssistedInjectTargetVisitor.html" title="type parameter in AssistedInjectTargetVisitor">T</a>,<a href="com/google/inject/assistedinject/AssistedInjectTargetVisitor.html" title="type parameter in AssistedInjectTargetVisitor">V</a>&gt; - Interface in <a href="com/google/inject/assistedinject/package-summary.html">com.google.inject.assistedinject</a></dt>
<dd>
<div class="block">A visitor for the AssistedInject extension.</div>
</dd>
<dt><a href="com/google/inject/assistedinject/AssistedMethod.html" title="interface in com.google.inject.assistedinject"><span class="typeNameLink">AssistedMethod</span></a> - Interface in <a href="com/google/inject/assistedinject/package-summary.html">com.google.inject.assistedinject</a></dt>
<dd>
<div class="block">Details about how a method in an assisted inject factory will be assisted.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#atInjectRequired-java.lang.Class-">atInjectRequired(Class)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:B">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#bind-com.google.inject.Key-">bind(Key&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#bind-com.google.inject.TypeLiteral-">bind(TypeLiteral&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#bind-java.lang.Class-">bind(Class&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#bind-com.google.inject.Key-">bind(Key&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#bind-com.google.inject.TypeLiteral-">bind(TypeLiteral&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#bind-java.lang.Class-">bind(Class&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#bind-com.google.inject.Key-">bind(Key&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#bind-com.google.inject.TypeLiteral-">bind(TypeLiteral&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#bind-java.lang.Class-">bind(Class&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.html#bind-java.lang.Class-java.lang.reflect.Type-">bind(Class&lt;P&gt;, Type)</a></span> - Method in class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/google/inject/throwingproviders/ThrowingProviderBinder.html#bind-java.lang.Class-java.lang.Class-"><code>ThrowingProviderBinder.bind(Class, Class)</code></a> or <a href="com/google/inject/throwingproviders/ThrowingProviderBinder.html#bind-java.lang.Class-com.google.inject.TypeLiteral-"><code>ThrowingProviderBinder.bind(Class, TypeLiteral)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.html#bind-java.lang.Class-java.lang.Class-">bind(Class&lt;P&gt;, Class&lt;T&gt;)</a></span> - Method in class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.html#bind-java.lang.Class-com.google.inject.TypeLiteral-">bind(Class&lt;P&gt;, TypeLiteral&lt;T&gt;)</a></span> - Method in class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spring/SpringIntegration.html#bindAll-com.google.inject.Binder-org.springframework.beans.factory.ListableBeanFactory-">bindAll(Binder, ListableBeanFactory)</a></span> - Static method in class com.google.inject.spring.<a href="com/google/inject/spring/SpringIntegration.html" title="class in com.google.inject.spring">SpringIntegration</a></dt>
<dd>
<div class="block">Binds all Spring beans from the given factory by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#bindConstant--">bindConstant()</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#bindConstant--">bindConstant()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#bindConstant--">bindConstant()</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#binder--">binder()</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>
<div class="block">Gets direct access to the underlying <code>Binder</code>.</div>
</dd>
<dt><a href="com/google/inject/Binder.html" title="interface in com.google.inject"><span class="typeNameLink">Binder</span></a> - Interface in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Collects configuration information (primarily <i>bindings</i>) which will be
 used to create an <a href="com/google/inject/Injector.html" title="interface in com.google.inject"><code>Injector</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#binder">binder</a></span> - Variable in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#binder--">binder()</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>
<div class="block">Returns the current binder.</div>
</dd>
<dt><a href="com/google/inject/Binding.html" title="interface in com.google.inject"><span class="typeNameLink">Binding</span></a>&lt;<a href="com/google/inject/Binding.html" title="type parameter in Binding">T</a>&gt; - Interface in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">A mapping from a key (type and optional annotation) to the strategy for getting instances of the
 type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#BINDING_TO_NULL">BINDING_TO_NULL</a></span> - Static variable in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#bindingAlreadySet-com.google.inject.Key-java.lang.Object-">bindingAlreadySet(Key&lt;?&gt;, Object)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/BindingAnnotation.html" title="annotation in com.google.inject"><span class="typeNameLink">BindingAnnotation</span></a> - Annotation Type in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Annotates annotations which are used for binding.</div>
</dd>
<dt><a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal"><span class="typeNameLink">BindingBuilder</span></a>&lt;<a href="com/google/inject/internal/BindingBuilder.html" title="type parameter in BindingBuilder">T</a>&gt; - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">Bind a non-constant key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#BindingBuilder-com.google.inject.Binder-java.util.List-java.lang.Object-com.google.inject.Key-">BindingBuilder(Binder, List&lt;Element&gt;, Object, Key&lt;T&gt;)</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/BindingEdge.html" title="class in com.google.inject.grapher"><span class="typeNameLink">BindingEdge</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Edge that connects an interface to the type or instance that is bound to implement it.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/BindingEdge.html#BindingEdge-com.google.inject.grapher.NodeId-com.google.inject.grapher.NodeId-com.google.inject.grapher.BindingEdge.Type-">BindingEdge(NodeId, NodeId, BindingEdge.Type)</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/BindingEdge.html" title="class in com.google.inject.grapher">BindingEdge</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/BindingEdge.Type.html" title="enum in com.google.inject.grapher"><span class="typeNameLink">BindingEdge.Type</span></a> - Enum in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Classification for what kind of binding this edge represents.</div>
</dd>
<dt><a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal"><span class="typeNameLink">BindingImpl</span></a>&lt;<a href="com/google/inject/internal/BindingImpl.html" title="type parameter in BindingImpl">T</a>&gt; - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#BindingImpl-com.google.inject.internal.InjectorImpl-com.google.inject.Key-java.lang.Object-com.google.inject.internal.InternalFactory-com.google.inject.internal.Scoping-">BindingImpl(InjectorImpl, Key&lt;T&gt;, Object, InternalFactory&lt;? extends T&gt;, Scoping)</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#BindingImpl-java.lang.Object-com.google.inject.Key-com.google.inject.internal.Scoping-">BindingImpl(Object, Key&lt;T&gt;, Scoping)</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/BindingScopingVisitor.html" title="interface in com.google.inject.spi"><span class="typeNameLink">BindingScopingVisitor</span></a>&lt;<a href="com/google/inject/spi/BindingScopingVisitor.html" title="type parameter in BindingScopingVisitor">V</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Visits each of the strategies used to scope an injection.</div>
</dd>
<dt><a href="com/google/inject/spi/BindingTargetVisitor.html" title="interface in com.google.inject.spi"><span class="typeNameLink">BindingTargetVisitor</span></a>&lt;<a href="com/google/inject/spi/BindingTargetVisitor.html" title="type parameter in BindingTargetVisitor">T</a>,<a href="com/google/inject/spi/BindingTargetVisitor.html" title="type parameter in BindingTargetVisitor">V</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Visits each of the strategies used to find an instance to satisfy an injection.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#bindingToProvider--">bindingToProvider()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#bindInterceptor-com.google.inject.matcher.Matcher-com.google.inject.matcher.Matcher-org.aopalliance.intercept.MethodInterceptor...-">bindInterceptor(Matcher&lt;? super Class&lt;?&gt;&gt;, Matcher&lt;? super Method&gt;, MethodInterceptor...)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#bindInterceptor-com.google.inject.matcher.Matcher-com.google.inject.matcher.Matcher-org.aopalliance.intercept.MethodInterceptor...-">bindInterceptor(Matcher&lt;? super Class&lt;?&gt;&gt;, Matcher&lt;? super Method&gt;, MethodInterceptor...)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Binds method interceptor[s] to methods matched by class and method matchers.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#bindInterceptor-com.google.inject.matcher.Matcher-com.google.inject.matcher.Matcher-org.aopalliance.intercept.MethodInterceptor...-">bindInterceptor(Matcher&lt;? super Class&lt;?&gt;&gt;, Matcher&lt;? super Method&gt;, MethodInterceptor...)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeEncounter.html#bindInterceptor-com.google.inject.matcher.Matcher-org.aopalliance.intercept.MethodInterceptor...-">bindInterceptor(Matcher&lt;? super Method&gt;, MethodInterceptor...)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/TypeEncounter.html" title="interface in com.google.inject.spi">TypeEncounter</a></dt>
<dd>
<div class="block">Binds method interceptor[s] to methods matched in type <code>I</code> and its supertypes.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#bindListener-com.google.inject.matcher.Matcher-com.google.inject.spi.TypeListener-">bindListener(Matcher&lt;? super TypeLiteral&lt;?&gt;&gt;, TypeListener)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#bindListener-com.google.inject.matcher.Matcher-com.google.inject.spi.ProvisionListener...-">bindListener(Matcher&lt;? super Binding&lt;?&gt;&gt;, ProvisionListener...)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#bindListener-com.google.inject.matcher.Matcher-com.google.inject.spi.TypeListener-">bindListener(Matcher&lt;? super TypeLiteral&lt;?&gt;&gt;, TypeListener)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Registers a listener for injectable types.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#bindListener-com.google.inject.matcher.Matcher-com.google.inject.spi.ProvisionListener...-">bindListener(Matcher&lt;? super Binding&lt;?&gt;&gt;, ProvisionListener...)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Registers listeners for provisioned objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#bindListener-com.google.inject.matcher.Matcher-com.google.inject.spi.TypeListener-">bindListener(Matcher&lt;? super TypeLiteral&lt;?&gt;&gt;, TypeListener)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#bindListener-com.google.inject.matcher.Matcher-com.google.inject.spi.ProvisionListener...-">bindListener(Matcher&lt;? super Binding&lt;?&gt;&gt;, ProvisionListener...)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/name/Names.html#bindProperties-com.google.inject.Binder-java.util.Map-">bindProperties(Binder, Map&lt;String, String&gt;)</a></span> - Static method in class com.google.inject.name.<a href="com/google/inject/name/Names.html" title="class in com.google.inject.name">Names</a></dt>
<dd>
<div class="block">Creates a constant binding to <code>@Named(key)</code> for each entry in
 <code>properties</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/name/Names.html#bindProperties-com.google.inject.Binder-java.util.Properties-">bindProperties(Binder, Properties)</a></span> - Static method in class com.google.inject.name.<a href="com/google/inject/name/Names.html" title="class in com.google.inject.name">Names</a></dt>
<dd>
<div class="block">Creates a constant binding to <code>@Named(key)</code> for each property.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#bindScope-java.lang.Class-com.google.inject.Scope-">bindScope(Class&lt;? extends Annotation&gt;, Scope)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#bindScope-java.lang.Class-com.google.inject.Scope-">bindScope(Class&lt;? extends Annotation&gt;, Scope)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Binds a scope to an annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#bindScope-java.lang.Class-com.google.inject.Scope-">bindScope(Class&lt;? extends Annotation&gt;, Scope)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#build-java.lang.Class-">build(Class&lt;F&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#build-com.google.inject.TypeLiteral-">build(TypeLiteral&lt;F&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#build-com.google.inject.Key-">build(Key&lt;F&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalInjectorCreator.html#build--">build()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/InternalInjectorCreator.html" title="class in com.google.inject.internal">InternalInjectorCreator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/BytecodeGen.html" title="class in com.google.inject.internal"><span class="typeNameLink">BytecodeGen</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">Utility methods for runtime code generation and class loading.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BytecodeGen.html#BytecodeGen--">BytecodeGen()</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/BytecodeGen.html" title="class in com.google.inject.internal">BytecodeGen</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/BytecodeGen.Visibility.html" title="enum in com.google.inject.internal"><span class="typeNameLink">BytecodeGen.Visibility</span></a> - Enum in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">The required visibility of a user's class from a Guice-generated class.</div>
</dd>
</dl>
<a name="I:C">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#cannotBindToGuiceType-java.lang.String-">cannotBindToGuiceType(String)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#cannotInjectAbstractMethod-java.lang.reflect.Method-">cannotInjectAbstractMethod(Method)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#cannotInjectFinalField-java.lang.reflect.Field-">cannotInjectFinalField(Field)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#cannotInjectInnerClass-java.lang.Class-">cannotInjectInnerClass(Class&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#cannotInjectMethodWithTypeParameters-java.lang.reflect.Method-">cannotInjectMethodWithTypeParameters(Method)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#cannotInjectNonVoidMethod-java.lang.reflect.Method-">cannotInjectNonVoidMethod(Method)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#cannotInjectRawMembersInjector--">cannotInjectRawMembersInjector()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#cannotInjectRawProvider--">cannotInjectRawProvider()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#cannotInjectRawTypeLiteral--">cannotInjectRawTypeLiteral()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#cannotInjectTypeLiteralOf-java.lang.reflect.Type-">cannotInjectTypeLiteralOf(Type)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#cannotSatisfyCircularDependency-java.lang.Class-">cannotSatisfyCircularDependency(Class&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.html#canonicalize-java.lang.reflect.Type-">canonicalize(Type)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.html" title="class in com.google.inject.internal">MoreTypes</a></dt>
<dd>
<div class="block">Returns a type that is functionally equal but not necessarily equal
 according to <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang"><code>Object.equals()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.html#canonicalizeForKey-com.google.inject.TypeLiteral-">canonicalizeForKey(TypeLiteral&lt;T&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.html" title="class in com.google.inject.internal">MoreTypes</a></dt>
<dd>
<div class="block">Returns an type that's appropriate for use in a key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#canonicalizeIfNamed-java.lang.annotation.Annotation-">canonicalizeIfNamed(Annotation)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>
<div class="block">If the annotation is an instance of <code>javax.inject.Named</code>, canonicalizes to
 com.google.guice.name.Named.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#canonicalizeIfNamed-java.lang.Class-">canonicalizeIfNamed(Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>
<div class="block">If the annotation is the class <code>javax.inject.Named</code>, canonicalizes to
 com.google.guice.name.Named.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.html#canonicalizeKey-com.google.inject.Key-">canonicalizeKey(Key&lt;T&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.html" title="class in com.google.inject.internal">MoreTypes</a></dt>
<dd>
<div class="block">Returns a key that doesn't hold any references to parent classes.</div>
</dd>
<dt><a href="com/google/inject/throwingproviders/CheckedProvider.html" title="interface in com.google.inject.throwingproviders"><span class="typeNameLink">CheckedProvider</span></a>&lt;<a href="com/google/inject/throwingproviders/CheckedProvider.html" title="type parameter in CheckedProvider">T</a>&gt; - Interface in <a href="com/google/inject/throwingproviders/package-summary.html">com.google.inject.throwingproviders</a></dt>
<dd>
<div class="block">Alternative to the Guice <a href="com/google/inject/Provider.html" title="interface in com.google.inject"><code>Provider</code></a> that throws
 a checked Exception.</div>
</dd>
<dt><a href="com/google/inject/throwingproviders/CheckedProvides.html" title="annotation in com.google.inject.throwingproviders"><span class="typeNameLink">CheckedProvides</span></a> - Annotation Type in <a href="com/google/inject/throwingproviders/package-summary.html">com.google.inject.throwingproviders</a></dt>
<dd>
<div class="block">Annotates methods of a <a href="com/google/inject/Module.html" title="interface in com.google.inject"><code>Module</code></a> to create a
 <a href="com/google/inject/throwingproviders/CheckedProvider.html" title="interface in com.google.inject.throwingproviders"><code>CheckedProvider</code></a> method binding that can throw exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#checkForMisplacedScopeAnnotations-java.lang.Class-java.lang.Object-com.google.inject.internal.Errors-">checkForMisplacedScopeAnnotations(Class&lt;?&gt;, Object, Errors)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>
<div class="block">Adds an error if there is a misplaced annotations on <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#checkForNull-T-java.lang.Object-com.google.inject.spi.Dependency-">checkForNull(T, Object, Dependency&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>
<div class="block">Returns <code>value</code> if it is non-null allowed to be null.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#checkNotAnnotated--">checkNotAnnotated()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ExposureBuilder.html#checkNotAnnotated--">checkNotAnnotated()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ExposureBuilder.html" title="class in com.google.inject.internal">ExposureBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#checkNotScoped--">checkNotScoped()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#checkNotTargetted--">checkNotTargetted()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#childBindingAlreadySet-com.google.inject.Key-java.util.Set-">childBindingAlreadySet(Key&lt;?&gt;, Set&lt;Object&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/CircularDependencyProxy.html" title="interface in com.google.inject.internal"><span class="typeNameLink">CircularDependencyProxy</span></a> - Interface in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#circularProxiesDisabled-java.lang.Class-">circularProxiesDisabled(Class&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/util/Classes.html" title="class in com.google.inject.internal.util"><span class="typeNameLink">Classes</span></a> - Class in <a href="com/google/inject/internal/util/package-summary.html">com.google.inject.internal.util</a></dt>
<dd>
<div class="block">Class utilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/Classes.html#Classes--">Classes()</a></span> - Constructor for class com.google.inject.internal.util.<a href="com/google/inject/internal/util/Classes.html" title="class in com.google.inject.internal.util">Classes</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/multibindings/ClassMapKey.html" title="annotation in com.google.inject.multibindings"><span class="typeNameLink">ClassMapKey</span></a> - Annotation Type in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">Allows @<a href="com/google/inject/multibindings/ProvidesIntoMap.html" title="annotation in com.google.inject.multibindings"><code>ProvidesIntoMap</code></a> to specify a class map key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/StackTraceElements.html#clearCache--">clearCache()</a></span> - Static method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/StackTraceElements.html" title="class in com.google.inject.internal.util">StackTraceElements</a></dt>
<dd>
<div class="block">Clears the internal cache for <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StackTraceElement.html?is-external=true" title="class or interface in java.lang"><code>StackTraceElements</code></a>.</div>
</dd>
<dt><a href="com/google/inject/package-summary.html">com.google.inject</a> - package com.google.inject</dt>
<dd>
<div class="block"><i>Google Guice</i> (pronounced "juice") is an ultra-lightweight dependency
 injection framework.</div>
</dd>
<dt><a href="com/google/inject/assistedinject/package-summary.html">com.google.inject.assistedinject</a> - package com.google.inject.assistedinject</dt>
<dd>
<div class="block">Extension for combining factory interfaces with injection; this extension requires <code>guice-assistedinject.jar</code>.</div>
</dd>
<dt><a href="com/google/inject/binder/package-summary.html">com.google.inject.binder</a> - package com.google.inject.binder</dt>
<dd>
<div class="block">Interfaces which make up <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>'s
 expression language.</div>
</dd>
<dt><a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a> - package com.google.inject.grapher</dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/graphviz/package-summary.html">com.google.inject.grapher.graphviz</a> - package com.google.inject.grapher.graphviz</dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a> - package com.google.inject.internal</dt>
<dd>
<div class="block"><i>Guice</i> (sounds like like "juice")</div>
</dd>
<dt><a href="com/google/inject/internal/util/package-summary.html">com.google.inject.internal.util</a> - package com.google.inject.internal.util</dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/jndi/package-summary.html">com.google.inject.jndi</a> - package com.google.inject.jndi</dt>
<dd>
<div class="block">JNDI integration; this extension requires <code>guice-jndi.jar</code>.</div>
</dd>
<dt><a href="com/google/inject/matcher/package-summary.html">com.google.inject.matcher</a> - package com.google.inject.matcher</dt>
<dd>
<div class="block">Used for matching things.</div>
</dd>
<dt><a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a> - package com.google.inject.multibindings</dt>
<dd>
<div class="block">Extension for binding multiple instances in a collection; this extension requires <code>guice-multibindings.jar</code>.</div>
</dd>
<dt><a href="com/google/inject/name/package-summary.html">com.google.inject.name</a> - package com.google.inject.name</dt>
<dd>
<div class="block">Support for binding to string-based names.</div>
</dd>
<dt><a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a> - package com.google.inject.servlet</dt>
<dd>
<div class="block">Servlet API scopes, bindings and registration; this extension requires <code>guice-servlet.jar</code>.</div>
</dd>
<dt><a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a> - package com.google.inject.spi</dt>
<dd>
<div class="block">Guice service provider interface</div>
</dd>
<dt><a href="com/google/inject/spring/package-summary.html">com.google.inject.spring</a> - package com.google.inject.spring</dt>
<dd>
<div class="block">Spring integration; this extension requires <code>guice-spring.jar</code>.</div>
</dd>
<dt><a href="com/google/inject/throwingproviders/package-summary.html">com.google.inject.throwingproviders</a> - package com.google.inject.throwingproviders</dt>
<dd>
<div class="block">Extension for injecting objects that may throw at provision time; this extension requires <code>guice-throwingproviders.jar</code>.</div>
</dd>
<dt><a href="com/google/inject/tools/jmx/package-summary.html">com.google.inject.tools.jmx</a> - package com.google.inject.tools.jmx</dt>
<dd>
<div class="block">JMX integration; this extension requires <code>guice-jmx.jar</code>.</div>
</dd>
<dt><a href="com/google/inject/util/package-summary.html">com.google.inject.util</a> - package com.google.inject.util</dt>
<dd>
<div class="block">Helper methods for working with Guice.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Modules.html#combine-com.google.inject.Module...-">combine(Module...)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Modules.html" title="class in com.google.inject.util">Modules</a></dt>
<dd>
<div class="block">Returns a new module that installs all of <code>modules</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Modules.html#combine-java.lang.Iterable-">combine(Iterable&lt;? extends Module&gt;)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Modules.html" title="class in com.google.inject.util">Modules</a></dt>
<dd>
<div class="block">Returns a new module that installs all of <code>modules</code>.</div>
</dd>
<dt><a href="com/google/inject/grapher/graphviz/CompassPoint.html" title="enum in com.google.inject.grapher.graphviz"><span class="typeNameLink">CompassPoint</span></a> - Enum in <a href="com/google/inject/grapher/graphviz/package-summary.html">com.google.inject.grapher.graphviz</a></dt>
<dd>
<div class="block">Enum for the "compass point" values used to control where edge
 end points appear on the graph.</div>
</dd>
<dt><a href="com/google/inject/ConfigurationException.html" title="class in com.google.inject"><span class="typeNameLink">ConfigurationException</span></a> - Exception in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Thrown when a programming error such as a misplaced annotation, illegal binding, or unsupported
 scope is found.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/ConfigurationException.html#ConfigurationException-java.lang.Iterable-">ConfigurationException(Iterable&lt;Message&gt;)</a></span> - Constructor for exception com.google.inject.<a href="com/google/inject/ConfigurationException.html" title="class in com.google.inject">ConfigurationException</a></dt>
<dd>
<div class="block">Creates a ConfigurationException containing <code>messages</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#configure-com.google.inject.Binder-">configure(Binder)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#configure--">configure()</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>
<div class="block">Configures a <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a> via the exposed methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizModule.html#configure--">configure()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizModule.html" title="class in com.google.inject.grapher.graphviz">GraphvizModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#configure-com.google.inject.Binder-">configure(Binder)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethodsModule.html#configure-com.google.inject.Binder-">configure(Binder)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethodsModule.html" title="class in com.google.inject.internal">ProviderMethodsModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Module.html#configure-com.google.inject.Binder-">configure(Binder)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Module.html" title="interface in com.google.inject">Module</a></dt>
<dd>
<div class="block">Contributes bindings and other configurations for this module to <code>binder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#configure-com.google.inject.Binder-">configure(Binder)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#configure--">configure()</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>
<div class="block">Creates bindings and other configurations private to this module.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.html#configure--">configure()</a></span> - Method in class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet">ServletModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.html#configureServlets--">configureServlets()</a></span> - Method in class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet">ServletModule</a></dt>
<dd>
<div class="block">Servlet Mapping EDSL</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#CONSTANT_VALUE_ALREADY_SET">CONSTANT_VALUE_ALREADY_SET</a></span> - Static variable in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder"><span class="typeNameLink">ConstantBindingBuilder</span></a> - Interface in <a href="com/google/inject/binder/package-summary.html">com.google.inject.binder</a></dt>
<dd>
<div class="block">Binds to a constant value.</div>
</dd>
<dt><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal"><span class="typeNameLink">ConstantBindingBuilderImpl</span></a>&lt;<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="type parameter in ConstantBindingBuilderImpl">T</a>&gt; - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">Bind a constant.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#ConstantBindingBuilderImpl-com.google.inject.Binder-java.util.List-java.lang.Object-">ConstantBindingBuilderImpl(Binder, List&lt;Element&gt;, Object)</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/ConstructorBinding.html" title="interface in com.google.inject.spi"><span class="typeNameLink">ConstructorBinding</span></a>&lt;<a href="com/google/inject/spi/ConstructorBinding.html" title="type parameter in ConstructorBinding">T</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A binding to the constructor of a concrete clss.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#constructorNotDefinedByType-java.lang.reflect.Constructor-com.google.inject.TypeLiteral-">constructorNotDefinedByType(Constructor&lt;?&gt;, TypeLiteral&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinderBinding.html#containsElement-com.google.inject.spi.Element-">containsElement(Element)</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinderBinding.html" title="interface in com.google.inject.multibindings">MapBinderBinding</a></dt>
<dd>
<div class="block">Returns true if this MapBinder contains the given Element in order to build the map or uses the
 given Element in order to support building and injecting the map.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MultibinderBinding.html#containsElement-com.google.inject.spi.Element-">containsElement(Element)</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MultibinderBinding.html" title="interface in com.google.inject.multibindings">MultibinderBinding</a></dt>
<dd>
<div class="block">Returns true if this Multibinder uses the given Element.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/OptionalBinderBinding.html#containsElement-com.google.inject.spi.Element-">containsElement(Element)</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/OptionalBinderBinding.html" title="interface in com.google.inject.multibindings">OptionalBinderBinding</a></dt>
<dd>
<div class="block">Returns true if this OptionalBinder contains the given Element in order to build the optional
 binding or uses the given Element in order to support building and injecting its data.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/GuiceServletContextListener.html#contextDestroyed-javax.servlet.ServletContextEvent-">contextDestroyed(ServletContextEvent)</a></span> - Method in class com.google.inject.servlet.<a href="com/google/inject/servlet/GuiceServletContextListener.html" title="class in com.google.inject.servlet">GuiceServletContextListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/GuiceServletContextListener.html#contextInitialized-javax.servlet.ServletContextEvent-">contextInitialized(ServletContextEvent)</a></span> - Method in class com.google.inject.servlet.<a href="com/google/inject/servlet/GuiceServletContextListener.html" title="class in com.google.inject.servlet">GuiceServletContextListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletScopes.html#continueRequest-java.util.concurrent.Callable-java.util.Map-">continueRequest(Callable&lt;T&gt;, Map&lt;Key&lt;?&gt;, Object&gt;)</a></span> - Static method in class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletScopes.html" title="class in com.google.inject.servlet">ServletScopes</a></dt>
<dd>
<div class="block">Wraps the given callable in a contextual callable that "continues" the
 HTTP request in another thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#conversionError-java.lang.String-java.lang.Object-com.google.inject.TypeLiteral-com.google.inject.spi.TypeConverterBinding-java.lang.RuntimeException-">conversionError(String, Object, TypeLiteral&lt;?&gt;, TypeConverterBinding, RuntimeException)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#conversionTypeError-java.lang.String-java.lang.Object-com.google.inject.TypeLiteral-com.google.inject.spi.TypeConverterBinding-java.lang.Object-">conversionTypeError(String, Object, TypeLiteral&lt;?&gt;, TypeConverterBinding, Object)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#convert-java.lang.Object-">convert(Object)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#convert-java.lang.Object-com.google.inject.spi.ElementSource-">convert(Object, ElementSource)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeConverter.html#convert-java.lang.String-com.google.inject.TypeLiteral-">convert(String, TypeLiteral&lt;?&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/TypeConverter.html" title="interface in com.google.inject.spi">TypeConverter</a></dt>
<dd>
<div class="block">Converts a string value.</div>
</dd>
<dt><a href="com/google/inject/spi/ConvertedConstantBinding.html" title="interface in com.google.inject.spi"><span class="typeNameLink">ConvertedConstantBinding</span></a>&lt;<a href="com/google/inject/spi/ConvertedConstantBinding.html" title="type parameter in ConvertedConstantBinding">T</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A binding created from converting a bound instance to a new type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#converterReturnedNull-java.lang.String-java.lang.Object-com.google.inject.TypeLiteral-com.google.inject.spi.TypeConverterBinding-">converterReturnedNull(String, Object, TypeLiteral&lt;?&gt;, TypeConverterBinding)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/StackTraceElements.html#convertToInMemoryStackTraceElement-java.lang.StackTraceElement:A-">convertToInMemoryStackTraceElement(StackTraceElement[])</a></span> - Static method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/StackTraceElements.html" title="class in com.google.inject.internal.util">StackTraceElements</a></dt>
<dd>
<div class="block">Returns encoded in-memory version of <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StackTraceElement.html?is-external=true" title="class or interface in java.lang"><code>StackTraceElements</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/StackTraceElements.html#convertToStackTraceElement-com.google.inject.internal.util.StackTraceElements.InMemoryStackTraceElement:A-">convertToStackTraceElement(StackTraceElements.InMemoryStackTraceElement[])</a></span> - Static method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/StackTraceElements.html" title="class in com.google.inject.internal.util">StackTraceElements</a></dt>
<dd>
<div class="block">Decodes in-memory stack trace elements to regular <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StackTraceElement.html?is-external=true" title="class or interface in java.lang"><code>StackTraceElements</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#convertToTypes-com.google.inject.matcher.Matcher-com.google.inject.spi.TypeConverter-">convertToTypes(Matcher&lt;? super TypeLiteral&lt;?&gt;&gt;, TypeConverter)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#convertToTypes-com.google.inject.matcher.Matcher-com.google.inject.spi.TypeConverter-">convertToTypes(Matcher&lt;? super TypeLiteral&lt;?&gt;&gt;, TypeConverter)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Binds a type converter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#convertToTypes-com.google.inject.matcher.Matcher-com.google.inject.spi.TypeConverter-">convertToTypes(Matcher&lt;? super TypeLiteral&lt;?&gt;&gt;, TypeConverter)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/BindingEdge.html#copy-com.google.inject.grapher.NodeId-com.google.inject.grapher.NodeId-">copy(NodeId, NodeId)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/BindingEdge.html" title="class in com.google.inject.grapher">BindingEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/DependencyEdge.html#copy-com.google.inject.grapher.NodeId-com.google.inject.grapher.NodeId-">copy(NodeId, NodeId)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/DependencyEdge.html" title="class in com.google.inject.grapher">DependencyEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Edge.html#copy-com.google.inject.grapher.NodeId-com.google.inject.grapher.NodeId-">copy(NodeId, NodeId)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/Edge.html" title="class in com.google.inject.grapher">Edge</a></dt>
<dd>
<div class="block">Returns a copy of the edge with new node IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ImplementationNode.html#copy-com.google.inject.grapher.NodeId-">copy(NodeId)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/ImplementationNode.html" title="class in com.google.inject.grapher">ImplementationNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/InstanceNode.html#copy-com.google.inject.grapher.NodeId-">copy(NodeId)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/InstanceNode.html" title="class in com.google.inject.grapher">InstanceNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/InterfaceNode.html#copy-com.google.inject.grapher.NodeId-">copy(NodeId)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/InterfaceNode.html" title="class in com.google.inject.grapher">InterfaceNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Node.html#copy-com.google.inject.grapher.NodeId-">copy(NodeId)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/Node.html" title="class in com.google.inject.grapher">Node</a></dt>
<dd>
<div class="block">Returns a copy of the node with a new ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/FailableCache.html#create-K-com.google.inject.internal.Errors-">create(K, Errors)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/FailableCache.html" title="class in com.google.inject.internal">FailableCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/UniqueAnnotations.html#create--">create()</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/UniqueAnnotations.html" title="class in com.google.inject.internal">UniqueAnnotations</a></dt>
<dd>
<div class="block">Returns an annotation instance that is not equal to any other annotation
 instances, for use in creating distinct <a href="com/google/inject/Key.html" title="class in com.google.inject"><code>Key</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.html#create-com.google.inject.Binder-">create(Binder)</a></span> - Static method in class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AliasCreator.html#createAliases-java.lang.Iterable-">createAliases(Iterable&lt;Binding&lt;?&gt;&gt;)</a></span> - Method in interface com.google.inject.grapher.<a href="com/google/inject/grapher/AliasCreator.html" title="interface in com.google.inject.grapher">AliasCreator</a></dt>
<dd>
<div class="block">Returns aliases for the given dependency graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#createChildInjector-java.lang.Iterable-">createChildInjector(Iterable&lt;? extends Module&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns a new injector that inherits all state from this injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#createChildInjector-com.google.inject.Module...-">createChildInjector(Module...)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns a new injector that inherits all state from this injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Guice.html#createInjector-com.google.inject.Module...-">createInjector(Module...)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Guice.html" title="class in com.google.inject">Guice</a></dt>
<dd>
<div class="block">Creates an injector for the given set of modules.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Guice.html#createInjector-java.lang.Iterable-">createInjector(Iterable&lt;? extends Module&gt;)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Guice.html" title="class in com.google.inject">Guice</a></dt>
<dd>
<div class="block">Creates an injector for the given set of modules.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Guice.html#createInjector-com.google.inject.Stage-com.google.inject.Module...-">createInjector(Stage, Module...)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Guice.html" title="class in com.google.inject">Guice</a></dt>
<dd>
<div class="block">Creates an injector for the given set of modules, in a given development
 stage.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Guice.html#createInjector-com.google.inject.Stage-java.lang.Iterable-">createInjector(Stage, Iterable&lt;? extends Module&gt;)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Guice.html" title="class in com.google.inject">Guice</a></dt>
<dd>
<div class="block">Creates an injector for the given set of modules, in a given development
 stage.</div>
</dd>
<dt><a href="com/google/inject/CreationException.html" title="class in com.google.inject"><span class="typeNameLink">CreationException</span></a> - Exception in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Thrown when errors occur while creating a <a href="com/google/inject/Injector.html" title="interface in com.google.inject"><code>Injector</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/CreationException.html#CreationException-java.util.Collection-">CreationException(Collection&lt;Message&gt;)</a></span> - Constructor for exception com.google.inject.<a href="com/google/inject/CreationException.html" title="class in com.google.inject">CreationException</a></dt>
<dd>
<div class="block">Creates a CreationException containing <code>messages</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#currentStage--">currentStage()</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#currentStage--">currentStage()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Gets the current stage.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#currentStage--">currentStage()</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:D">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/SourceProvider.html#DEFAULT_INSTANCE">DEFAULT_INSTANCE</a></span> - Static variable in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/SourceProvider.html" title="class in com.google.inject.internal.util">SourceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/DefaultBindingScopingVisitor.html" title="class in com.google.inject.spi"><span class="typeNameLink">DefaultBindingScopingVisitor</span></a>&lt;<a href="com/google/inject/spi/DefaultBindingScopingVisitor.html" title="type parameter in DefaultBindingScopingVisitor">V</a>&gt; - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">No-op visitor for subclassing.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingScopingVisitor.html#DefaultBindingScopingVisitor--">DefaultBindingScopingVisitor()</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingScopingVisitor.html" title="class in com.google.inject.spi">DefaultBindingScopingVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="class in com.google.inject.spi"><span class="typeNameLink">DefaultBindingTargetVisitor</span></a>&lt;<a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="type parameter in DefaultBindingTargetVisitor">T</a>,<a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="type parameter in DefaultBindingTargetVisitor">V</a>&gt; - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">No-op visitor for subclassing.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingTargetVisitor.html#DefaultBindingTargetVisitor--">DefaultBindingTargetVisitor()</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="class in com.google.inject.spi">DefaultBindingTargetVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi"><span class="typeNameLink">DefaultElementVisitor</span></a>&lt;<a href="com/google/inject/spi/DefaultElementVisitor.html" title="type parameter in DefaultElementVisitor">V</a>&gt; - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">No-op visitor for subclassing.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#DefaultElementVisitor--">DefaultElementVisitor()</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/DefaultRootKeySetCreator.html" title="class in com.google.inject.grapher"><span class="typeNameLink">DefaultRootKeySetCreator</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Root key set creator that starts with all types that are not Guice internal types or the
 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging"><code>Logger</code></a> type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/DefaultRootKeySetCreator.html#DefaultRootKeySetCreator--">DefaultRootKeySetCreator()</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/DefaultRootKeySetCreator.html" title="class in com.google.inject.grapher">DefaultRootKeySetCreator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/Dependency.html" title="class in com.google.inject.spi"><span class="typeNameLink">Dependency</span></a>&lt;<a href="com/google/inject/spi/Dependency.html" title="type parameter in Dependency">T</a>&gt; - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A variable that can be resolved by an injector.</div>
</dd>
<dt><a href="com/google/inject/spi/DependencyAndSource.html" title="class in com.google.inject.spi"><span class="typeNameLink">DependencyAndSource</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A combination of a <a href="com/google/inject/spi/Dependency.html" title="class in com.google.inject.spi"><code>Dependency</code></a> and the <a href="com/google/inject/spi/Element.html#getSource--"><code>source</code></a> where the dependency was bound.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DependencyAndSource.html#DependencyAndSource-com.google.inject.spi.Dependency-java.lang.Object-">DependencyAndSource(Dependency&lt;?&gt;, Object)</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/DependencyAndSource.html" title="class in com.google.inject.spi">DependencyAndSource</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/DependencyEdge.html" title="class in com.google.inject.grapher"><span class="typeNameLink">DependencyEdge</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Edge from a class or <a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi"><code>InjectionPoint</code></a> to the interface node that will satisfy the
 dependency.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/DependencyEdge.html#DependencyEdge-com.google.inject.grapher.NodeId-com.google.inject.grapher.NodeId-com.google.inject.spi.InjectionPoint-">DependencyEdge(NodeId, NodeId, InjectionPoint)</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/DependencyEdge.html" title="class in com.google.inject.grapher">DependencyEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/GuiceFilter.html#destroy--">destroy()</a></span> - Method in class com.google.inject.servlet.<a href="com/google/inject/servlet/GuiceFilter.html" title="class in com.google.inject.servlet">GuiceFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#disableCircularProxies--">disableCircularProxies()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Prevents Guice from constructing a <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Proxy.html?is-external=true" title="class or interface in java.lang.reflect"><code>Proxy</code></a> when a circular dependency
 is found.</div>
</dd>
<dt><a href="com/google/inject/spi/DisableCircularProxiesOption.html" title="class in com.google.inject.spi"><span class="typeNameLink">DisableCircularProxiesOption</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A request to disable circular proxies.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/GuiceFilter.html#doFilter-javax.servlet.ServletRequest-javax.servlet.ServletResponse-javax.servlet.FilterChain-">doFilter(ServletRequest, ServletResponse, FilterChain)</a></span> - Method in class com.google.inject.servlet.<a href="com/google/inject/servlet/GuiceFilter.html" title="class in com.google.inject.servlet">GuiceFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#duplicateBindingAnnotations-java.lang.reflect.Member-java.lang.Class-java.lang.Class-">duplicateBindingAnnotations(Member, Class&lt;? extends Annotation&gt;, Class&lt;? extends Annotation&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#duplicateScopeAnnotations-java.lang.Class-java.lang.Class-">duplicateScopeAnnotations(Class&lt;? extends Annotation&gt;, Class&lt;? extends Annotation&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#duplicateScopes-com.google.inject.spi.ScopeBinding-java.lang.Class-com.google.inject.Scope-">duplicateScopes(ScopeBinding, Class&lt;? extends Annotation&gt;, Scope)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:E">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#EAGER_SINGLETON">EAGER_SINGLETON</a></span> - Static variable in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/Edge.html" title="class in com.google.inject.grapher"><span class="typeNameLink">Edge</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Edge in a guice dependency graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Edge.html#Edge-com.google.inject.grapher.NodeId-com.google.inject.grapher.NodeId-">Edge(NodeId, NodeId)</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/Edge.html" title="class in com.google.inject.grapher">Edge</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/EdgeCreator.html" title="interface in com.google.inject.grapher"><span class="typeNameLink">EdgeCreator</span></a> - Interface in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Creator of graph edges to render.</div>
</dd>
<dt><a href="com/google/inject/grapher/graphviz/EdgeStyle.html" title="enum in com.google.inject.grapher.graphviz"><span class="typeNameLink">EdgeStyle</span></a> - Enum in <a href="com/google/inject/grapher/graphviz/package-summary.html">com.google.inject.grapher.graphviz</a></dt>
<dd>
<div class="block">Styles for edges.</div>
</dd>
<dt><a href="com/google/inject/spi/Element.html" title="interface in com.google.inject.spi"><span class="typeNameLink">Element</span></a> - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A core component of a module or injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#elements">elements</a></span> - Variable in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/Elements.html" title="class in com.google.inject.spi"><span class="typeNameLink">Elements</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Exposes elements of a module so they can be inspected, validated or <a href="com/google/inject/spi/Element.html#applyTo-com.google.inject.Binder-"><code>rewritten</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Elements.html#Elements--">Elements()</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/Elements.html" title="class in com.google.inject.spi">Elements</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/ElementSource.html" title="class in com.google.inject.spi"><span class="typeNameLink">ElementSource</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Contains information about where and how an <a href="com/google/inject/spi/Element.html" title="interface in com.google.inject.spi"><code>element</code></a> was
 bound.</div>
</dd>
<dt><a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi"><span class="typeNameLink">ElementVisitor</span></a>&lt;<a href="com/google/inject/spi/ElementVisitor.html" title="type parameter in ElementVisitor">V</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Visit elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Modules.html#EMPTY_MODULE">EMPTY_MODULE</a></span> - Static variable in class com.google.inject.util.<a href="com/google/inject/util/Modules.html" title="class in com.google.inject.util">Modules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.html#EMPTY_TYPE_ARRAY">EMPTY_TYPE_ARRAY</a></span> - Static variable in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.html" title="class in com.google.inject.internal">MoreTypes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryProvider.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryProvider.html" title="class in com.google.inject.assistedinject">FactoryProvider</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/BindingEdge.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/BindingEdge.html" title="class in com.google.inject.grapher">BindingEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/DependencyEdge.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/DependencyEdge.html" title="class in com.google.inject.grapher">DependencyEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Edge.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/Edge.html" title="class in com.google.inject.grapher">Edge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ImplementationNode.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/ImplementationNode.html" title="class in com.google.inject.grapher">ImplementationNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/InstanceNode.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/InstanceNode.html" title="class in com.google.inject.grapher">InstanceNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/InterfaceNode.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/InterfaceNode.html" title="class in com.google.inject.grapher">InterfaceNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Node.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/Node.html" title="class in com.google.inject.grapher">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NodeId.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/NodeId.html" title="class in com.google.inject.grapher">NodeId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/LinkedBindingImpl.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/LinkedBindingImpl.html" title="class in com.google.inject.internal">LinkedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.html#equals-java.lang.reflect.Type-java.lang.reflect.Type-">equals(Type, Type)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.html" title="class in com.google.inject.internal">MoreTypes</a></dt>
<dd>
<div class="block">Returns true if <code>a</code> and <code>b</code> are equal.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.GenericArrayTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.ParameterizedTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.WildcardTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethodsModule.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethodsModule.html" title="class in com.google.inject.internal">ProviderMethodsModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/StackTraceElements.InMemoryStackTraceElement.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/StackTraceElements.InMemoryStackTraceElement.html" title="class in com.google.inject.internal.util">StackTraceElements.InMemoryStackTraceElement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Dependency.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Dependency.html" title="class in com.google.inject.spi">Dependency</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Message.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/TypeLiteral.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.google.inject.<a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#errorCheckingDuplicateBinding-com.google.inject.Key-java.lang.Object-java.lang.Throwable-">errorCheckingDuplicateBinding(Key&lt;?&gt;, Object, Throwable)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#errorEnhancingClass-java.lang.Class-java.lang.Throwable-">errorEnhancingClass(Class&lt;?&gt;, Throwable)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#errorInjectingConstructor-java.lang.Throwable-">errorInjectingConstructor(Throwable)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#errorInjectingMethod-java.lang.Throwable-">errorInjectingMethod(Throwable)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#errorInProvider-java.lang.RuntimeException-">errorInProvider(RuntimeException)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#errorInUserCode-java.lang.Throwable-java.lang.String-java.lang.Object...-">errorInUserCode(Throwable, String, Object...)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#errorInUserInjector-com.google.inject.MembersInjector-com.google.inject.TypeLiteral-java.lang.RuntimeException-">errorInUserInjector(MembersInjector&lt;?&gt;, TypeLiteral&lt;?&gt;, RuntimeException)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#errorNotifyingInjectionListener-com.google.inject.spi.InjectionListener-com.google.inject.TypeLiteral-java.lang.RuntimeException-">errorNotifyingInjectionListener(InjectionListener&lt;?&gt;, TypeLiteral&lt;?&gt;, RuntimeException)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#errorNotifyingTypeListener-com.google.inject.spi.TypeListenerBinding-com.google.inject.TypeLiteral-java.lang.Throwable-">errorNotifyingTypeListener(TypeListenerBinding, TypeLiteral&lt;?&gt;, Throwable)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal"><span class="typeNameLink">Errors</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">A collection of error messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#Errors--">Errors()</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#Errors-java.lang.Object-">Errors(Object)</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/ErrorsException.html" title="class in com.google.inject.internal"><span class="typeNameLink">ErrorsException</span></a> - Exception in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">Indicates that a result could not be returned while preparing or resolving a binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ErrorsException.html#ErrorsException-com.google.inject.internal.Errors-">ErrorsException(Errors)</a></span> - Constructor for exception com.google.inject.internal.<a href="com/google/inject/internal/ErrorsException.html" title="class in com.google.inject.internal">ErrorsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateBinder.html#expose-com.google.inject.Key-">expose(Key&lt;?&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/PrivateBinder.html" title="interface in com.google.inject">PrivateBinder</a></dt>
<dd>
<div class="block">Makes the binding for <code>key</code> available to the enclosing environment</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateBinder.html#expose-java.lang.Class-">expose(Class&lt;?&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/PrivateBinder.html" title="interface in com.google.inject">PrivateBinder</a></dt>
<dd>
<div class="block">Makes a binding for <code>type</code> available to the enclosing environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateBinder.html#expose-com.google.inject.TypeLiteral-">expose(TypeLiteral&lt;?&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/PrivateBinder.html" title="interface in com.google.inject">PrivateBinder</a></dt>
<dd>
<div class="block">Makes a binding for <code>type</code> available to the enclosing environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#expose-com.google.inject.Key-">expose(Key&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>
<div class="block">Makes the binding for <code>key</code> available to other modules and the injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#expose-java.lang.Class-">expose(Class&lt;?&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>
<div class="block">Makes a binding for <code>type</code> available to other modules and the injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#expose-com.google.inject.TypeLiteral-">expose(TypeLiteral&lt;?&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>
<div class="block">Makes a binding for <code>type</code> available to other modules and the injector.</div>
</dd>
<dt><a href="com/google/inject/Exposed.html" title="annotation in com.google.inject"><span class="typeNameLink">Exposed</span></a> - Annotation Type in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Acccompanies a @<a href="com/google/inject/Provides.html" title="annotation in com.google.inject"><code>Provides</code></a> method annotation in a
 private module to indicate that the provided binding is exposed.</div>
</dd>
<dt><a href="com/google/inject/spi/ExposedBinding.html" title="interface in com.google.inject.spi"><span class="typeNameLink">ExposedBinding</span></a>&lt;<a href="com/google/inject/spi/ExposedBinding.html" title="type parameter in ExposedBinding">T</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A binding to a key exposed from an enclosed private environment.</div>
</dd>
<dt><a href="com/google/inject/internal/ExposedBindingImpl.html" title="class in com.google.inject.internal"><span class="typeNameLink">ExposedBindingImpl</span></a>&lt;<a href="com/google/inject/internal/ExposedBindingImpl.html" title="type parameter in ExposedBindingImpl">T</a>&gt; - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ExposedBindingImpl.html#ExposedBindingImpl-com.google.inject.internal.InjectorImpl-java.lang.Object-com.google.inject.Key-com.google.inject.internal.InternalFactory-com.google.inject.spi.PrivateElements-">ExposedBindingImpl(InjectorImpl, Object, Key&lt;T&gt;, InternalFactory&lt;T&gt;, PrivateElements)</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/ExposedBindingImpl.html" title="class in com.google.inject.internal">ExposedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#exposedButNotBound-com.google.inject.Key-">exposedButNotBound(Key&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/ExposureBuilder.html" title="class in com.google.inject.internal"><span class="typeNameLink">ExposureBuilder</span></a>&lt;<a href="com/google/inject/internal/ExposureBuilder.html" title="type parameter in ExposureBuilder">T</a>&gt; - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">For private binder's expose() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ExposureBuilder.html#ExposureBuilder-com.google.inject.Binder-java.lang.Object-com.google.inject.Key-">ExposureBuilder(Binder, Object, Key&lt;T&gt;)</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/ExposureBuilder.html" title="class in com.google.inject.internal">ExposureBuilder</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:F">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><span class="typeNameLink">FactoryModuleBuilder</span></a> - Class in <a href="com/google/inject/assistedinject/package-summary.html">com.google.inject.assistedinject</a></dt>
<dd>
<div class="block">Provides a factory that combines the caller's arguments with injector-supplied values to
 construct objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#FactoryModuleBuilder--">FactoryModuleBuilder()</a></span> - Constructor for class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/assistedinject/FactoryProvider.html" title="class in com.google.inject.assistedinject"><span class="typeNameLink">FactoryProvider</span></a>&lt;<a href="com/google/inject/assistedinject/FactoryProvider.html" title="type parameter in FactoryProvider">F</a>&gt; - Class in <a href="com/google/inject/assistedinject/package-summary.html">com.google.inject.assistedinject</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a> instead.</span></div>
</div>
</dd>
<dt><a href="com/google/inject/internal/FailableCache.html" title="class in com.google.inject.internal"><span class="typeNameLink">FailableCache</span></a>&lt;<a href="com/google/inject/internal/FailableCache.html" title="type parameter in FailableCache">K</a>,<a href="com/google/inject/internal/FailableCache.html" title="type parameter in FailableCache">V</a>&gt; - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">Lazily creates (and caches) values for keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/FailableCache.html#FailableCache--">FailableCache()</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/FailableCache.html" title="class in com.google.inject.internal">FailableCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.html#filter-java.lang.String-java.lang.String...-">filter(String, String...)</a></span> - Method in class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet">ServletModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.html#filterRegex-java.lang.String-java.lang.String...-">filterRegex(String, String...)</a></span> - Method in class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet">ServletModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#findBindingAnnotation-com.google.inject.internal.Errors-java.lang.reflect.Member-java.lang.annotation.Annotation:A-">findBindingAnnotation(Errors, Member, Annotation[])</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>
<div class="block">Returns the binding annotation on <code>member</code>, or null if there isn't one.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#findBindingsByType-com.google.inject.TypeLiteral-">findBindingsByType(TypeLiteral&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns all explicit bindings for <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#findScopeAnnotation-com.google.inject.internal.Errors-java.lang.Class-">findScopeAnnotation(Errors, Class&lt;?&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>
<div class="block">Returns the scope annotation on <code>type</code>, or null if none is specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#findScopeAnnotation-com.google.inject.internal.Errors-java.lang.annotation.Annotation:A-">findScopeAnnotation(Errors, Annotation[])</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>
<div class="block">Returns the scoping annotation, or null if there isn't one.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#finish--">finish()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#forAnnotation-java.lang.Class-">forAnnotation(Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#forConstructor-java.lang.reflect.Constructor-">forConstructor(Constructor&lt;T&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns a new injection point for the specified constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#forConstructor-java.lang.reflect.Constructor-com.google.inject.TypeLiteral-">forConstructor(Constructor&lt;T&gt;, TypeLiteral&lt;? extends T&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns a new injection point for the specified constructor of <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#forConstructorOf-com.google.inject.TypeLiteral-">forConstructorOf(TypeLiteral&lt;?&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns a new injection point for the injectable constructor of <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#forConstructorOf-java.lang.Class-">forConstructorOf(Class&lt;?&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns a new injection point for the injectable constructor of <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Dependency.html#forInjectionPoints-java.util.Set-">forInjectionPoints(Set&lt;InjectionPoint&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/Dependency.html" title="class in com.google.inject.spi">Dependency</a></dt>
<dd>
<div class="block">Returns the dependencies from the given injection points.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#forInstance-com.google.inject.Scope-">forInstance(Scope)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#forInstanceMethodsAndFields-com.google.inject.TypeLiteral-">forInstanceMethodsAndFields(TypeLiteral&lt;?&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns all instance method and field injection points on <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#forInstanceMethodsAndFields-java.lang.Class-">forInstanceMethodsAndFields(Class&lt;?&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns all instance method and field injection points on <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#format-java.lang.String-java.lang.Object...-">format(String, Object...)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#format-java.lang.String-java.util.Collection-">format(String, Collection&lt;Message&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>
<div class="block">Returns the formatted message for an exception with the specified messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#formatInjectionPoint-java.util.Formatter-com.google.inject.spi.Dependency-com.google.inject.spi.InjectionPoint-com.google.inject.spi.ElementSource-">formatInjectionPoint(Formatter, Dependency&lt;?&gt;, InjectionPoint, ElementSource)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#formatSource-java.util.Formatter-java.lang.Object-">formatSource(Formatter, Object)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#formatSource-java.util.Formatter-java.lang.Object-com.google.inject.spi.ElementSource-">formatSource(Formatter, Object, ElementSource)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BytecodeGen.Visibility.html#forMember-java.lang.reflect.Member-">forMember(Member)</a></span> - Static method in enum com.google.inject.internal.<a href="com/google/inject/internal/BytecodeGen.Visibility.html" title="enum in com.google.inject.internal">BytecodeGen.Visibility</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/StackTraceElements.html#forMember-java.lang.reflect.Member-">forMember(Member)</a></span> - Static method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/StackTraceElements.html" title="class in com.google.inject.internal.util">StackTraceElements</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#forMethod-java.lang.reflect.Method-com.google.inject.TypeLiteral-">forMethod(Method, TypeLiteral&lt;T&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns a new injection point for the specified method of <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethodsModule.html#forModule-com.google.inject.Module-">forModule(Module)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethodsModule.html" title="class in com.google.inject.internal">ProviderMethodsModule</a></dt>
<dd>
<div class="block">Returns a module which creates bindings for provider methods from the given module.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethodsModule.html#forModule-java.lang.Object-com.google.inject.spi.ModuleAnnotatedMethodScanner-">forModule(Object, ModuleAnnotatedMethodScanner)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethodsModule.html" title="class in com.google.inject.internal">ProviderMethodsModule</a></dt>
<dd>
<div class="block">Returns a module which creates bindings methods in the module that match the scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.html#forModule-com.google.inject.Module-">forModule(Module)</a></span> - Static method in class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder</a></dt>
<dd>
<div class="block">Returns a module that installs @<a href="com/google/inject/throwingproviders/CheckedProvides.html" title="annotation in com.google.inject.throwingproviders"><code>CheckedProvides</code></a> methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethodsModule.html#forObject-java.lang.Object-">forObject(Object)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethodsModule.html" title="class in com.google.inject.internal">ProviderMethodsModule</a></dt>
<dd>
<div class="block">Returns a module which creates bindings for provider methods from the given object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#forStaticMethodsAndFields-com.google.inject.TypeLiteral-">forStaticMethodsAndFields(TypeLiteral&lt;?&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns all static method and field injection points on <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#forStaticMethodsAndFields-java.lang.Class-">forStaticMethodsAndFields(Class&lt;?&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns all static method and field injection points on <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BytecodeGen.Visibility.html#forType-java.lang.Class-">forType(Class&lt;?&gt;)</a></span> - Static method in enum com.google.inject.internal.<a href="com/google/inject/internal/BytecodeGen.Visibility.html" title="enum in com.google.inject.internal">BytecodeGen.Visibility</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/StackTraceElements.html#forType-java.lang.Class-">forType(Class&lt;?&gt;)</a></span> - Static method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/StackTraceElements.html" title="class in com.google.inject.internal.util">StackTraceElements</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/jndi/JndiIntegration.html#fromJndi-java.lang.Class-java.lang.String-">fromJndi(Class&lt;T&gt;, String)</a></span> - Static method in class com.google.inject.jndi.<a href="com/google/inject/jndi/JndiIntegration.html" title="class in com.google.inject.jndi">JndiIntegration</a></dt>
<dd>
<div class="block">Creates a provider which looks up objects in JNDI using the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spring/SpringIntegration.html#fromSpring-java.lang.Class-java.lang.String-">fromSpring(Class&lt;T&gt;, String)</a></span> - Static method in class com.google.inject.spring.<a href="com/google/inject/spring/SpringIntegration.html" title="class in com.google.inject.spring">SpringIntegration</a></dt>
<dd>
<div class="block">Creates a provider which looks up objects from Spring using the given name.</div>
</dd>
</dl>
<a name="I:G">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#generateAnnotation-java.lang.Class-">generateAnnotation(Class&lt;T&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>
<div class="block">Generates an Annotation for the annotation class.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html#GenericArrayTypeImpl-java.lang.reflect.Type-">GenericArrayTypeImpl(Type)</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.GenericArrayTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryProvider.html#get--">get()</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryProvider.html" title="class in com.google.inject.assistedinject">FactoryProvider</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/FailableCache.html#get-K-com.google.inject.internal.Errors-">get(K, Errors)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/FailableCache.html" title="class in com.google.inject.internal">FailableCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#get--">get()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/SourceProvider.html#get-java.lang.StackTraceElement:A-">get(StackTraceElement[])</a></span> - Method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/SourceProvider.html" title="class in com.google.inject.internal.util">SourceProvider</a></dt>
<dd>
<div class="block">Returns the calling line of code.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#get-java.lang.Class-">get(Class&lt;T&gt;)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Gets a key for an injection type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#get-java.lang.Class-java.lang.Class-">get(Class&lt;T&gt;, Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Gets a key for an injection type and an annotation type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#get-java.lang.Class-java.lang.annotation.Annotation-">get(Class&lt;T&gt;, Annotation)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Gets a key for an injection type and an annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#get-java.lang.reflect.Type-">get(Type)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Gets a key for an injection type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#get-java.lang.reflect.Type-java.lang.Class-">get(Type, Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Gets a key for an injection type and an annotation type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#get-java.lang.reflect.Type-java.lang.annotation.Annotation-">get(Type, Annotation)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Gets a key for an injection type and an annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#get-com.google.inject.TypeLiteral-">get(TypeLiteral&lt;T&gt;)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Gets a key for an injection type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#get-com.google.inject.TypeLiteral-java.lang.Class-">get(TypeLiteral&lt;T&gt;, Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Gets a key for an injection type and an annotation type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#get-com.google.inject.TypeLiteral-java.lang.annotation.Annotation-">get(TypeLiteral&lt;T&gt;, Annotation)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Gets a key for an injection type and an annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Provider.html#get--">get()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Provider.html" title="interface in com.google.inject">Provider</a></dt>
<dd>
<div class="block">Provides an instance of <code>T</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Dependency.html#get-com.google.inject.Key-">get(Key&lt;T&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/Dependency.html" title="class in com.google.inject.spi">Dependency</a></dt>
<dd>
<div class="block">Returns a new dependency that is not attached to an injection point.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/CheckedProvider.html#get--">get()</a></span> - Method in interface com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/CheckedProvider.html" title="interface in com.google.inject.throwingproviders">CheckedProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProvider.html#get--">get()</a></span> - Method in interface com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProvider.html" title="interface in com.google.inject.throwingproviders">ThrowingProvider</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/TypeLiteral.html#get-java.lang.reflect.Type-">get(Type)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</a></dt>
<dd>
<div class="block">Gets type literal for the given <code>Type</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/TypeLiteral.html#get-java.lang.Class-">get(Class&lt;T&gt;)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</a></dt>
<dd>
<div class="block">Gets type literal for the given <code>Class</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/OptionalBinderBinding.html#getActualBinding--">getActualBinding()</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/OptionalBinderBinding.html" title="interface in com.google.inject.multibindings">OptionalBinderBinding</a></dt>
<dd>
<div class="block">Returns the actual binding (set by <a href="com/google/inject/multibindings/OptionalBinder.html#setBinding--"><code>OptionalBinder.setBinding()</code></a>) or null if not set.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html#getActualTypeArguments--">getActualTypeArguments()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.ParameterizedTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html#getAliasCreator--">getAliasCreator()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher.GrapherParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getAllBindings--">getAllBindings()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns a snapshot of this injector's bindings, <strong>both explicit and
 just-in-time</strong>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#getAnnotation--">getAnnotation()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#getAnnotation--">getAnnotation()</a></span> - Method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Gets the annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvidesMethodBinding.html#getAnnotation--">getAnnotation()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ProvidesMethodBinding.html" title="interface in com.google.inject.spi">ProvidesMethodBinding</a></dt>
<dd>
<div class="block">Returns the annotation that caused this binding to be created.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NameFactory.html#getAnnotationName-com.google.inject.Key-">getAnnotationName(Key&lt;?&gt;)</a></span> - Method in interface com.google.inject.grapher.<a href="com/google/inject/grapher/NameFactory.html" title="interface in com.google.inject.grapher">NameFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ShortNameFactory.html#getAnnotationName-com.google.inject.Key-">getAnnotationName(Key&lt;?&gt;)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/ShortNameFactory.html" title="class in com.google.inject.grapher">ShortNameFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#getAnnotationType--">getAnnotationType()</a></span> - Method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Gets the annotation type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ScopeBinding.html#getAnnotationType--">getAnnotationType()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ScopeBinding.html" title="class in com.google.inject.spi">ScopeBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#getArrowHead--">getArrowHead()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#getArrowString-java.util.List-">getArrowString(List&lt;ArrowType&gt;)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>
<div class="block">Turns a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><code>List</code></a> of <a href="com/google/inject/grapher/graphviz/ArrowType.html" title="enum in com.google.inject.grapher.graphviz"><code>ArrowType</code></a>s into a <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a> that
 represents combining them.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#getArrowTail--">getArrowTail()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/AssistedInjectBinding.html#getAssistedMethods--">getAssistedMethods()</a></span> - Method in interface com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/AssistedInjectBinding.html" title="interface in com.google.inject.assistedinject">AssistedInjectBinding</a></dt>
<dd>
<div class="block">Returns an <a href="com/google/inject/assistedinject/AssistedMethod.html" title="interface in com.google.inject.assistedinject"><code>AssistedMethod</code></a> for each method in the factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getBinding-com.google.inject.Key-">getBinding(Key&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns the binding for the given injection key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getBinding-java.lang.Class-">getBinding(Class&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns the binding for the given type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#getBinding--">getBinding()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvisionListener.ProvisionInvocation.html#getBinding--">getBinding()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProvisionListener.ProvisionInvocation.html" title="class in com.google.inject.spi">ProvisionListener.ProvisionInvocation</a></dt>
<dd>
<div class="block">Returns the Binding this is provisioning.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvisionListenerBinding.html#getBindingMatcher--">getBindingMatcher()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProvisionListenerBinding.html" title="class in com.google.inject.spi">ProvisionListenerBinding</a></dt>
<dd>
<div class="block">Returns the binding matcher which chooses which bindings the listener should be notified of.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getBindings--">getBindings()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns this injector's <strong>explicit</strong> bindings.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DependencyAndSource.html#getBindingSource--">getBindingSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DependencyAndSource.html" title="class in com.google.inject.spi">DependencyAndSource</a></dt>
<dd>
<div class="block">Returns a string describing where this dependency was bound.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Message.html#getCause--">getCause()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</a></dt>
<dd>
<div class="block">Returns the throwable that caused this message, or <code>null</code> if this
 message was not caused by a throwable.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BytecodeGen.html#getClassLoader-java.lang.Class-">getClassLoader(Class&lt;?&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/BytecodeGen.html" title="class in com.google.inject.internal">BytecodeGen</a></dt>
<dd>
<div class="block">Returns the class loader to host generated classes for <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InterceptorBinding.html#getClassMatcher--">getClassMatcher()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InterceptorBinding.html" title="class in com.google.inject.spi">InterceptorBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NameFactory.html#getClassName-com.google.inject.Key-">getClassName(Key&lt;?&gt;)</a></span> - Method in interface com.google.inject.grapher.<a href="com/google/inject/grapher/NameFactory.html" title="interface in com.google.inject.grapher">NameFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ShortNameFactory.html#getClassName-com.google.inject.Key-">getClassName(Key&lt;?&gt;)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/ShortNameFactory.html" title="class in com.google.inject.grapher">ShortNameFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ConstructorBinding.html#getConstructor--">getConstructor()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ConstructorBinding.html" title="interface in com.google.inject.spi">ConstructorBinding</a></dt>
<dd>
<div class="block">Gets the constructor this binding injects.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalFlags.html#getCustomClassLoadingOption--">getCustomClassLoadingOption()</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/InternalFlags.html" title="class in com.google.inject.internal">InternalFlags</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementSource.html#getDeclaringSource--">getDeclaringSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ElementSource.html" title="class in com.google.inject.spi">ElementSource</a></dt>
<dd>
<div class="block">Returns a single location in source code that defines the element.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#getDeclaringType--">getDeclaringType()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns the generic type that defines this injection point.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/OptionalBinderBinding.html#getDefaultBinding--">getDefaultBinding()</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/OptionalBinderBinding.html" title="interface in com.google.inject.multibindings">OptionalBinderBinding</a></dt>
<dd>
<div class="block">Returns the default binding (set by <a href="com/google/inject/multibindings/OptionalBinder.html#setDefault--"><code>OptionalBinder.setDefault()</code></a>) if one exists or null
 if no default binding is set.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/MembersInjectorLookup.html#getDelegate--">getDelegate()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/MembersInjectorLookup.html" title="class in com.google.inject.spi">MembersInjectorLookup</a></dt>
<dd>
<div class="block">Returns the delegate members injector, or <code>null</code> if it has not yet been initialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderLookup.html#getDelegate--">getDelegate()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProviderLookup.html" title="class in com.google.inject.spi">ProviderLookup</a></dt>
<dd>
<div class="block">Returns the delegate provider, or <code>null</code> if it has not yet been initialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethodsModule.html#getDelegateModule--">getDelegateModule()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethodsModule.html" title="class in com.google.inject.internal">ProviderMethodsModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/AssistedMethod.html#getDependencies--">getDependencies()</a></span> - Method in interface com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/AssistedMethod.html" title="interface in com.google.inject.assistedinject">AssistedMethod</a></dt>
<dd>
<div class="block">Returns all non-assisted dependencies required to construct and inject
 the implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryProvider.html#getDependencies--">getDependencies()</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryProvider.html" title="class in com.google.inject.assistedinject">FactoryProvider</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ExposedBindingImpl.html#getDependencies--">getDependencies()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ExposedBindingImpl.html" title="class in com.google.inject.internal">ExposedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/LinkedBindingImpl.html#getDependencies--">getDependencies()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/LinkedBindingImpl.html" title="class in com.google.inject.internal">LinkedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#getDependencies--">getDependencies()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ConvertedConstantBinding.html#getDependencies--">getDependencies()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ConvertedConstantBinding.html" title="interface in com.google.inject.spi">ConvertedConstantBinding</a></dt>
<dd>
<div class="block">Returns a singleton set containing only the converted key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/HasDependencies.html#getDependencies--">getDependencies()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/HasDependencies.html" title="interface in com.google.inject.spi">HasDependencies</a></dt>
<dd>
<div class="block">Returns the known dependencies for this type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#getDependencies--">getDependencies()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns the dependencies for this injection point.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DependencyAndSource.html#getDependency--">getDependency()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DependencyAndSource.html" title="class in com.google.inject.spi">DependencyAndSource</a></dt>
<dd>
<div class="block">Returns the Dependency, if one exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderLookup.html#getDependency--">getDependency()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProviderLookup.html" title="class in com.google.inject.spi">ProviderLookup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvisionListener.ProvisionInvocation.html#getDependencyChain--">getDependencyChain()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProvisionListener.ProvisionInvocation.html" title="class in com.google.inject.spi">ProvisionListener.ProvisionInvocation</a></dt>
<dd>
<div class="block">Returns the dependency chain that led to this object being provisioned.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#getEdgeAttributes-com.google.inject.grapher.graphviz.GraphvizEdge-">getEdgeAttributes(GraphvizEdge)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html#getEdgeCreator--">getEdgeCreator()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher.GrapherParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#getEdgeEndPoint-java.lang.String-java.lang.String-com.google.inject.grapher.graphviz.CompassPoint-">getEdgeEndPoint(String, String, CompassPoint)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/EdgeCreator.html#getEdges-java.lang.Iterable-">getEdges(Iterable&lt;Binding&lt;?&gt;&gt;)</a></span> - Method in interface com.google.inject.grapher.<a href="com/google/inject/grapher/EdgeCreator.html" title="interface in com.google.inject.grapher">EdgeCreator</a></dt>
<dd>
<div class="block">Returns edges for the given dependency graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/PrivateElementsImpl.html#getElements--">getElements()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/PrivateElementsImpl.html" title="class in com.google.inject.internal">PrivateElementsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MultibinderBinding.html#getElements--">getElements()</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MultibinderBinding.html" title="interface in com.google.inject.multibindings">MultibinderBinding</a></dt>
<dd>
<div class="block">Returns all bindings that make up the set.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Elements.html#getElements-com.google.inject.Module...-">getElements(Module...)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/Elements.html" title="class in com.google.inject.spi">Elements</a></dt>
<dd>
<div class="block">Records the elements executed by <code>modules</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Elements.html#getElements-com.google.inject.Stage-com.google.inject.Module...-">getElements(Stage, Module...)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/Elements.html" title="class in com.google.inject.spi">Elements</a></dt>
<dd>
<div class="block">Records the elements executed by <code>modules</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Elements.html#getElements-java.lang.Iterable-">getElements(Iterable&lt;? extends Module&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/Elements.html" title="class in com.google.inject.spi">Elements</a></dt>
<dd>
<div class="block">Records the elements executed by <code>modules</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Elements.html#getElements-com.google.inject.Stage-java.lang.Iterable-">getElements(Stage, Iterable&lt;? extends Module&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/Elements.html" title="class in com.google.inject.spi">Elements</a></dt>
<dd>
<div class="block">Records the elements executed by <code>modules</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/PrivateElements.html#getElements--">getElements()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/PrivateElements.html" title="interface in com.google.inject.spi">PrivateElements</a></dt>
<dd>
<div class="block">Returns the configuration information in this private environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/PrivateElementsImpl.html#getElementsMutable--">getElementsMutable()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/PrivateElementsImpl.html" title="class in com.google.inject.internal">PrivateElementsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MultibinderBinding.html#getElementTypeLiteral--">getElementTypeLiteral()</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MultibinderBinding.html" title="interface in com.google.inject.multibindings">MultibinderBinding</a></dt>
<dd>
<div class="block">Returns the TypeLiteral that describes the type of elements in the set.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#getEnclosingInstance--">getEnclosingInstance()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvidesMethodBinding.html#getEnclosingInstance--">getEnclosingInstance()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ProvidesMethodBinding.html" title="interface in com.google.inject.spi">ProvidesMethodBinding</a></dt>
<dd>
<div class="block">Returns the instance of the object the method is defined in.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinderBinding.html#getEntries--">getEntries()</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinderBinding.html" title="interface in com.google.inject.multibindings">MapBinderBinding</a></dt>
<dd>
<div class="block">Returns all entries in the Map.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/ConfigurationException.html#getErrorMessages--">getErrorMessages()</a></span> - Method in exception com.google.inject.<a href="com/google/inject/ConfigurationException.html" title="class in com.google.inject">ConfigurationException</a></dt>
<dd>
<div class="block">Returns messages for the errors that caused this exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/CreationException.html#getErrorMessages--">getErrorMessages()</a></span> - Method in exception com.google.inject.<a href="com/google/inject/CreationException.html" title="class in com.google.inject">CreationException</a></dt>
<dd>
<div class="block">Returns messages for the errors that caused this exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/ProvisionException.html#getErrorMessages--">getErrorMessages()</a></span> - Method in exception com.google.inject.<a href="com/google/inject/ProvisionException.html" title="class in com.google.inject">ProvisionException</a></dt>
<dd>
<div class="block">Returns messages for the errors that caused this exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ErrorsException.html#getErrors--">getErrors()</a></span> - Method in exception com.google.inject.internal.<a href="com/google/inject/internal/ErrorsException.html" title="class in com.google.inject.internal">ErrorsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/TypeLiteral.html#getExceptionTypes-java.lang.reflect.Member-">getExceptionTypes(Member)</a></span> - Method in class com.google.inject.<a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</a></dt>
<dd>
<div class="block">Returns the resolved generic exception types thrown by <code>constructor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getExistingBinding-com.google.inject.Key-">getExistingBinding(Key&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns the binding if it already exists, or null if does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/PrivateElementsImpl.html#getExposedKeys--">getExposedKeys()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/PrivateElementsImpl.html" title="class in com.google.inject.internal">PrivateElementsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/PrivateElements.html#getExposedKeys--">getExposedKeys()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/PrivateElements.html" title="interface in com.google.inject.spi">PrivateElements</a></dt>
<dd>
<div class="block">Returns the unique exposed keys for these private elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/PrivateElementsImpl.html#getExposedSource-com.google.inject.Key-">getExposedSource(Key&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/PrivateElementsImpl.html" title="class in com.google.inject.internal">PrivateElementsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/PrivateElements.html#getExposedSource-com.google.inject.Key-">getExposedSource(Key&lt;?&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/PrivateElements.html" title="interface in com.google.inject.spi">PrivateElements</a></dt>
<dd>
<div class="block">Returns an arbitrary object containing information about the "place" where this key was
 exposed.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/AssistedMethod.html#getFactoryMethod--">getFactoryMethod()</a></span> - Method in interface com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/AssistedMethod.html" title="interface in com.google.inject.assistedinject">AssistedMethod</a></dt>
<dd>
<div class="block">Returns the factory method that is being assisted.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#getFields--">getFields()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/TypeLiteral.html#getFieldType-java.lang.reflect.Field-">getFieldType(Field)</a></span> - Method in class com.google.inject.<a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</a></dt>
<dd>
<div class="block">Returns the resolved generic type of <code>field</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ShortNameFactory.html#getFileString-java.lang.StackTraceElement-">getFileString(StackTraceElement)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/ShortNameFactory.html" title="class in com.google.inject.grapher">ShortNameFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/InstanceFilterBinding.html#getFilterInstance--">getFilterInstance()</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/InstanceFilterBinding.html" title="interface in com.google.inject.servlet">InstanceFilterBinding</a></dt>
<dd>
<div class="block">Returns the filter instance that will be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/SourceProvider.html#getFromClassNames-java.util.List-">getFromClassNames(List&lt;String&gt;)</a></span> - Method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/SourceProvider.html" title="class in com.google.inject.internal.util">SourceProvider</a></dt>
<dd>
<div class="block">Returns the non-skipped module class name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Alias.html#getFromId--">getFromId()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/Alias.html" title="class in com.google.inject.grapher">Alias</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Edge.html#getFromId--">getFromId()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/Edge.html" title="class in com.google.inject.grapher">Edge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html#getGenericComponentType--">getGenericComponentType()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.GenericArrayTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.html#getGenericSupertype-java.lang.reflect.Type-java.lang.Class-java.lang.Class-">getGenericSupertype(Type, Class&lt;?&gt;, Class&lt;?&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.html" title="class in com.google.inject.internal">MoreTypes</a></dt>
<dd>
<div class="block">Returns the generic supertype for <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#getGraphAttributes--">getGraphAttributes()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#getHeadCompassPoint--">getHeadCompassPoint()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#getHeaderBackgroundColor--">getHeaderBackgroundColor()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#getHeaderTextColor--">getHeaderTextColor()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#getHeadNodeId--">getHeadNodeId()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#getHeadPortId--">getHeadPortId()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Node.html#getId--">getId()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/Node.html" title="class in com.google.inject.grapher">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#getIdentifier--">getIdentifier()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/AssistedMethod.html#getImplementationConstructor--">getImplementationConstructor()</a></span> - Method in interface com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/AssistedMethod.html" title="interface in com.google.inject.assistedinject">AssistedMethod</a></dt>
<dd>
<div class="block">Returns the constructor that will be used to construct instances of the 
 implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/AssistedMethod.html#getImplementationType--">getImplementationType()</a></span> - Method in interface com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/AssistedMethod.html" title="interface in com.google.inject.assistedinject">AssistedMethod</a></dt>
<dd>
<div class="block">Returns the implementation type that will be created when the method is
 used.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalFlags.html#getIncludeStackTraceOption--">getIncludeStackTraceOption()</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/InternalFlags.html" title="class in com.google.inject.internal">InternalFlags</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModuleBinding.html#getInitParams--">getInitParams()</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModuleBinding.html" title="interface in com.google.inject.servlet">ServletModuleBinding</a></dt>
<dd>
<div class="block">Returns any context params supplied when creating the binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ConstructorBinding.html#getInjectableMembers--">getInjectableMembers()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ConstructorBinding.html" title="interface in com.google.inject.spi">ConstructorBinding</a></dt>
<dd>
<div class="block">Returns all instance method and field injection points on <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/DependencyEdge.html#getInjectionPoint--">getInjectionPoint()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/DependencyEdge.html" title="class in com.google.inject.grapher">DependencyEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Dependency.html#getInjectionPoint--">getInjectionPoint()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Dependency.html" title="class in com.google.inject.spi">Dependency</a></dt>
<dd>
<div class="block">Returns the injection point to which this dependency belongs, or null if this dependency isn't
 attached to a particular injection point.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionRequest.html#getInjectionPoints--">getInjectionPoints()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionRequest.html" title="class in com.google.inject.spi">InjectionRequest</a></dt>
<dd>
<div class="block">Returns the instance methods and fields of <code>instance</code> that will be injected to fulfill
 this request.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InstanceBinding.html#getInjectionPoints--">getInjectionPoints()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/InstanceBinding.html" title="interface in com.google.inject.spi">InstanceBinding</a></dt>
<dd>
<div class="block">Returns the field and method injection points of the instance, injected at injector-creation
 time only.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderInstanceBinding.html#getInjectionPoints--">getInjectionPoints()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ProviderInstanceBinding.html" title="interface in com.google.inject.spi">ProviderInstanceBinding</a></dt>
<dd>
<div class="block">Returns the field and method injection points of the provider, injected at injector-creation
 time only.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/StaticInjectionRequest.html#getInjectionPoints--">getInjectionPoints()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/StaticInjectionRequest.html" title="class in com.google.inject.spi">StaticInjectionRequest</a></dt>
<dd>
<div class="block">Returns the static methods and fields of <code>type</code> that will be injected to fulfill this
 request.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#getInjector--">getInjector()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/PrivateElementsImpl.html#getInjector--">getInjector()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/PrivateElementsImpl.html" title="class in com.google.inject.internal">PrivateElementsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/GuiceServletContextListener.html#getInjector--">getInjector()</a></span> - Method in class com.google.inject.servlet.<a href="com/google/inject/servlet/GuiceServletContextListener.html" title="class in com.google.inject.servlet">GuiceServletContextListener</a></dt>
<dd>
<div class="block">Override this method to create (or otherwise obtain a reference to) your
 injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/PrivateElements.html#getInjector--">getInjector()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/PrivateElements.html" title="interface in com.google.inject.spi">PrivateElements</a></dt>
<dd>
<div class="block">Returns the child injector that hosts these private elements, or null if the elements haven't
 been used to create an injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/InstanceNode.html#getInstance--">getInstance()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/InstanceNode.html" title="class in com.google.inject.grapher">InstanceNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getInstance-com.google.inject.Key-">getInstance(Key&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns the appropriate instance for the given injection key; equivalent to <code>getProvider(key).get()</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getInstance-java.lang.Class-">getInstance(Class&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns the appropriate instance for the given injection type; equivalent to <code>getProvider(type).get()</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#getInstance--">getInstance()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionRequest.html#getInstance--">getInstance()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionRequest.html" title="class in com.google.inject.spi">InjectionRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InstanceBinding.html#getInstance--">getInstance()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/InstanceBinding.html" title="interface in com.google.inject.spi">InstanceBinding</a></dt>
<dd>
<div class="block">Returns the user-supplied instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NameFactory.html#getInstanceName-java.lang.Object-">getInstanceName(Object)</a></span> - Method in interface com.google.inject.grapher.<a href="com/google/inject/grapher/NameFactory.html" title="interface in com.google.inject.grapher">NameFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ShortNameFactory.html#getInstanceName-java.lang.Object-">getInstanceName(Object)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/ShortNameFactory.html" title="class in com.google.inject.grapher">ShortNameFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InterceptorBinding.html#getInterceptors--">getInterceptors()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InterceptorBinding.html" title="class in com.google.inject.spi">InterceptorBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#getInternalFactory--">getInternalFactory()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/AssistedInjectBinding.html#getKey--">getKey()</a></span> - Method in interface com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/AssistedInjectBinding.html" title="interface in com.google.inject.assistedinject">AssistedInjectBinding</a></dt>
<dd>
<div class="block">Returns the <a href="com/google/inject/Key.html" title="class in com.google.inject"><code>Key</code></a> for the factory binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binding.html#getKey--">getKey()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binding.html" title="interface in com.google.inject">Binding</a></dt>
<dd>
<div class="block">Returns the key for this binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NodeId.html#getKey--">getKey()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/NodeId.html" title="class in com.google.inject.grapher">NodeId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#getKey-com.google.inject.TypeLiteral-java.lang.reflect.Member-java.lang.annotation.Annotation:A-com.google.inject.internal.Errors-">getKey(TypeLiteral&lt;?&gt;, Member, Annotation[], Errors)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>
<div class="block">Gets a key for the given type, member and annotations.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#getKey--">getKey()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ExposureBuilder.html#getKey--">getKey()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ExposureBuilder.html" title="class in com.google.inject.internal">ExposureBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#getKey--">getKey()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/OptionalBinderBinding.html#getKey--">getKey()</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/OptionalBinderBinding.html" title="interface in com.google.inject.multibindings">OptionalBinderBinding</a></dt>
<dd>
<div class="block">Returns the <a href="com/google/inject/Key.html" title="class in com.google.inject"><code>Key</code></a> for this binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Dependency.html#getKey--">getKey()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Dependency.html" title="class in com.google.inject.spi">Dependency</a></dt>
<dd>
<div class="block">Returns the key to the binding that satisfies this dependency.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderLookup.html#getKey--">getKey()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProviderLookup.html" title="class in com.google.inject.spi">ProviderLookup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvidesMethodBinding.html#getKey--">getKey()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ProvidesMethodBinding.html" title="interface in com.google.inject.spi">ProvidesMethodBinding</a></dt>
<dd>
<div class="block">Returns the key of the binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/tools/jmx/ManagedBindingMBean.html#getKey--">getKey()</a></span> - Method in interface com.google.inject.tools.jmx.<a href="com/google/inject/tools/jmx/ManagedBindingMBean.html" title="interface in com.google.inject.tools.jmx">ManagedBindingMBean</a></dt>
<dd>
<div class="block">Gets the binding key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinderBinding.html#getKeyTypeLiteral--">getKeyTypeLiteral()</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinderBinding.html" title="interface in com.google.inject.multibindings">MapBinderBinding</a></dt>
<dd>
<div class="block">Returns the TypeLiteral describing the keys of the map.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/LinkedBindingImpl.html#getLinkedKey--">getLinkedKey()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/LinkedBindingImpl.html" title="class in com.google.inject.internal">LinkedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/LinkedFilterBinding.html#getLinkedKey--">getLinkedKey()</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/LinkedFilterBinding.html" title="interface in com.google.inject.servlet">LinkedFilterBinding</a></dt>
<dd>
<div class="block">Returns the key used to lookup the filter instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/LinkedServletBinding.html#getLinkedKey--">getLinkedKey()</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/LinkedServletBinding.html" title="interface in com.google.inject.servlet">LinkedServletBinding</a></dt>
<dd>
<div class="block">Returns the key used to lookup the servlet instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/LinkedKeyBinding.html#getLinkedKey--">getLinkedKey()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/LinkedKeyBinding.html" title="interface in com.google.inject.spi">LinkedKeyBinding</a></dt>
<dd>
<div class="block">Returns the linked key used to resolve injections.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeListenerBinding.html#getListener--">getListener()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/TypeListenerBinding.html" title="class in com.google.inject.spi">TypeListenerBinding</a></dt>
<dd>
<div class="block">Returns the registered listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvisionListenerBinding.html#getListeners--">getListeners()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProvisionListenerBinding.html" title="class in com.google.inject.spi">ProvisionListenerBinding</a></dt>
<dd>
<div class="block">Returns the registered listeners.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html#getLowerBounds--">getLowerBounds()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.WildcardTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinderBinding.html#getMapKey--">getMapKey()</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinderBinding.html" title="interface in com.google.inject.multibindings">MapBinderBinding</a></dt>
<dd>
<div class="block">Returns the <a href="com/google/inject/Key.html" title="class in com.google.inject"><code>Key</code></a> for the map.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#getMember--">getMember()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns the injected constructor, field, or method.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NameFactory.html#getMemberName-java.lang.reflect.Member-">getMemberName(Member)</a></span> - Method in interface com.google.inject.grapher.<a href="com/google/inject/grapher/NameFactory.html" title="interface in com.google.inject.grapher">NameFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ShortNameFactory.html#getMemberName-java.lang.reflect.Member-">getMemberName(Member)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/ShortNameFactory.html" title="class in com.google.inject.grapher">ShortNameFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ImplementationNode.html#getMembers--">getMembers()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/ImplementationNode.html" title="class in com.google.inject.grapher">ImplementationNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/InstanceNode.html#getMembers--">getMembers()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/InstanceNode.html" title="class in com.google.inject.grapher">InstanceNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#getMembersInjector-java.lang.Class-">getMembersInjector(Class&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#getMembersInjector-com.google.inject.TypeLiteral-">getMembersInjector(TypeLiteral&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#getMembersInjector-com.google.inject.TypeLiteral-">getMembersInjector(TypeLiteral&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Returns the members injector used to inject dependencies into methods and fields on instances
 of the given type <code>T</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#getMembersInjector-java.lang.Class-">getMembersInjector(Class&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Returns the members injector used to inject dependencies into methods and fields on instances
 of the given type <code>T</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getMembersInjector-com.google.inject.TypeLiteral-">getMembersInjector(TypeLiteral&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns the members injector used to inject dependencies into methods and fields on instances
 of the given type <code>T</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getMembersInjector-java.lang.Class-">getMembersInjector(Class&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns the members injector used to inject dependencies into methods and fields on instances
 of the given type <code>T</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#getMembersInjector-java.lang.Class-">getMembersInjector(Class&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#getMembersInjector-com.google.inject.TypeLiteral-">getMembersInjector(TypeLiteral&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/MembersInjectorLookup.html#getMembersInjector--">getMembersInjector()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/MembersInjectorLookup.html" title="class in com.google.inject.spi">MembersInjectorLookup</a></dt>
<dd>
<div class="block">Returns the looked up members injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeEncounter.html#getMembersInjector-com.google.inject.TypeLiteral-">getMembersInjector(TypeLiteral&lt;T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/TypeEncounter.html" title="interface in com.google.inject.spi">TypeEncounter</a></dt>
<dd>
<div class="block">Returns the members injector used to inject dependencies into methods and fields on instances
 of the given type <code>T</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeEncounter.html#getMembersInjector-java.lang.Class-">getMembersInjector(Class&lt;T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/TypeEncounter.html" title="interface in com.google.inject.spi">TypeEncounter</a></dt>
<dd>
<div class="block">Returns the members injector used to inject dependencies into methods and fields on instances
 of the given type <code>T</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/ConfigurationException.html#getMessage--">getMessage()</a></span> - Method in exception com.google.inject.<a href="com/google/inject/ConfigurationException.html" title="class in com.google.inject">ConfigurationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/CreationException.html#getMessage--">getMessage()</a></span> - Method in exception com.google.inject.<a href="com/google/inject/CreationException.html" title="class in com.google.inject">CreationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/ProvisionException.html#getMessage--">getMessage()</a></span> - Method in exception com.google.inject.<a href="com/google/inject/ProvisionException.html" title="class in com.google.inject">ProvisionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Message.html#getMessage--">getMessage()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</a></dt>
<dd>
<div class="block">Gets the error message text.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#getMessages--">getMessages()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#getMessagesFromThrowable-java.lang.Throwable-">getMessagesFromThrowable(Throwable)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#getMethod--">getMethod()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvidesMethodBinding.html#getMethod--">getMethod()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ProvidesMethodBinding.html" title="interface in com.google.inject.spi">ProvidesMethodBinding</a></dt>
<dd>
<div class="block">Returns the method this binding uses.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ConstructorBinding.html#getMethodInterceptors--">getMethodInterceptors()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ConstructorBinding.html" title="interface in com.google.inject.spi">ConstructorBinding</a></dt>
<dd>
<div class="block">Returns the interceptors applied to each method, in the order that they will be applied.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InterceptorBinding.html#getMethodMatcher--">getMethodMatcher()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InterceptorBinding.html" title="class in com.google.inject.spi">InterceptorBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ShortNameFactory.html#getMethodString-java.lang.reflect.Method-">getMethodString(Method)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/ShortNameFactory.html" title="class in com.google.inject.grapher">ShortNameFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Elements.html#getModule-java.lang.Iterable-">getModule(Iterable&lt;? extends Element&gt;)</a></span> - Static method in class com.google.inject.spi.<a href="com/google/inject/spi/Elements.html" title="class in com.google.inject.spi">Elements</a></dt>
<dd>
<div class="block">Returns the module composed of <code>elements</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementSource.html#getModuleClassNames--">getModuleClassNames()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ElementSource.html" title="class in com.google.inject.spi">ElementSource</a></dt>
<dd>
<div class="block">Returns the class names of modules involved in creating this <a href="com/google/inject/spi/Element.html" title="interface in com.google.inject.spi"><code>Element</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementSource.html#getModuleConfigurePositionsInStackTrace--">getModuleConfigurePositionsInStackTrace()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ElementSource.html" title="class in com.google.inject.spi">ElementSource</a></dt>
<dd>
<div class="block">Returns the position of <a href="com/google/inject/Module.html#configure-com.google.inject.Binder-"><code>configure(Binder)</code></a> method
 call in the <a href="com/google/inject/spi/ElementSource.html#getStackTrace--"><code>stack trace</code></a> for modules that their classes returned by
 <a href="com/google/inject/spi/ElementSource.html#getModuleClassNames--"><code>ElementSource.getModuleClassNames()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#getNodeAttributes-com.google.inject.grapher.graphviz.GraphvizNode-">getNodeAttributes(GraphvizNode)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html#getNodeCreator--">getNodeCreator()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher.GrapherParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#getNodeId--">getNodeId()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#getNodeLabel-com.google.inject.grapher.graphviz.GraphvizNode-">getNodeLabel(GraphvizNode)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>
<div class="block">Creates the "label" for a node.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NodeCreator.html#getNodes-java.lang.Iterable-">getNodes(Iterable&lt;Binding&lt;?&gt;&gt;)</a></span> - Method in interface com.google.inject.grapher.<a href="com/google/inject/grapher/NodeCreator.html" title="interface in com.google.inject.grapher">NodeCreator</a></dt>
<dd>
<div class="block">Returns nodes for the given dependency graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalFlags.html#getNullableProvidesOption--">getNullableProvidesOption()</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/InternalFlags.html" title="class in com.google.inject.internal">InternalFlags</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#getOnlyCause-java.util.Collection-">getOnlyCause(Collection&lt;Message&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>
<div class="block">Returns the cause throwable if there is exactly one cause in <code>messages</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementSource.html#getOriginalElementSource--">getOriginalElementSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ElementSource.html" title="class in com.google.inject.spi">ElementSource</a></dt>
<dd>
<div class="block">Returns the <a href="com/google/inject/spi/ElementSource.html" title="class in com.google.inject.spi"><code>ElementSource</code></a> of the element this was created or copied from.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html#getOwnerType--">getOwnerType()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.ParameterizedTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Dependency.html#getParameterIndex--">getParameterIndex()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Dependency.html" title="class in com.google.inject.spi">Dependency</a></dt>
<dd>
<div class="block">Returns the index of this dependency in the injection point's parameter list, or <code>-1</code> if
 this dependency does not belong to a parameter list.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/TypeLiteral.html#getParameterTypes-java.lang.reflect.Member-">getParameterTypes(Member)</a></span> - Method in class com.google.inject.<a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</a></dt>
<dd>
<div class="block">Returns the resolved generic parameter types of <code>methodOrConstructor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getParent--">getParent()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns this injector's parent, or <code>null</code> if this is a top-level injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/ConfigurationException.html#getPartialValue--">getPartialValue()</a></span> - Method in exception com.google.inject.<a href="com/google/inject/ConfigurationException.html" title="class in com.google.inject">ConfigurationException</a></dt>
<dd>
<div class="block">Returns a value that was only partially computed due to this exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModuleBinding.html#getPattern--">getPattern()</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModuleBinding.html" title="interface in com.google.inject.servlet">ServletModuleBinding</a></dt>
<dd>
<div class="block">Returns the pattern used to match against the binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/PortIdFactory.html#getPortId-java.lang.reflect.Member-">getPortId(Member)</a></span> - Method in interface com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/PortIdFactory.html" title="interface in com.google.inject.grapher.graphviz">PortIdFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/PortIdFactoryImpl.html#getPortId-java.lang.reflect.Member-">getPortId(Member)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/PortIdFactoryImpl.html" title="class in com.google.inject.grapher.graphviz">PortIdFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ExposedBindingImpl.html#getPrivateElements--">getPrivateElements()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ExposedBindingImpl.html" title="class in com.google.inject.internal">ExposedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ExposedBinding.html#getPrivateElements--">getPrivateElements()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ExposedBinding.html" title="interface in com.google.inject.spi">ExposedBinding</a></dt>
<dd>
<div class="block">Returns the enclosed environment that holds the original binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderBinding.html#getProvidedKey--">getProvidedKey()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ProviderBinding.html" title="interface in com.google.inject.spi">ProviderBinding</a></dt>
<dd>
<div class="block">Returns the key whose binding is used to <a href="com/google/inject/Provider.html#get--"><code>provide instances</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#getProvider-com.google.inject.Key-">getProvider(Key&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#getProvider-java.lang.Class-">getProvider(Class&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#getProvider-com.google.inject.Key-">getProvider(Key&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Returns the provider used to obtain instances for the given injection key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#getProvider-com.google.inject.spi.Dependency-">getProvider(Dependency&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Returns the provider used to obtain instances for the given injection key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#getProvider-java.lang.Class-">getProvider(Class&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Returns the provider used to obtain instances for the given injection type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binding.html#getProvider--">getProvider()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binding.html" title="interface in com.google.inject">Binding</a></dt>
<dd>
<div class="block">Returns the scoped provider guice uses to fulfill requests for this
 binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getProvider-com.google.inject.Key-">getProvider(Key&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns the provider used to obtain instances for the given injection key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getProvider-java.lang.Class-">getProvider(Class&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns the provider used to obtain instances for the given type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#getProvider--">getProvider()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#getProvider-com.google.inject.Key-">getProvider(Key&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#getProvider-java.lang.Class-">getProvider(Class&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderLookup.html#getProvider--">getProvider()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProviderLookup.html" title="class in com.google.inject.spi">ProviderLookup</a></dt>
<dd>
<div class="block">Returns the looked up provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeEncounter.html#getProvider-com.google.inject.Key-">getProvider(Key&lt;T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/TypeEncounter.html" title="interface in com.google.inject.spi">TypeEncounter</a></dt>
<dd>
<div class="block">Returns the provider used to obtain instances for the given injection key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeEncounter.html#getProvider-java.lang.Class-">getProvider(Class&lt;T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/TypeEncounter.html" title="interface in com.google.inject.spi">TypeEncounter</a></dt>
<dd>
<div class="block">Returns the provider used to obtain instances for the given injection type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/tools/jmx/ManagedBindingMBean.html#getProvider--">getProvider()</a></span> - Method in interface com.google.inject.tools.jmx.<a href="com/google/inject/tools/jmx/ManagedBindingMBean.html" title="interface in com.google.inject.tools.jmx">ManagedBindingMBean</a></dt>
<dd>
<div class="block">Gets the provider to which this binding is bound.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderInstanceBinding.html#getProviderInstance--">getProviderInstance()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ProviderInstanceBinding.html" title="interface in com.google.inject.spi">ProviderInstanceBinding</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/google/inject/spi/ProviderInstanceBinding.html#getUserSuppliedProvider--"><code>ProviderInstanceBinding.getUserSuppliedProvider()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderKeyBinding.html#getProviderKey--">getProviderKey()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ProviderKeyBinding.html" title="interface in com.google.inject.spi">ProviderKeyBinding</a></dt>
<dd>
<div class="block">Returns the key used to resolve the provider's binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethodsModule.html#getProviderMethods-com.google.inject.Binder-">getProviderMethods(Binder)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethodsModule.html" title="class in com.google.inject.internal">ProviderMethodsModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.html#getRawType-java.lang.reflect.Type-">getRawType(Type)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.html" title="class in com.google.inject.internal">MoreTypes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html#getRawType--">getRawType()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.ParameterizedTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/TypeLiteral.html#getRawType--">getRawType()</a></span> - Method in class com.google.inject.<a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</a></dt>
<dd>
<div class="block">Returns the raw (non-generic) type for this type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/TypeLiteral.html#getReturnType-java.lang.reflect.Method-">getReturnType(Method)</a></span> - Method in class com.google.inject.<a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</a></dt>
<dd>
<div class="block">Returns the resolved generic return type of <code>method</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/DefaultRootKeySetCreator.html#getRootKeys-com.google.inject.Injector-">getRootKeys(Injector)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/DefaultRootKeySetCreator.html" title="class in com.google.inject.grapher">DefaultRootKeySetCreator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/RootKeySetCreator.html#getRootKeys-com.google.inject.Injector-">getRootKeys(Injector)</a></span> - Method in interface com.google.inject.grapher.<a href="com/google/inject/grapher/RootKeySetCreator.html" title="interface in com.google.inject.grapher">RootKeySetCreator</a></dt>
<dd>
<div class="block">Returns the set of starting keys to graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html#getRootKeySetCreator--">getRootKeySetCreator()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher.GrapherParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html#getScanner--">getScanner()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html" title="class in com.google.inject.spi">ModuleAnnotatedMethodScannerBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ScopeBinding.html#getScope--">getScope()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ScopeBinding.html" title="class in com.google.inject.spi">ScopeBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#getScopeAnnotation--">getScopeAnnotation()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>
<div class="block">Returns the scope annotation, or <code>null</code> if that isn't known for this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getScopeBindings--">getScopeBindings()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns a map containing all scopes in the injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#getScopeInstance--">getScopeInstance()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>
<div class="block">Returns the scope instance, or <code>null</code> if that isn't known for this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#getScoping--">getScoping()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.html#getServletContext--">getServletContext()</a></span> - Method in class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet">ServletModule</a></dt>
<dd>
<div class="block">This method only works if you are using the <a href="com/google/inject/servlet/GuiceServletContextListener.html" title="class in com.google.inject.servlet">GuiceServletContextListener</a> to
 create your injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/InstanceServletBinding.html#getServletInstance--">getServletInstance()</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/InstanceServletBinding.html" title="interface in com.google.inject.servlet">InstanceServletBinding</a></dt>
<dd>
<div class="block">Returns the servlet instance that will be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MultibinderBinding.html#getSetKey--">getSetKey()</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MultibinderBinding.html" title="interface in com.google.inject.multibindings">MultibinderBinding</a></dt>
<dd>
<div class="block">Returns the key for the set.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#getShape--">getShape()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Node.html#getSource--">getSource()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/Node.html" title="class in com.google.inject.grapher">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#getSource--">getSource()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ExposureBuilder.html#getSource--">getSource()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ExposureBuilder.html" title="class in com.google.inject.internal">ExposureBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/PrivateElementsImpl.html#getSource--">getSource()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/PrivateElementsImpl.html" title="class in com.google.inject.internal">PrivateElementsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DisableCircularProxiesOption.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DisableCircularProxiesOption.html" title="class in com.google.inject.spi">DisableCircularProxiesOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Element.html#getSource--">getSource()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/Element.html" title="interface in com.google.inject.spi">Element</a></dt>
<dd>
<div class="block">Returns an arbitrary object containing information about the "place" where this element was
 configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionRequest.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionRequest.html" title="class in com.google.inject.spi">InjectionRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InterceptorBinding.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InterceptorBinding.html" title="class in com.google.inject.spi">InterceptorBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/MembersInjectorLookup.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/MembersInjectorLookup.html" title="class in com.google.inject.spi">MembersInjectorLookup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Message.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html" title="class in com.google.inject.spi">ModuleAnnotatedMethodScannerBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderLookup.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProviderLookup.html" title="class in com.google.inject.spi">ProviderLookup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvisionListenerBinding.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProvisionListenerBinding.html" title="class in com.google.inject.spi">ProvisionListenerBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/RequireAtInjectOnConstructorsOption.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/RequireAtInjectOnConstructorsOption.html" title="class in com.google.inject.spi">RequireAtInjectOnConstructorsOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/RequireExactBindingAnnotationsOption.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/RequireExactBindingAnnotationsOption.html" title="class in com.google.inject.spi">RequireExactBindingAnnotationsOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/RequireExplicitBindingsOption.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/RequireExplicitBindingsOption.html" title="class in com.google.inject.spi">RequireExplicitBindingsOption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ScopeBinding.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ScopeBinding.html" title="class in com.google.inject.spi">ScopeBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/StaticInjectionRequest.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/StaticInjectionRequest.html" title="class in com.google.inject.spi">StaticInjectionRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeConverterBinding.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/TypeConverterBinding.html" title="class in com.google.inject.spi">TypeConverterBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeListenerBinding.html#getSource--">getSource()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/TypeListenerBinding.html" title="class in com.google.inject.spi">TypeListenerBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/tools/jmx/ManagedBindingMBean.html#getSource--">getSource()</a></span> - Method in interface com.google.inject.tools.jmx.<a href="com/google/inject/tools/jmx/ManagedBindingMBean.html" title="interface in com.google.inject.tools.jmx">ManagedBindingMBean</a></dt>
<dd>
<div class="block">Gets the source of this binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ConvertedConstantBinding.html#getSourceKey--">getSourceKey()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ConvertedConstantBinding.html" title="interface in com.google.inject.spi">ConvertedConstantBinding</a></dt>
<dd>
<div class="block">Returns the key for the source binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NameFactory.html#getSourceName-java.lang.Object-">getSourceName(Object)</a></span> - Method in interface com.google.inject.grapher.<a href="com/google/inject/grapher/NameFactory.html" title="interface in com.google.inject.grapher">NameFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ShortNameFactory.html#getSourceName-java.lang.Object-">getSourceName(Object)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/ShortNameFactory.html" title="class in com.google.inject.grapher">ShortNameFactory</a></dt>
<dd>
<div class="block">Returns a name for a Guice "source" object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#getSources--">getSources()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Message.html#getSources--">getSources()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementSource.html#getStackTrace--">getStackTrace()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ElementSource.html" title="class in com.google.inject.spi">ElementSource</a></dt>
<dd>
<div class="block">Returns the sequence of method calls that ends at one of <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>
 <code>bindXXX()</code> methods and eventually defines the element.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#getStyle--">getStyle()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#getStyle--">getStyle()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#getSubtitles--">getSubtitles()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/TypeLiteral.html#getSupertype-java.lang.Class-">getSupertype(Class&lt;?&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</a></dt>
<dd>
<div class="block">Returns the generic form of <code>supertype</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#getTailCompassPoint--">getTailCompassPoint()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#getTailNodeId--">getTailNodeId()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#getTailPortId--">getTailPortId()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#getTitle--">getTitle()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Alias.html#getToId--">getToId()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/Alias.html" title="class in com.google.inject.grapher">Alias</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Edge.html#getToId--">getToId()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/Edge.html" title="class in com.google.inject.grapher">Edge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/BindingEdge.html#getType--">getType()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/BindingEdge.html" title="class in com.google.inject.grapher">BindingEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionRequest.html#getType--">getType()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionRequest.html" title="class in com.google.inject.spi">InjectionRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/MembersInjectorLookup.html#getType--">getType()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/MembersInjectorLookup.html" title="class in com.google.inject.spi">MembersInjectorLookup</a></dt>
<dd>
<div class="block">Gets the type containing the members to be injected.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/StaticInjectionRequest.html#getType--">getType()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/StaticInjectionRequest.html" title="class in com.google.inject.spi">StaticInjectionRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/TypeLiteral.html#getType--">getType()</a></span> - Method in class com.google.inject.<a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</a></dt>
<dd>
<div class="block">Gets underlying <code>Type</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeConverterBinding.html#getTypeConverter--">getTypeConverter()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/TypeConverterBinding.html" title="class in com.google.inject.spi">TypeConverterBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ConvertedConstantBinding.html#getTypeConverterBinding--">getTypeConverterBinding()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ConvertedConstantBinding.html" title="interface in com.google.inject.spi">ConvertedConstantBinding</a></dt>
<dd>
<div class="block">Returns the type converter binding used to convert the constant.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#getTypeConverterBindings--">getTypeConverterBindings()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Returns a set containing all type converter bindings in the injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#getTypeLiteral--">getTypeLiteral()</a></span> - Method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Gets the key type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeConverterBinding.html#getTypeMatcher--">getTypeMatcher()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/TypeConverterBinding.html" title="class in com.google.inject.spi">TypeConverterBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeListenerBinding.html#getTypeMatcher--">getTypeMatcher()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/TypeListenerBinding.html" title="class in com.google.inject.spi">TypeListenerBinding</a></dt>
<dd>
<div class="block">Returns the type matcher which chooses which types the listener should be notified of.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html#getUpperBounds--">getUpperBounds()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.WildcardTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModuleBinding.html#getUriPatternType--">getUriPatternType()</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModuleBinding.html" title="interface in com.google.inject.servlet">ServletModuleBinding</a></dt>
<dd>
<div class="block">Returns the pattern type that this binding was created with.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderInstanceBinding.html#getUserSuppliedProvider--">getUserSuppliedProvider()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ProviderInstanceBinding.html" title="interface in com.google.inject.spi">ProviderInstanceBinding</a></dt>
<dd>
<div class="block">Returns the user-supplied, unscoped provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ConvertedConstantBinding.html#getValue--">getValue()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ConvertedConstantBinding.html" title="interface in com.google.inject.spi">ConvertedConstantBinding</a></dt>
<dd>
<div class="block">Returns the converted value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinderBinding.html#getValueTypeLiteral--">getValueTypeLiteral()</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinderBinding.html" title="interface in com.google.inject.multibindings">MapBinderBinding</a></dt>
<dd>
<div class="block">Returns the TypeLiteral describing the values of the map.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.html#graph-com.google.inject.Injector-">graph(Injector)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.html#graph-com.google.inject.Injector-java.util.Set-">graph(Injector, Set&lt;Key&lt;?&gt;&gt;)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/InjectorGrapher.html#graph-com.google.inject.Injector-">graph(Injector)</a></span> - Method in interface com.google.inject.grapher.<a href="com/google/inject/grapher/InjectorGrapher.html" title="interface in com.google.inject.grapher">InjectorGrapher</a></dt>
<dd>
<div class="block">Graphs the guice dependency graph for the given injector using default starting keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/InjectorGrapher.html#graph-com.google.inject.Injector-java.util.Set-">graph(Injector, Set&lt;Key&lt;?&gt;&gt;)</a></span> - Method in interface com.google.inject.grapher.<a href="com/google/inject/grapher/InjectorGrapher.html" title="interface in com.google.inject.grapher">InjectorGrapher</a></dt>
<dd>
<div class="block">Graphs the guice dependency graph for the given injector using the given starting keys and
 their transitive dependencies.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html#GrapherParameters--">GrapherParameters()</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher.GrapherParameters</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz"><span class="typeNameLink">GraphvizEdge</span></a> - Class in <a href="com/google/inject/grapher/graphviz/package-summary.html">com.google.inject.grapher.graphviz</a></dt>
<dd>
<div class="block">Data object to encapsulate the attributes of Graphviz edges that we're
 interested in drawing.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#GraphvizEdge-com.google.inject.grapher.NodeId-com.google.inject.grapher.NodeId-">GraphvizEdge(NodeId, NodeId)</a></span> - Constructor for class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz"><span class="typeNameLink">GraphvizGrapher</span></a> - Class in <a href="com/google/inject/grapher/graphviz/package-summary.html">com.google.inject.grapher.graphviz</a></dt>
<dd>
<div class="block"><a href="com/google/inject/grapher/InjectorGrapher.html" title="interface in com.google.inject.grapher"><code>InjectorGrapher</code></a> implementation that writes out a Graphviz DOT
 file of the graph.</div>
</dd>
<dt><a href="com/google/inject/grapher/graphviz/GraphvizModule.html" title="class in com.google.inject.grapher.graphviz"><span class="typeNameLink">GraphvizModule</span></a> - Class in <a href="com/google/inject/grapher/graphviz/package-summary.html">com.google.inject.grapher.graphviz</a></dt>
<dd>
<div class="block">Module that provides classes needed by <a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz"><code>GraphvizGrapher</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizModule.html#GraphvizModule--">GraphvizModule()</a></span> - Constructor for class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizModule.html" title="class in com.google.inject.grapher.graphviz">GraphvizModule</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz"><span class="typeNameLink">GraphvizNode</span></a> - Class in <a href="com/google/inject/grapher/graphviz/package-summary.html">com.google.inject.grapher.graphviz</a></dt>
<dd>
<div class="block">Data object to encapsulate the attributes of Graphviz nodes that we're
 interested in drawing.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#GraphvizNode-com.google.inject.grapher.NodeId-">GraphvizNode(NodeId)</a></span> - Constructor for class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/Guice.html" title="class in com.google.inject"><span class="typeNameLink">Guice</span></a> - Class in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">The entry point to the Guice framework.</div>
</dd>
<dt><a href="com/google/inject/servlet/GuiceFilter.html" title="class in com.google.inject.servlet"><span class="typeNameLink">GuiceFilter</span></a> - Class in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">
 Apply this filter in web.xml above all other filters (typically), to all requests where you plan
  to use servlet scopes.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/GuiceFilter.html#GuiceFilter--">GuiceFilter()</a></span> - Constructor for class com.google.inject.servlet.<a href="com/google/inject/servlet/GuiceFilter.html" title="class in com.google.inject.servlet">GuiceFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/servlet/GuiceServletContextListener.html" title="class in com.google.inject.servlet"><span class="typeNameLink">GuiceServletContextListener</span></a> - Class in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">As of Guice 2.0 you can still use (your subclasses of) <code>GuiceServletContextListener</code>
 class as a logical place to create and configure your injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/GuiceServletContextListener.html#GuiceServletContextListener--">GuiceServletContextListener()</a></span> - Constructor for class com.google.inject.servlet.<a href="com/google/inject/servlet/GuiceServletContextListener.html" title="class in com.google.inject.servlet">GuiceServletContextListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Providers.html#guicify-javax.inject.Provider-">guicify(Provider&lt;T&gt;)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Providers.html" title="class in com.google.inject.util">Providers</a></dt>
<dd>
<div class="block">Returns a Guice-friendly <code>com.google.inject.Provider</code> for the given
 JSR-330 <code>javax.inject.Provider</code>.</div>
</dd>
</dl>
<a name="I:H">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#hasAttributes--">hasAttributes()</a></span> - Method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Returns true if this key has annotation attributes.</div>
</dd>
<dt><a href="com/google/inject/spi/HasDependencies.html" title="interface in com.google.inject.spi"><span class="typeNameLink">HasDependencies</span></a> - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Implemented by <a href="com/google/inject/Binding.html" title="interface in com.google.inject"><code>bindings</code></a>, <a href="com/google/inject/Provider.html" title="interface in com.google.inject"><code>providers</code></a> and instances that expose their dependencies explicitly.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#hasErrors--">hasErrors()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryProvider.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryProvider.html" title="class in com.google.inject.assistedinject">FactoryProvider</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/BindingEdge.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/BindingEdge.html" title="class in com.google.inject.grapher">BindingEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/DependencyEdge.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/DependencyEdge.html" title="class in com.google.inject.grapher">DependencyEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Edge.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/Edge.html" title="class in com.google.inject.grapher">Edge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ImplementationNode.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/ImplementationNode.html" title="class in com.google.inject.grapher">ImplementationNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/InstanceNode.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/InstanceNode.html" title="class in com.google.inject.grapher">InstanceNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Node.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/Node.html" title="class in com.google.inject.grapher">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NodeId.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/NodeId.html" title="class in com.google.inject.grapher">NodeId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/LinkedBindingImpl.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/LinkedBindingImpl.html" title="class in com.google.inject.internal">LinkedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.GenericArrayTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.ParameterizedTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.WildcardTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethodsModule.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethodsModule.html" title="class in com.google.inject.internal">ProviderMethodsModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/StackTraceElements.InMemoryStackTraceElement.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/StackTraceElements.InMemoryStackTraceElement.html" title="class in com.google.inject.internal.util">StackTraceElements.InMemoryStackTraceElement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Dependency.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Dependency.html" title="class in com.google.inject.spi">Dependency</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Message.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/TypeLiteral.html#hashCode--">hashCode()</a></span> - Method in class com.google.inject.<a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeListener.html#hear-com.google.inject.TypeLiteral-com.google.inject.spi.TypeEncounter-">hear(TypeLiteral&lt;I&gt;, TypeEncounter&lt;I&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/TypeListener.html" title="interface in com.google.inject.spi">TypeListener</a></dt>
<dd>
<div class="block">Invoked when Guice encounters a new type eligible for constructor or members injection.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#htmlEscape-java.lang.String-">htmlEscape(String)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#htmlEscape-java.util.List-">htmlEscape(List&lt;String&gt;)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:I">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/Matchers.html#identicalTo-java.lang.Object-">identicalTo(Object)</a></span> - Static method in class com.google.inject.matcher.<a href="com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</a></dt>
<dd>
<div class="block">Returns a matcher which matches only the given object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-java.lang.Class-java.lang.Class-">implement(Class&lt;T&gt;, Class&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-java.lang.Class-com.google.inject.TypeLiteral-">implement(Class&lt;T&gt;, TypeLiteral&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-com.google.inject.TypeLiteral-java.lang.Class-">implement(TypeLiteral&lt;T&gt;, Class&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-com.google.inject.TypeLiteral-com.google.inject.TypeLiteral-">implement(TypeLiteral&lt;T&gt;, TypeLiteral&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-java.lang.Class-java.lang.annotation.Annotation-java.lang.Class-">implement(Class&lt;T&gt;, Annotation, Class&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-java.lang.Class-java.lang.annotation.Annotation-com.google.inject.TypeLiteral-">implement(Class&lt;T&gt;, Annotation, TypeLiteral&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-com.google.inject.TypeLiteral-java.lang.annotation.Annotation-java.lang.Class-">implement(TypeLiteral&lt;T&gt;, Annotation, Class&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-com.google.inject.TypeLiteral-java.lang.annotation.Annotation-com.google.inject.TypeLiteral-">implement(TypeLiteral&lt;T&gt;, Annotation, TypeLiteral&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-java.lang.Class-java.lang.Class-java.lang.Class-">implement(Class&lt;T&gt;, Class&lt;? extends Annotation&gt;, Class&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-java.lang.Class-java.lang.Class-com.google.inject.TypeLiteral-">implement(Class&lt;T&gt;, Class&lt;? extends Annotation&gt;, TypeLiteral&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-com.google.inject.TypeLiteral-java.lang.Class-java.lang.Class-">implement(TypeLiteral&lt;T&gt;, Class&lt;? extends Annotation&gt;, Class&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-com.google.inject.TypeLiteral-java.lang.Class-com.google.inject.TypeLiteral-">implement(TypeLiteral&lt;T&gt;, Class&lt;? extends Annotation&gt;, TypeLiteral&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-com.google.inject.Key-java.lang.Class-">implement(Key&lt;T&gt;, Class&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryModuleBuilder.html#implement-com.google.inject.Key-com.google.inject.TypeLiteral-">implement(Key&lt;T&gt;, TypeLiteral&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject">FactoryModuleBuilder</a></dt>
<dd>
<div class="block">See the factory configuration examples at <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#IMPLEMENTATION_ALREADY_SET">IMPLEMENTATION_ALREADY_SET</a></span> - Static variable in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/ImplementationNode.html" title="class in com.google.inject.grapher"><span class="typeNameLink">ImplementationNode</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Node for types that have <a href="com/google/inject/spi/Dependency.html" title="class in com.google.inject.spi"><code>Dependency</code></a>s and are
 bound to <a href="com/google/inject/grapher/InterfaceNode.html" title="class in com.google.inject.grapher"><code>InterfaceNode</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ImplementationNode.html#ImplementationNode-com.google.inject.grapher.NodeId-java.lang.Object-java.util.Collection-">ImplementationNode(NodeId, Object, Collection&lt;Member&gt;)</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/ImplementationNode.html" title="class in com.google.inject.grapher">ImplementationNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/ImplementedBy.html" title="annotation in com.google.inject"><span class="typeNameLink">ImplementedBy</span></a> - Annotation Type in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">A pointer to the default implementation of a type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ScopedBindingBuilder.html#in-java.lang.Class-">in(Class&lt;? extends Annotation&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ScopedBindingBuilder.html" title="interface in com.google.inject.binder">ScopedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ScopedBindingBuilder.html#in-com.google.inject.Scope-">in(Scope)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ScopedBindingBuilder.html" title="interface in com.google.inject.binder">ScopedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#in-java.lang.Class-">in(Class&lt;? extends Annotation&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#in-com.google.inject.Scope-">in(Scope)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/GuiceFilter.html#init-javax.servlet.FilterConfig-">init(FilterConfig)</a></span> - Method in class com.google.inject.servlet.<a href="com/google/inject/servlet/GuiceFilter.html" title="class in com.google.inject.servlet">GuiceFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/MembersInjectorLookup.html#initializeDelegate-com.google.inject.MembersInjector-">initializeDelegate(MembersInjector&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/MembersInjectorLookup.html" title="class in com.google.inject.spi">MembersInjectorLookup</a></dt>
<dd>
<div class="block">Sets the actual members injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderLookup.html#initializeDelegate-com.google.inject.Provider-">initializeDelegate(Provider&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProviderLookup.html" title="class in com.google.inject.spi">ProviderLookup</a></dt>
<dd>
<div class="block">Sets the actual provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/PrivateElementsImpl.html#initInjector-com.google.inject.Injector-">initInjector(Injector)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/PrivateElementsImpl.html" title="class in com.google.inject.internal">PrivateElementsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/Inject.html" title="annotation in com.google.inject"><span class="typeNameLink">Inject</span></a> - Annotation Type in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Annotates members of your implementation class (constructors, methods
 and fields) into which the <a href="com/google/inject/Injector.html" title="interface in com.google.inject"><code>Injector</code></a> should inject values.</div>
</dd>
<dt><a href="com/google/inject/spi/InjectionListener.html" title="interface in com.google.inject.spi"><span class="typeNameLink">InjectionListener</span></a>&lt;<a href="com/google/inject/spi/InjectionListener.html" title="type parameter in InjectionListener">I</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Listens for injections into instances of type <code>I</code>.</div>
</dd>
<dt><a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi"><span class="typeNameLink">InjectionPoint</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A constructor, field or method that can receive injections.</div>
</dd>
<dt><a href="com/google/inject/spi/InjectionRequest.html" title="class in com.google.inject.spi"><span class="typeNameLink">InjectionRequest</span></a>&lt;<a href="com/google/inject/spi/InjectionRequest.html" title="type parameter in InjectionRequest">T</a>&gt; - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A request to inject the instance fields and methods of an instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionRequest.html#InjectionRequest-java.lang.Object-com.google.inject.TypeLiteral-T-">InjectionRequest(Object, TypeLiteral&lt;T&gt;, T)</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/InjectionRequest.html" title="class in com.google.inject.spi">InjectionRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Injector.html#injectMembers-java.lang.Object-">injectMembers(Object)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Injector.html" title="interface in com.google.inject">Injector</a></dt>
<dd>
<div class="block">Injects dependencies into the fields and methods of <code>instance</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/MembersInjector.html#injectMembers-T-">injectMembers(T)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/MembersInjector.html" title="interface in com.google.inject">MembersInjector</a></dt>
<dd>
<div class="block">Injects dependencies into the fields and methods of <code>instance</code>.</div>
</dd>
<dt><a href="com/google/inject/Injector.html" title="interface in com.google.inject"><span class="typeNameLink">Injector</span></a> - Interface in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Builds the graphs of objects that make up your application.</div>
</dd>
<dt><a href="com/google/inject/grapher/InjectorGrapher.html" title="interface in com.google.inject.grapher"><span class="typeNameLink">InjectorGrapher</span></a> - Interface in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Guice injector grapher.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/Matchers.html#inPackage-java.lang.Package-">inPackage(Package)</a></span> - Static method in class com.google.inject.matcher.<a href="com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</a></dt>
<dd>
<div class="block">Returns a matcher which matches classes in the given package.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#install-com.google.inject.Module-">install(Module)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#install-com.google.inject.Module-">install(Module)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Uses the given module to configure more bindings.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#install-com.google.inject.Module-">install(Module)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#instance">instance</a></span> - Variable in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/InstanceBinding.html" title="interface in com.google.inject.spi"><span class="typeNameLink">InstanceBinding</span></a>&lt;<a href="com/google/inject/spi/InstanceBinding.html" title="type parameter in InstanceBinding">T</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A binding to a single instance.</div>
</dd>
<dt><a href="com/google/inject/servlet/InstanceFilterBinding.html" title="interface in com.google.inject.servlet"><span class="typeNameLink">InstanceFilterBinding</span></a> - Interface in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">A binding to a single instance of a filter.</div>
</dd>
<dt><a href="com/google/inject/grapher/InstanceNode.html" title="class in com.google.inject.grapher"><span class="typeNameLink">InstanceNode</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Node for instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/InstanceNode.html#InstanceNode-com.google.inject.grapher.NodeId-java.lang.Object-java.lang.Object-java.lang.Iterable-">InstanceNode(NodeId, Object, Object, Iterable&lt;Member&gt;)</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/InstanceNode.html" title="class in com.google.inject.grapher">InstanceNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/servlet/InstanceServletBinding.html" title="interface in com.google.inject.servlet"><span class="typeNameLink">InstanceServletBinding</span></a> - Interface in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">A binding to a single instance of a servlet.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/Matchers.html#inSubpackage-java.lang.String-">inSubpackage(String)</a></span> - Static method in class com.google.inject.matcher.<a href="com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</a></dt>
<dd>
<div class="block">Returns a matcher which matches classes in the given package and its subpackages.</div>
</dd>
<dt><a href="com/google/inject/spi/InterceptorBinding.html" title="class in com.google.inject.spi"><span class="typeNameLink">InterceptorBinding</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Registration of interceptors for matching methods of matching classes.</div>
</dd>
<dt><a href="com/google/inject/grapher/InterfaceNode.html" title="class in com.google.inject.grapher"><span class="typeNameLink">InterfaceNode</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Node for an interface type that has been bound to an implementation class or instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/InterfaceNode.html#InterfaceNode-com.google.inject.grapher.NodeId-java.lang.Object-">InterfaceNode(NodeId, Object)</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/InterfaceNode.html" title="class in com.google.inject.grapher">InterfaceNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/InternalFlags.html" title="class in com.google.inject.internal"><span class="typeNameLink">InternalFlags</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">Contains flags for Guice.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalFlags.html#InternalFlags--">InternalFlags()</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/InternalFlags.html" title="class in com.google.inject.internal">InternalFlags</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/InternalFlags.CustomClassLoadingOption.html" title="enum in com.google.inject.internal"><span class="typeNameLink">InternalFlags.CustomClassLoadingOption</span></a> - Enum in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">The options for Guice custom class loading.</div>
</dd>
<dt><a href="com/google/inject/internal/InternalFlags.IncludeStackTraceOption.html" title="enum in com.google.inject.internal"><span class="typeNameLink">InternalFlags.IncludeStackTraceOption</span></a> - Enum in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">The options for Guice stack trace collection.</div>
</dd>
<dt><a href="com/google/inject/internal/InternalFlags.NullableProvidesOption.html" title="enum in com.google.inject.internal"><span class="typeNameLink">InternalFlags.NullableProvidesOption</span></a> - Enum in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/InternalInjectorCreator.html" title="class in com.google.inject.internal"><span class="typeNameLink">InternalInjectorCreator</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">Builds a tree of injectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalInjectorCreator.html#InternalInjectorCreator--">InternalInjectorCreator()</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/InternalInjectorCreator.html" title="class in com.google.inject.internal">InternalInjectorCreator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#isAllDefaultMethods-java.lang.Class-">isAllDefaultMethods(Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#isBindingAnnotation-java.lang.Class-">isBindingAnnotation(Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>
<div class="block">Returns true if annotations of the specified type are binding annotations.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Scopes.html#isCircularProxy-java.lang.Object-">isCircularProxy(Object)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Scopes.html" title="class in com.google.inject">Scopes</a></dt>
<dd>
<div class="block">Returns true if the object is a proxy for a circular dependency,
 constructed by Guice because it encountered a circular dependency.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/Classes.html#isConcrete-java.lang.Class-">isConcrete(Class&lt;?&gt;)</a></span> - Static method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/Classes.html" title="class in com.google.inject.internal.util">Classes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#isConstant--">isConstant()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>
<div class="block">Is this a constant binding? This returns true for constant bindings as
 well as toInstance() bindings.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#isEagerSingleton-com.google.inject.Stage-">isEagerSingleton(Stage)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>
<div class="block">Returns true if this scope is a singleton that should be loaded eagerly in <code>stage</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#isExplicitlyScoped--">isExplicitlyScoped()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>
<div class="block">Returns true if this scope was explicitly applied.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html#isFullySpecified--">isFullySpecified()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.GenericArrayTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html#isFullySpecified--">isFullySpecified()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.ParameterizedTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html#isFullySpecified--">isFullySpecified()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.WildcardTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/Classes.html#isInnerClass-java.lang.Class-">isInnerClass(Class&lt;?&gt;)</a></span> - Static method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/Classes.html" title="class in com.google.inject.internal.util">Classes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#isMarker-java.lang.Class-">isMarker(Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>
<div class="block">Returns <code>true</code> if the given annotation type has no attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#isNoScope--">isNoScope()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>
<div class="block">Returns true if this is the default scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Dependency.html#isNullable--">isNullable()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Dependency.html" title="class in com.google.inject.spi">Dependency</a></dt>
<dd>
<div class="block">Returns true if null is a legal value for this dependency.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#isOptional--">isOptional()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns true if this injection point shall be skipped if the injector cannot resolve bindings
 for all required dependencies.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletScopes.html#isRequestScoped-com.google.inject.Binding-">isRequestScoped(Binding&lt;?&gt;)</a></span> - Static method in class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletScopes.html" title="class in com.google.inject.servlet">ServletScopes</a></dt>
<dd>
<div class="block">Returns true if <code>binding</code> is request-scoped.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#isRetainedAtRuntime-java.lang.Class-">isRetainedAtRuntime(Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>
<div class="block">Returns true if the given annotation is retained at runtime.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Annotations.html#isScopeAnnotation-java.lang.Class-">isScopeAnnotation(Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/Annotations.html" title="class in com.google.inject.internal">Annotations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Scopes.html#isScoped-com.google.inject.Binding-com.google.inject.Scope-java.lang.Class-">isScoped(Binding&lt;?&gt;, Scope, Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Scopes.html" title="class in com.google.inject">Scopes</a></dt>
<dd>
<div class="block">Returns true if <code>binding</code> has the given scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Scopes.html#isSingleton-com.google.inject.Binding-">isSingleton(Binding&lt;?&gt;)</a></span> - Static method in class com.google.inject.<a href="com/google/inject/Scopes.html" title="class in com.google.inject">Scopes</a></dt>
<dd>
<div class="block">Returns true if <code>binding</code> is singleton-scoped.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#isToolable--">isToolable()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>
<div class="block">Returns true if the element is annotated with @<a href="com/google/inject/spi/Toolable.html" title="annotation in com.google.inject.spi"><code>Toolable</code></a>.</div>
</dd>
</dl>
<a name="I:J">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#jitBindingAlreadySet-com.google.inject.Key-">jitBindingAlreadySet(Key&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#jitDisabled-com.google.inject.Key-">jitDisabled(Key)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#jitDisabledInParent-com.google.inject.Key-">jitDisabledInParent(Key&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/jndi/JndiIntegration.html" title="class in com.google.inject.jndi"><span class="typeNameLink">JndiIntegration</span></a> - Class in <a href="com/google/inject/jndi/package-summary.html">com.google.inject.jndi</a></dt>
<dd>
<div class="block">Integrates Guice with JNDI.</div>
</dd>
</dl>
<a name="I:K">
<!--   -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><a href="com/google/inject/Key.html" title="class in com.google.inject"><span class="typeNameLink">Key</span></a>&lt;<a href="com/google/inject/Key.html" title="type parameter in Key">T</a>&gt; - Class in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Binding key consisting of an injection type and an optional annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#Key-java.lang.Class-">Key(Class&lt;? extends Annotation&gt;)</a></span> - Constructor for class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Constructs a new key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#Key-java.lang.annotation.Annotation-">Key(Annotation)</a></span> - Constructor for class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Constructs a new key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#Key--">Key()</a></span> - Constructor for class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Constructs a new key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#keyNotFullySpecified-com.google.inject.TypeLiteral-">keyNotFullySpecified(TypeLiteral&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#keyTypeIsSet--">keyTypeIsSet()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:L">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder"><span class="typeNameLink">LinkedBindingBuilder</span></a>&lt;<a href="com/google/inject/binder/LinkedBindingBuilder.html" title="type parameter in LinkedBindingBuilder">T</a>&gt; - Interface in <a href="com/google/inject/binder/package-summary.html">com.google.inject.binder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><a href="com/google/inject/internal/LinkedBindingImpl.html" title="class in com.google.inject.internal"><span class="typeNameLink">LinkedBindingImpl</span></a>&lt;<a href="com/google/inject/internal/LinkedBindingImpl.html" title="type parameter in LinkedBindingImpl">T</a>&gt; - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/LinkedBindingImpl.html#LinkedBindingImpl-com.google.inject.internal.InjectorImpl-com.google.inject.Key-java.lang.Object-com.google.inject.internal.InternalFactory-com.google.inject.internal.Scoping-com.google.inject.Key-">LinkedBindingImpl(InjectorImpl, Key&lt;T&gt;, Object, InternalFactory&lt;? extends T&gt;, Scoping, Key&lt;? extends T&gt;)</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/LinkedBindingImpl.html" title="class in com.google.inject.internal">LinkedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/LinkedBindingImpl.html#LinkedBindingImpl-java.lang.Object-com.google.inject.Key-com.google.inject.internal.Scoping-com.google.inject.Key-">LinkedBindingImpl(Object, Key&lt;T&gt;, Scoping, Key&lt;? extends T&gt;)</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/LinkedBindingImpl.html" title="class in com.google.inject.internal">LinkedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/servlet/LinkedFilterBinding.html" title="interface in com.google.inject.servlet"><span class="typeNameLink">LinkedFilterBinding</span></a> - Interface in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">A linked binding to a filter.</div>
</dd>
<dt><a href="com/google/inject/spi/LinkedKeyBinding.html" title="interface in com.google.inject.spi"><span class="typeNameLink">LinkedKeyBinding</span></a>&lt;<a href="com/google/inject/spi/LinkedKeyBinding.html" title="type parameter in LinkedKeyBinding">T</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A binding to a linked key.</div>
</dd>
<dt><a href="com/google/inject/servlet/LinkedServletBinding.html" title="interface in com.google.inject.servlet"><span class="typeNameLink">LinkedServletBinding</span></a> - Interface in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">A linked binding to a servlet.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Types.html#listOf-java.lang.reflect.Type-">listOf(Type)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Types.html" title="class in com.google.inject.util">Types</a></dt>
<dd>
<div class="block">Returns a type modelling a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><code>List</code></a> whose elements are of type
 <code>elementType</code>.</div>
</dd>
</dl>
<a name="I:M">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/tools/jmx/Manager.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.google.inject.tools.jmx.<a href="com/google/inject/tools/jmx/Manager.html" title="class in com.google.inject.tools.jmx">Manager</a></dt>
<dd>
<div class="block">Run with no arguments for usage instructions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/tools/jmx/Manager.html#manage-java.lang.String-com.google.inject.Injector-">manage(String, Injector)</a></span> - Static method in class com.google.inject.tools.jmx.<a href="com/google/inject/tools/jmx/Manager.html" title="class in com.google.inject.tools.jmx">Manager</a></dt>
<dd>
<div class="block">Registers all the bindings of an Injector with the platform MBean server.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/tools/jmx/Manager.html#manage-javax.management.MBeanServer-java.lang.String-com.google.inject.Injector-">manage(MBeanServer, String, Injector)</a></span> - Static method in class com.google.inject.tools.jmx.<a href="com/google/inject/tools/jmx/Manager.html" title="class in com.google.inject.tools.jmx">Manager</a></dt>
<dd>
<div class="block">Registers all the bindings of an Injector with the given MBean server.</div>
</dd>
<dt><a href="com/google/inject/tools/jmx/ManagedBindingMBean.html" title="interface in com.google.inject.tools.jmx"><span class="typeNameLink">ManagedBindingMBean</span></a> - Interface in <a href="com/google/inject/tools/jmx/package-summary.html">com.google.inject.tools.jmx</a></dt>
<dd>
<div class="block">JMX interface to bindings.</div>
</dd>
<dt><a href="com/google/inject/tools/jmx/Manager.html" title="class in com.google.inject.tools.jmx"><span class="typeNameLink">Manager</span></a> - Class in <a href="com/google/inject/tools/jmx/package-summary.html">com.google.inject.tools.jmx</a></dt>
<dd>
<div class="block">Provides a JMX interface to Guice.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/tools/jmx/Manager.html#Manager--">Manager()</a></span> - Constructor for class com.google.inject.tools.jmx.<a href="com/google/inject/tools/jmx/Manager.html" title="class in com.google.inject.tools.jmx">Manager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/multibindings/MapBinder.html" title="class in com.google.inject.multibindings"><span class="typeNameLink">MapBinder</span></a>&lt;<a href="com/google/inject/multibindings/MapBinder.html" title="type parameter in MapBinder">K</a>,<a href="com/google/inject/multibindings/MapBinder.html" title="type parameter in MapBinder">V</a>&gt; - Class in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">An API to bind multiple map entries separately, only to later inject them as
 a complete map.</div>
</dd>
<dt><a href="com/google/inject/multibindings/MapBinderBinding.html" title="interface in com.google.inject.multibindings"><span class="typeNameLink">MapBinderBinding</span></a>&lt;<a href="com/google/inject/multibindings/MapBinderBinding.html" title="type parameter in MapBinderBinding">T</a>&gt; - Interface in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">A binding for a MapBinder.</div>
</dd>
<dt><a href="com/google/inject/multibindings/MapKey.html" title="annotation in com.google.inject.multibindings"><span class="typeNameLink">MapKey</span></a> - Annotation Type in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">Allows users define customized key type annotations for map bindings by annotating an annotation
 of a <code>Map</code>'s key type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Types.html#mapOf-java.lang.reflect.Type-java.lang.reflect.Type-">mapOf(Type, Type)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Types.html" title="class in com.google.inject.util">Types</a></dt>
<dd>
<div class="block">Returns a type modelling a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> whose keys are of type
 <code>keyType</code> and whose values are of type <code>valueType</code>.</div>
</dd>
<dt><a href="com/google/inject/matcher/Matcher.html" title="interface in com.google.inject.matcher"><span class="typeNameLink">Matcher</span></a>&lt;<a href="com/google/inject/matcher/Matcher.html" title="type parameter in Matcher">T</a>&gt; - Interface in <a href="com/google/inject/matcher/package-summary.html">com.google.inject.matcher</a></dt>
<dd>
<div class="block">Returns <code>true</code> or <code>false</code> for a given input.</div>
</dd>
<dt><a href="com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher"><span class="typeNameLink">Matchers</span></a> - Class in <a href="com/google/inject/matcher/package-summary.html">com.google.inject.matcher</a></dt>
<dd>
<div class="block">Matcher implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/Matcher.html#matches-T-">matches(T)</a></span> - Method in interface com.google.inject.matcher.<a href="com/google/inject/matcher/Matcher.html" title="interface in com.google.inject.matcher">Matcher</a></dt>
<dd>
<div class="block">Returns <code>true</code> if this matches <code>t</code>, <code>false</code> otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModuleBinding.html#matchesUri-java.lang.String-">matchesUri(String)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModuleBinding.html" title="interface in com.google.inject.servlet">ServletModuleBinding</a></dt>
<dd>
<div class="block">Returns true if the given URI will match this binding.</div>
</dd>
<dt><a href="com/google/inject/MembersInjector.html" title="interface in com.google.inject"><span class="typeNameLink">MembersInjector</span></a>&lt;<a href="com/google/inject/MembersInjector.html" title="type parameter in MembersInjector">T</a>&gt; - Interface in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Injects dependencies into the fields and methods on instances of type <code>T</code>.</div>
</dd>
<dt><a href="com/google/inject/spi/MembersInjectorLookup.html" title="class in com.google.inject.spi"><span class="typeNameLink">MembersInjectorLookup</span></a>&lt;<a href="com/google/inject/spi/MembersInjectorLookup.html" title="type parameter in MembersInjectorLookup">T</a>&gt; - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A lookup of the members injector for a type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/MembersInjectorLookup.html#MembersInjectorLookup-java.lang.Object-com.google.inject.TypeLiteral-">MembersInjectorLookup(Object, TypeLiteral&lt;T&gt;)</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/MembersInjectorLookup.html" title="class in com.google.inject.spi">MembersInjectorLookup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/Classes.html#memberType-java.lang.reflect.Member-">memberType(Member)</a></span> - Static method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/Classes.html" title="class in com.google.inject.internal.util">Classes</a></dt>
<dd>
<div class="block">Returns <code>Field.class</code>, <code>Method.class</code> or <code>Constructor.class</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#merge-java.util.Collection-">merge(Collection&lt;Message&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#merge-com.google.inject.internal.Errors-">merge(Errors)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi"><span class="typeNameLink">Message</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">An error message and the context in which it occured.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Message.html#Message-java.util.List-java.lang.String-java.lang.Throwable-">Message(List&lt;Object&gt;, String, Throwable)</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Message.html#Message-java.lang.String-java.lang.Throwable-">Message(String, Throwable)</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Message.html#Message-java.lang.Object-java.lang.String-">Message(Object, String)</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Message.html#Message-java.lang.String-">Message(String)</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#method">method</a></span> - Variable in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#misplacedBindingAnnotation-java.lang.reflect.Member-java.lang.annotation.Annotation-">misplacedBindingAnnotation(Member, Annotation)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#missingConstantValues--">missingConstantValues()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#missingConstructor-java.lang.Class-">missingConstructor(Class&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#missingImplementation-com.google.inject.Key-">missingImplementation(Key)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>
<div class="block">We use a fairly generic error message here.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#missingRuntimeRetention-java.lang.Class-">missingRuntimeRetention(Class&lt;? extends Annotation&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#missingScopeAnnotation-java.lang.Class-">missingScopeAnnotation(Class&lt;? extends Annotation&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/Module.html" title="interface in com.google.inject"><span class="typeNameLink">Module</span></a> - Interface in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">A module contributes configuration information, typically interface
 bindings, which will be used to create an <a href="com/google/inject/Injector.html" title="interface in com.google.inject"><code>Injector</code></a>.</div>
</dd>
<dt><a href="com/google/inject/spi/ModuleAnnotatedMethodScanner.html" title="class in com.google.inject.spi"><span class="typeNameLink">ModuleAnnotatedMethodScanner</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Allows extensions to scan modules for annotated methods and bind those methods
 as providers, similar to <code>@Provides</code> methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ModuleAnnotatedMethodScanner.html#ModuleAnnotatedMethodScanner--">ModuleAnnotatedMethodScanner()</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/ModuleAnnotatedMethodScanner.html" title="class in com.google.inject.spi">ModuleAnnotatedMethodScanner</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html" title="class in com.google.inject.spi"><span class="typeNameLink">ModuleAnnotatedMethodScannerBinding</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Represents a call to <a href="com/google/inject/Binder.html#scanModulesForAnnotatedMethods-com.google.inject.spi.ModuleAnnotatedMethodScanner-"><code>Binder.scanModulesForAnnotatedMethods(com.google.inject.spi.ModuleAnnotatedMethodScanner)</code></a> in a module.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html#ModuleAnnotatedMethodScannerBinding-java.lang.Object-com.google.inject.spi.ModuleAnnotatedMethodScanner-">ModuleAnnotatedMethodScannerBinding(Object, ModuleAnnotatedMethodScanner)</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html" title="class in com.google.inject.spi">ModuleAnnotatedMethodScannerBinding</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/util/Modules.html" title="class in com.google.inject.util"><span class="typeNameLink">Modules</span></a> - Class in <a href="com/google/inject/util/package-summary.html">com.google.inject.util</a></dt>
<dd>
<div class="block">Static utility methods for creating and working with instances of <a href="com/google/inject/Module.html" title="interface in com.google.inject"><code>Module</code></a>.</div>
</dd>
<dt><a href="com/google/inject/util/Modules.OverriddenModuleBuilder.html" title="interface in com.google.inject.util"><span class="typeNameLink">Modules.OverriddenModuleBuilder</span></a> - Interface in <a href="com/google/inject/util/package-summary.html">com.google.inject.util</a></dt>
<dd>
<div class="block">See the EDSL example at <a href="com/google/inject/util/Modules.html#override-com.google.inject.Module...-"><code>override()</code></a>.</div>
</dd>
<dt><a href="com/google/inject/internal/MoreTypes.html" title="class in com.google.inject.internal"><span class="typeNameLink">MoreTypes</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">Static methods for working with types that we aren't publishing in the
 public <code>Types</code> API.</div>
</dd>
<dt><a href="com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html" title="class in com.google.inject.internal"><span class="typeNameLink">MoreTypes.GenericArrayTypeImpl</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html" title="class in com.google.inject.internal"><span class="typeNameLink">MoreTypes.ParameterizedTypeImpl</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html" title="class in com.google.inject.internal"><span class="typeNameLink">MoreTypes.WildcardTypeImpl</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">The WildcardType interface supports multiple upper bounds and multiple
 lower bounds.</div>
</dd>
<dt><a href="com/google/inject/multibindings/Multibinder.html" title="class in com.google.inject.multibindings"><span class="typeNameLink">Multibinder</span></a>&lt;<a href="com/google/inject/multibindings/Multibinder.html" title="type parameter in Multibinder">T</a>&gt; - Class in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">An API to bind multiple values separately, only to later inject them as a
 complete collection.</div>
</dd>
<dt><a href="com/google/inject/multibindings/MultibinderBinding.html" title="interface in com.google.inject.multibindings"><span class="typeNameLink">MultibinderBinding</span></a>&lt;<a href="com/google/inject/multibindings/MultibinderBinding.html" title="type parameter in MultibinderBinding">T</a>&gt; - Interface in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">A binding for a Multibinder.</div>
</dd>
<dt><a href="com/google/inject/multibindings/MultibindingsScanner.html" title="class in com.google.inject.multibindings"><span class="typeNameLink">MultibindingsScanner</span></a> - Class in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">Scans a module for annotations that signal multibindings, mapbindings, and optional bindings.</div>
</dd>
<dt><a href="com/google/inject/multibindings/MultibindingsTargetVisitor.html" title="interface in com.google.inject.multibindings"><span class="typeNameLink">MultibindingsTargetVisitor</span></a>&lt;<a href="com/google/inject/multibindings/MultibindingsTargetVisitor.html" title="type parameter in MultibindingsTargetVisitor">T</a>,<a href="com/google/inject/multibindings/MultibindingsTargetVisitor.html" title="type parameter in MultibindingsTargetVisitor">V</a>&gt; - Interface in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">A visitor for the multibinder extension.</div>
</dd>
</dl>
<a name="I:N">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><a href="com/google/inject/name/Named.html" title="annotation in com.google.inject.name"><span class="typeNameLink">Named</span></a> - Annotation Type in <a href="com/google/inject/name/package-summary.html">com.google.inject.name</a></dt>
<dd>
<div class="block">Annotates named things.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/name/Names.html#named-java.lang.String-">named(String)</a></span> - Static method in class com.google.inject.name.<a href="com/google/inject/name/Names.html" title="class in com.google.inject.name">Names</a></dt>
<dd>
<div class="block">Creates a <a href="com/google/inject/name/Named.html" title="annotation in com.google.inject.name"><code>Named</code></a> annotation with <code>name</code> as the value.</div>
</dd>
<dt><a href="com/google/inject/grapher/NameFactory.html" title="interface in com.google.inject.grapher"><span class="typeNameLink">NameFactory</span></a> - Interface in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Interface for a service that provides nice <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>s that we can
 display in the graph for the types that come up in
 <a href="com/google/inject/Binding.html" title="interface in com.google.inject"><code>Binding</code></a>s.</div>
</dd>
<dt><a href="com/google/inject/name/Names.html" title="class in com.google.inject.name"><span class="typeNameLink">Names</span></a> - Class in <a href="com/google/inject/name/package-summary.html">com.google.inject.name</a></dt>
<dd>
<div class="block">Utility methods for use with <code>@</code><a href="com/google/inject/name/Named.html" title="annotation in com.google.inject.name"><code>Named</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.html#newBindingEdge-com.google.inject.grapher.BindingEdge-">newBindingEdge(BindingEdge)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher</a></dt>
<dd>
<div class="block">Adds a new binding edge to the graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#newBindingEdge-com.google.inject.grapher.BindingEdge-">newBindingEdge(BindingEdge)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.html#newDependencyEdge-com.google.inject.grapher.DependencyEdge-">newDependencyEdge(DependencyEdge)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher</a></dt>
<dd>
<div class="block">Adds a new dependency edge to the graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#newDependencyEdge-com.google.inject.grapher.DependencyEdge-">newDependencyEdge(DependencyEdge)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BytecodeGen.html#newEnhancer-java.lang.Class-com.google.inject.internal.BytecodeGen.Visibility-">newEnhancer(Class&lt;?&gt;, BytecodeGen.Visibility)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/BytecodeGen.html" title="class in com.google.inject.internal">BytecodeGen</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryProvider.html#newFactory-java.lang.Class-java.lang.Class-">newFactory(Class&lt;F&gt;, Class&lt;?&gt;)</a></span> - Static method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryProvider.html" title="class in com.google.inject.assistedinject">FactoryProvider</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/FactoryProvider.html#newFactory-com.google.inject.TypeLiteral-com.google.inject.TypeLiteral-">newFactory(TypeLiteral&lt;F&gt;, TypeLiteral&lt;?&gt;)</a></span> - Static method in class com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/FactoryProvider.html" title="class in com.google.inject.assistedinject">FactoryProvider</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BytecodeGen.html#newFastClass-java.lang.Class-com.google.inject.internal.BytecodeGen.Visibility-">newFastClass(Class&lt;?&gt;, BytecodeGen.Visibility)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/BytecodeGen.html" title="class in com.google.inject.internal">BytecodeGen</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.html#newImplementationNode-com.google.inject.grapher.ImplementationNode-">newImplementationNode(ImplementationNode)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher</a></dt>
<dd>
<div class="block">Adds a new implementation node to the graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#newImplementationNode-com.google.inject.grapher.ImplementationNode-">newImplementationNode(ImplementationNode)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NodeId.html#newInstanceId-com.google.inject.Key-">newInstanceId(Key&lt;?&gt;)</a></span> - Static method in class com.google.inject.grapher.<a href="com/google/inject/grapher/NodeId.html" title="class in com.google.inject.grapher">NodeId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.html#newInstanceNode-com.google.inject.grapher.InstanceNode-">newInstanceNode(InstanceNode)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher</a></dt>
<dd>
<div class="block">Adds a new instance node to the graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#newInstanceNode-com.google.inject.grapher.InstanceNode-">newInstanceNode(InstanceNode)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.html#newInterfaceNode-com.google.inject.grapher.InterfaceNode-">newInterfaceNode(InterfaceNode)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher</a></dt>
<dd>
<div class="block">Adds a new interface node to the graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#newInterfaceNode-com.google.inject.grapher.InterfaceNode-">newInterfaceNode(InterfaceNode)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinder.html#newMapBinder-com.google.inject.Binder-com.google.inject.TypeLiteral-com.google.inject.TypeLiteral-">newMapBinder(Binder, TypeLiteral&lt;K&gt;, TypeLiteral&lt;V&gt;)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinder.html" title="class in com.google.inject.multibindings">MapBinder</a></dt>
<dd>
<div class="block">Returns a new mapbinder that collects entries of <code>keyType</code>/<code>valueType</code> in a
 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> that is itself bound with no binding annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinder.html#newMapBinder-com.google.inject.Binder-java.lang.Class-java.lang.Class-">newMapBinder(Binder, Class&lt;K&gt;, Class&lt;V&gt;)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinder.html" title="class in com.google.inject.multibindings">MapBinder</a></dt>
<dd>
<div class="block">Returns a new mapbinder that collects entries of <code>keyType</code>/<code>valueType</code> in a
 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> that is itself bound with no binding annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinder.html#newMapBinder-com.google.inject.Binder-com.google.inject.TypeLiteral-com.google.inject.TypeLiteral-java.lang.annotation.Annotation-">newMapBinder(Binder, TypeLiteral&lt;K&gt;, TypeLiteral&lt;V&gt;, Annotation)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinder.html" title="class in com.google.inject.multibindings">MapBinder</a></dt>
<dd>
<div class="block">Returns a new mapbinder that collects entries of <code>keyType</code>/<code>valueType</code> in a
 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> that is itself bound with <code>annotation</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinder.html#newMapBinder-com.google.inject.Binder-java.lang.Class-java.lang.Class-java.lang.annotation.Annotation-">newMapBinder(Binder, Class&lt;K&gt;, Class&lt;V&gt;, Annotation)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinder.html" title="class in com.google.inject.multibindings">MapBinder</a></dt>
<dd>
<div class="block">Returns a new mapbinder that collects entries of <code>keyType</code>/<code>valueType</code> in a
 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> that is itself bound with <code>annotation</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinder.html#newMapBinder-com.google.inject.Binder-com.google.inject.TypeLiteral-com.google.inject.TypeLiteral-java.lang.Class-">newMapBinder(Binder, TypeLiteral&lt;K&gt;, TypeLiteral&lt;V&gt;, Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinder.html" title="class in com.google.inject.multibindings">MapBinder</a></dt>
<dd>
<div class="block">Returns a new mapbinder that collects entries of <code>keyType</code>/<code>valueType</code> in a
 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> that is itself bound with <code>annotationType</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinder.html#newMapBinder-com.google.inject.Binder-java.lang.Class-java.lang.Class-java.lang.Class-">newMapBinder(Binder, Class&lt;K&gt;, Class&lt;V&gt;, Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinder.html" title="class in com.google.inject.multibindings">MapBinder</a></dt>
<dd>
<div class="block">Returns a new mapbinder that collects entries of <code>keyType</code>/<code>valueType</code> in a
 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> that is itself bound with <code>annotationType</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/OptionalBinder.html#newOptionalBinder-com.google.inject.Binder-java.lang.Class-">newOptionalBinder(Binder, Class&lt;T&gt;)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/OptionalBinder.html" title="class in com.google.inject.multibindings">OptionalBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/OptionalBinder.html#newOptionalBinder-com.google.inject.Binder-com.google.inject.TypeLiteral-">newOptionalBinder(Binder, TypeLiteral&lt;T&gt;)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/OptionalBinder.html" title="class in com.google.inject.multibindings">OptionalBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/OptionalBinder.html#newOptionalBinder-com.google.inject.Binder-com.google.inject.Key-">newOptionalBinder(Binder, Key&lt;T&gt;)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/OptionalBinder.html" title="class in com.google.inject.multibindings">OptionalBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Types.html#newParameterizedType-java.lang.reflect.Type-java.lang.reflect.Type...-">newParameterizedType(Type, Type...)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Types.html" title="class in com.google.inject.util">Types</a></dt>
<dd>
<div class="block">Returns a new parameterized type, applying <code>typeArguments</code> to
 <code>rawType</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Types.html#newParameterizedTypeWithOwner-java.lang.reflect.Type-java.lang.reflect.Type-java.lang.reflect.Type...-">newParameterizedTypeWithOwner(Type, Type, Type...)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Types.html" title="class in com.google.inject.util">Types</a></dt>
<dd>
<div class="block">Returns a new parameterized type, applying <code>typeArguments</code> to
 <code>rawType</code> and enclosed by <code>ownerType</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#newPrivateBinder--">newPrivateBinder()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Creates a new private child environment for bindings and other configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/Multibinder.html#newSetBinder-com.google.inject.Binder-com.google.inject.TypeLiteral-">newSetBinder(Binder, TypeLiteral&lt;T&gt;)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/Multibinder.html" title="class in com.google.inject.multibindings">Multibinder</a></dt>
<dd>
<div class="block">Returns a new multibinder that collects instances of <code>type</code> in a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><code>Set</code></a> that is
 itself bound with no binding annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/Multibinder.html#newSetBinder-com.google.inject.Binder-java.lang.Class-">newSetBinder(Binder, Class&lt;T&gt;)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/Multibinder.html" title="class in com.google.inject.multibindings">Multibinder</a></dt>
<dd>
<div class="block">Returns a new multibinder that collects instances of <code>type</code> in a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><code>Set</code></a> that is
 itself bound with no binding annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/Multibinder.html#newSetBinder-com.google.inject.Binder-com.google.inject.TypeLiteral-java.lang.annotation.Annotation-">newSetBinder(Binder, TypeLiteral&lt;T&gt;, Annotation)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/Multibinder.html" title="class in com.google.inject.multibindings">Multibinder</a></dt>
<dd>
<div class="block">Returns a new multibinder that collects instances of <code>type</code> in a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><code>Set</code></a> that is
 itself bound with <code>annotation</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/Multibinder.html#newSetBinder-com.google.inject.Binder-java.lang.Class-java.lang.annotation.Annotation-">newSetBinder(Binder, Class&lt;T&gt;, Annotation)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/Multibinder.html" title="class in com.google.inject.multibindings">Multibinder</a></dt>
<dd>
<div class="block">Returns a new multibinder that collects instances of <code>type</code> in a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><code>Set</code></a> that is
 itself bound with <code>annotation</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/Multibinder.html#newSetBinder-com.google.inject.Binder-com.google.inject.TypeLiteral-java.lang.Class-">newSetBinder(Binder, TypeLiteral&lt;T&gt;, Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/Multibinder.html" title="class in com.google.inject.multibindings">Multibinder</a></dt>
<dd>
<div class="block">Returns a new multibinder that collects instances of <code>type</code> in a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><code>Set</code></a> that is
 itself bound with <code>annotationType</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/Multibinder.html#newSetBinder-com.google.inject.Binder-com.google.inject.Key-">newSetBinder(Binder, Key&lt;T&gt;)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/Multibinder.html" title="class in com.google.inject.multibindings">Multibinder</a></dt>
<dd>
<div class="block">Returns a new multibinder that collects instances of the key's type in a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><code>Set</code></a> that is
 itself bound with the annotation (if any) of the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/Multibinder.html#newSetBinder-com.google.inject.Binder-java.lang.Class-java.lang.Class-">newSetBinder(Binder, Class&lt;T&gt;, Class&lt;? extends Annotation&gt;)</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/Multibinder.html" title="class in com.google.inject.multibindings">Multibinder</a></dt>
<dd>
<div class="block">Returns a new multibinder that collects instances of <code>type</code> in a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><code>Set</code></a> that is
 itself bound with <code>annotationType</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NodeId.html#newTypeId-com.google.inject.Key-">newTypeId(Key&lt;?&gt;)</a></span> - Static method in class com.google.inject.grapher.<a href="com/google/inject/grapher/NodeId.html" title="class in com.google.inject.grapher">NodeId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Scopes.html#NO_SCOPE">NO_SCOPE</a></span> - Static variable in class com.google.inject.<a href="com/google/inject/Scopes.html" title="class in com.google.inject">Scopes</a></dt>
<dd>
<div class="block">No scope; the same as not applying any scope at all.</div>
</dd>
<dt><a href="com/google/inject/grapher/Node.html" title="class in com.google.inject.grapher"><span class="typeNameLink">Node</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Node in a guice dependency graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/Node.html#Node-com.google.inject.grapher.NodeId-java.lang.Object-">Node(NodeId, Object)</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/Node.html" title="class in com.google.inject.grapher">Node</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/NodeCreator.html" title="interface in com.google.inject.grapher"><span class="typeNameLink">NodeCreator</span></a> - Interface in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Creator of graph nodes.</div>
</dd>
<dt><a href="com/google/inject/grapher/NodeId.html" title="class in com.google.inject.grapher"><span class="typeNameLink">NodeId</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">ID of a node in the graph.</div>
</dd>
<dt><a href="com/google/inject/grapher/NodeId.NodeType.html" title="enum in com.google.inject.grapher"><span class="typeNameLink">NodeId.NodeType</span></a> - Enum in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Type of node.</div>
</dd>
<dt><a href="com/google/inject/grapher/graphviz/NodeShape.html" title="enum in com.google.inject.grapher.graphviz"><span class="typeNameLink">NodeShape</span></a> - Enum in <a href="com/google/inject/grapher/graphviz/package-summary.html">com.google.inject.grapher.graphviz</a></dt>
<dd>
<div class="block">Enum for the shapes that are most interesting for Guice graphing.</div>
</dd>
<dt><a href="com/google/inject/grapher/graphviz/NodeStyle.html" title="enum in com.google.inject.grapher.graphviz"><span class="typeNameLink">NodeStyle</span></a> - Enum in <a href="com/google/inject/grapher/graphviz/package-summary.html">com.google.inject.grapher.graphviz</a></dt>
<dd>
<div class="block">Styles for nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/Matchers.html#not-com.google.inject.matcher.Matcher-">not(Matcher&lt;? super T&gt;)</a></span> - Static method in class com.google.inject.matcher.<a href="com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</a></dt>
<dd>
<div class="block">Inverts the given matcher.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#notASubtype-java.lang.Class-java.lang.Class-">notASubtype(Class&lt;?&gt;, Class&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#NULL_KEY">NULL_KEY</a></span> - Static variable in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/Nullability.html" title="class in com.google.inject.internal"><span class="typeNameLink">Nullability</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">Whether a member supports null values injected.</div>
</dd>
</dl>
<a name="I:O">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Providers.html#of-T-">of(T)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Providers.html" title="class in com.google.inject.util">Providers</a></dt>
<dd>
<div class="block">Returns a provider which always provides <code>instance</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#ofType-java.lang.Class-">ofType(Class&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Returns a new key of the specified type with the same annotation as this
 key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#ofType-java.lang.reflect.Type-">ofType(Type)</a></span> - Method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Returns a new key of the specified type with the same annotation as this
 key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#ofType-com.google.inject.TypeLiteral-">ofType(TypeLiteral&lt;T&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Returns a new key of the specified type with the same annotation as this
 key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/Matchers.html#only-java.lang.Object-">only(Object)</a></span> - Static method in class com.google.inject.matcher.<a href="com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</a></dt>
<dd>
<div class="block">Returns a matcher which matches objects equal to the given object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvisionListener.html#onProvision-com.google.inject.spi.ProvisionListener.ProvisionInvocation-">onProvision(ProvisionListener.ProvisionInvocation&lt;T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ProvisionListener.html" title="interface in com.google.inject.spi">ProvisionListener</a></dt>
<dd>
<div class="block">Invoked by Guice when an object requires provisioning.</div>
</dd>
<dt><a href="com/google/inject/multibindings/OptionalBinder.html" title="class in com.google.inject.multibindings"><span class="typeNameLink">OptionalBinder</span></a>&lt;<a href="com/google/inject/multibindings/OptionalBinder.html" title="type parameter in OptionalBinder">T</a>&gt; - Class in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">An API to bind optional values, optionally with a default value.</div>
</dd>
<dt><a href="com/google/inject/multibindings/OptionalBinderBinding.html" title="interface in com.google.inject.multibindings"><span class="typeNameLink">OptionalBinderBinding</span></a>&lt;<a href="com/google/inject/multibindings/OptionalBinderBinding.html" title="type parameter in OptionalBinderBinding">T</a>&gt; - Interface in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">A binding for a OptionalBinder.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#optionalConstructor-java.lang.reflect.Constructor-">optionalConstructor(Constructor)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/AbstractMatcher.html#or-com.google.inject.matcher.Matcher-">or(Matcher&lt;? super T&gt;)</a></span> - Method in class com.google.inject.matcher.<a href="com/google/inject/matcher/AbstractMatcher.html" title="class in com.google.inject.matcher">AbstractMatcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/Matcher.html#or-com.google.inject.matcher.Matcher-">or(Matcher&lt;? super T&gt;)</a></span> - Method in interface com.google.inject.matcher.<a href="com/google/inject/matcher/Matcher.html" title="interface in com.google.inject.matcher">Matcher</a></dt>
<dd>
<div class="block">Returns a new matcher which returns <code>true</code> if either this or the
 given matcher return <code>true</code>.</div>
</dd>
<dt><a href="com/google/inject/OutOfScopeException.html" title="class in com.google.inject"><span class="typeNameLink">OutOfScopeException</span></a> - Exception in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Thrown from <a href="com/google/inject/Provider.html#get--"><code>Provider.get()</code></a> when an attempt is made to access a scoped
 object while the scope in question is not currently active.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/OutOfScopeException.html#OutOfScopeException-java.lang.String-">OutOfScopeException(String)</a></span> - Constructor for exception com.google.inject.<a href="com/google/inject/OutOfScopeException.html" title="class in com.google.inject">OutOfScopeException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/OutOfScopeException.html#OutOfScopeException-java.lang.String-java.lang.Throwable-">OutOfScopeException(String, Throwable)</a></span> - Constructor for exception com.google.inject.<a href="com/google/inject/OutOfScopeException.html" title="class in com.google.inject">OutOfScopeException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/OutOfScopeException.html#OutOfScopeException-java.lang.Throwable-">OutOfScopeException(Throwable)</a></span> - Constructor for exception com.google.inject.<a href="com/google/inject/OutOfScopeException.html" title="class in com.google.inject">OutOfScopeException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Modules.html#override-com.google.inject.Module...-">override(Module...)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Modules.html" title="class in com.google.inject.util">Modules</a></dt>
<dd>
<div class="block">Returns a builder that creates a module that overlays override modules over the given
 modules.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Modules.html#override-java.lang.Iterable-">override(Iterable&lt;? extends Module&gt;)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Modules.html" title="class in com.google.inject.util">Modules</a></dt>
<dd>
<div class="block">Returns a builder that creates a module that overlays override modules over the given
 modules.</div>
</dd>
</dl>
<a name="I:P">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html#ParameterizedTypeImpl-java.lang.reflect.Type-java.lang.reflect.Type-java.lang.reflect.Type...-">ParameterizedTypeImpl(Type, Type, Type...)</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.ParameterizedTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalInjectorCreator.html#parentInjector-com.google.inject.internal.InjectorImpl-">parentInjector(InjectorImpl)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/InternalInjectorCreator.html" title="class in com.google.inject.internal">InternalInjectorCreator</a></dt>
<dd>
<div class="block">Sets the parent of the injector to-be-constructed.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinder.html#permitDuplicates--">permitDuplicates()</a></span> - Method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinder.html" title="class in com.google.inject.multibindings">MapBinder</a></dt>
<dd>
<div class="block">Configures the <code>MapBinder</code> to handle duplicate entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/Multibinder.html#permitDuplicates--">permitDuplicates()</a></span> - Method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/Multibinder.html" title="class in com.google.inject.multibindings">Multibinder</a></dt>
<dd>
<div class="block">Configures the bound set to silently discard duplicate elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MapBinderBinding.html#permitsDuplicates--">permitsDuplicates()</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MapBinderBinding.html" title="interface in com.google.inject.multibindings">MapBinderBinding</a></dt>
<dd>
<div class="block">Returns true if the MapBinder permits duplicates.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MultibinderBinding.html#permitsDuplicates--">permitsDuplicates()</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MultibinderBinding.html" title="interface in com.google.inject.multibindings">MultibinderBinding</a></dt>
<dd>
<div class="block">Returns true if the multibinder permits duplicates.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/SourceProvider.html#plusSkippedClasses-java.lang.Class...-">plusSkippedClasses(Class...)</a></span> - Method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/SourceProvider.html" title="class in com.google.inject.internal.util">SourceProvider</a></dt>
<dd>
<div class="block">Returns a new instance that also skips <code>moreClassesToSkip</code>.</div>
</dd>
<dt><a href="com/google/inject/grapher/graphviz/PortIdFactory.html" title="interface in com.google.inject.grapher.graphviz"><span class="typeNameLink">PortIdFactory</span></a> - Interface in <a href="com/google/inject/grapher/graphviz/package-summary.html">com.google.inject.grapher.graphviz</a></dt>
<dd>
<div class="block">Interface for a service that returns Graphviz port IDs, used for naming the
 rows in <a href="com/google/inject/grapher/ImplementationNode.html" title="class in com.google.inject.grapher"><code>ImplementationNode</code></a>-displaying <a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz"><code>GraphvizNode</code></a>s.</div>
</dd>
<dt><a href="com/google/inject/grapher/graphviz/PortIdFactoryImpl.html" title="class in com.google.inject.grapher.graphviz"><span class="typeNameLink">PortIdFactoryImpl</span></a> - Class in <a href="com/google/inject/grapher/graphviz/package-summary.html">com.google.inject.grapher.graphviz</a></dt>
<dd>
<div class="block">Implementation of <a href="com/google/inject/grapher/graphviz/PortIdFactory.html" title="interface in com.google.inject.grapher.graphviz"><code>PortIdFactory</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/PortIdFactoryImpl.html#PortIdFactoryImpl--">PortIdFactoryImpl()</a></span> - Constructor for class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/PortIdFactoryImpl.html" title="class in com.google.inject.grapher.graphviz">PortIdFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#position">position</a></span> - Variable in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.html#postProcess--">postProcess()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher</a></dt>
<dd>
<div class="block">Performs any post processing required after all nodes and edges have been added.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#postProcess--">postProcess()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ModuleAnnotatedMethodScanner.html#prepareMethod-com.google.inject.Binder-java.lang.annotation.Annotation-com.google.inject.Key-com.google.inject.spi.InjectionPoint-">prepareMethod(Binder, Annotation, Key&lt;T&gt;, InjectionPoint)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ModuleAnnotatedMethodScanner.html" title="class in com.google.inject.spi">ModuleAnnotatedMethodScanner</a></dt>
<dd>
<div class="block">Prepares a method for binding.</div>
</dd>
<dt><a href="com/google/inject/PrivateBinder.html" title="interface in com.google.inject"><span class="typeNameLink">PrivateBinder</span></a> - Interface in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Returns a binder whose configuration information is hidden from its environment by default.</div>
</dd>
<dt><a href="com/google/inject/spi/PrivateElements.html" title="interface in com.google.inject.spi"><span class="typeNameLink">PrivateElements</span></a> - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A private collection of elements that are hidden from the enclosing injector or module by
 default.</div>
</dd>
<dt><a href="com/google/inject/internal/PrivateElementsImpl.html" title="class in com.google.inject.internal"><span class="typeNameLink">PrivateElementsImpl</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/PrivateElementsImpl.html#PrivateElementsImpl-java.lang.Object-">PrivateElementsImpl(Object)</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/PrivateElementsImpl.html" title="class in com.google.inject.internal">PrivateElementsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/PrivateModule.html" title="class in com.google.inject"><span class="typeNameLink">PrivateModule</span></a> - Class in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">A module whose configuration information is hidden from its environment by default.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#PrivateModule--">PrivateModule()</a></span> - Constructor for class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/ProvidedBy.html" title="annotation in com.google.inject"><span class="typeNameLink">ProvidedBy</span></a> - Annotation Type in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">A pointer to the default provider type for a type.</div>
</dd>
<dt><a href="com/google/inject/Provider.html" title="interface in com.google.inject"><span class="typeNameLink">Provider</span></a>&lt;<a href="com/google/inject/Provider.html" title="type parameter in Provider">T</a>&gt; - Interface in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">An object capable of providing instances of type <code>T</code>.</div>
</dd>
<dt><a href="com/google/inject/spi/ProviderBinding.html" title="interface in com.google.inject.spi"><span class="typeNameLink">ProviderBinding</span></a>&lt;<a href="com/google/inject/spi/ProviderBinding.html" title="type parameter in ProviderBinding">T</a> extends <a href="com/google/inject/Provider.html" title="interface in com.google.inject">Provider</a>&lt;?&gt;&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A binding to a <a href="com/google/inject/Provider.html" title="interface in com.google.inject"><code>Provider</code></a> that delegates to the binding for the provided type.</div>
</dd>
<dt><a href="com/google/inject/spi/ProviderInstanceBinding.html" title="interface in com.google.inject.spi"><span class="typeNameLink">ProviderInstanceBinding</span></a>&lt;<a href="com/google/inject/spi/ProviderInstanceBinding.html" title="type parameter in ProviderInstanceBinding">T</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A binding to a provider instance.</div>
</dd>
<dt><a href="com/google/inject/spi/ProviderKeyBinding.html" title="interface in com.google.inject.spi"><span class="typeNameLink">ProviderKeyBinding</span></a>&lt;<a href="com/google/inject/spi/ProviderKeyBinding.html" title="type parameter in ProviderKeyBinding">T</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A binding to a provider key.</div>
</dd>
<dt><a href="com/google/inject/spi/ProviderLookup.html" title="class in com.google.inject.spi"><span class="typeNameLink">ProviderLookup</span></a>&lt;<a href="com/google/inject/spi/ProviderLookup.html" title="type parameter in ProviderLookup">T</a>&gt; - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A lookup of the provider for a type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderLookup.html#ProviderLookup-java.lang.Object-com.google.inject.Key-">ProviderLookup(Object, Key&lt;T&gt;)</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/ProviderLookup.html" title="class in com.google.inject.spi">ProviderLookup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProviderLookup.html#ProviderLookup-java.lang.Object-com.google.inject.spi.Dependency-">ProviderLookup(Object, Dependency&lt;T&gt;)</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/ProviderLookup.html" title="class in com.google.inject.spi">ProviderLookup</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal"><span class="typeNameLink">ProviderMethod</span></a>&lt;<a href="com/google/inject/internal/ProviderMethod.html" title="type parameter in ProviderMethod">T</a>&gt; - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">A provider that invokes a method and returns its result.</div>
</dd>
<dt><a href="com/google/inject/internal/ProviderMethodsModule.html" title="class in com.google.inject.internal"><span class="typeNameLink">ProviderMethodsModule</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">Creates bindings to methods annotated with @<a href="com/google/inject/Provides.html" title="annotation in com.google.inject"><code>Provides</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Types.html#providerOf-java.lang.reflect.Type-">providerOf(Type)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Types.html" title="class in com.google.inject.util">Types</a></dt>
<dd>
<div class="block">Returns a type modelling a <a href="com/google/inject/Provider.html" title="interface in com.google.inject"><code>Provider</code></a> that provides elements of type
 <code>elementType</code>.</div>
</dd>
<dt><a href="com/google/inject/util/Providers.html" title="class in com.google.inject.util"><span class="typeNameLink">Providers</span></a> - Class in <a href="com/google/inject/util/package-summary.html">com.google.inject.util</a></dt>
<dd>
<div class="block">Static utility methods for creating and working with instances of
 <a href="com/google/inject/Provider.html" title="interface in com.google.inject"><code>Provider</code></a>.</div>
</dd>
<dt><a href="com/google/inject/spi/ProviderWithDependencies.html" title="interface in com.google.inject.spi"><span class="typeNameLink">ProviderWithDependencies</span></a>&lt;<a href="com/google/inject/spi/ProviderWithDependencies.html" title="type parameter in ProviderWithDependencies">T</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A provider with dependencies on other injected types.</div>
</dd>
<dt><a href="com/google/inject/spi/ProviderWithExtensionVisitor.html" title="interface in com.google.inject.spi"><span class="typeNameLink">ProviderWithExtensionVisitor</span></a>&lt;<a href="com/google/inject/spi/ProviderWithExtensionVisitor.html" title="type parameter in ProviderWithExtensionVisitor">T</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A Provider that is part of an extension which supports a custom
 BindingTargetVisitor.</div>
</dd>
<dt><a href="com/google/inject/Provides.html" title="annotation in com.google.inject"><span class="typeNameLink">Provides</span></a> - Annotation Type in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Annotates methods of a <a href="com/google/inject/Module.html" title="interface in com.google.inject"><code>Module</code></a> to create a provider method binding.</div>
</dd>
<dt><a href="com/google/inject/multibindings/ProvidesIntoMap.html" title="annotation in com.google.inject.multibindings"><span class="typeNameLink">ProvidesIntoMap</span></a> - Annotation Type in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">Annotates methods of a <a href="com/google/inject/Module.html" title="interface in com.google.inject"><code>Module</code></a> to add items to a <a href="com/google/inject/multibindings/MapBinder.html" title="class in com.google.inject.multibindings"><code>MapBinder</code></a>.</div>
</dd>
<dt><a href="com/google/inject/multibindings/ProvidesIntoOptional.html" title="annotation in com.google.inject.multibindings"><span class="typeNameLink">ProvidesIntoOptional</span></a> - Annotation Type in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">Annotates methods of a <a href="com/google/inject/Module.html" title="interface in com.google.inject"><code>Module</code></a> to add items to a <a href="com/google/inject/multibindings/Multibinder.html" title="class in com.google.inject.multibindings"><code>Multibinder</code></a>.</div>
</dd>
<dt><a href="com/google/inject/multibindings/ProvidesIntoOptional.Type.html" title="enum in com.google.inject.multibindings"><span class="typeNameLink">ProvidesIntoOptional.Type</span></a> - Enum in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/multibindings/ProvidesIntoSet.html" title="annotation in com.google.inject.multibindings"><span class="typeNameLink">ProvidesIntoSet</span></a> - Annotation Type in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">Annotates methods of a <a href="com/google/inject/Module.html" title="interface in com.google.inject"><code>Module</code></a> to add items to a <a href="com/google/inject/multibindings/Multibinder.html" title="class in com.google.inject.multibindings"><code>Multibinder</code></a>.</div>
</dd>
<dt><a href="com/google/inject/spi/ProvidesMethodBinding.html" title="interface in com.google.inject.spi"><span class="typeNameLink">ProvidesMethodBinding</span></a>&lt;<a href="com/google/inject/spi/ProvidesMethodBinding.html" title="type parameter in ProvidesMethodBinding">T</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">An @<a href="com/google/inject/Provides.html" title="annotation in com.google.inject"><code>Provides</code></a> binding or binding produced by a
 <a href="com/google/inject/spi/ModuleAnnotatedMethodScanner.html" title="class in com.google.inject.spi"><code>ModuleAnnotatedMethodScanner</code></a>.</div>
</dd>
<dt><a href="com/google/inject/spi/ProvidesMethodTargetVisitor.html" title="interface in com.google.inject.spi"><span class="typeNameLink">ProvidesMethodTargetVisitor</span></a>&lt;<a href="com/google/inject/spi/ProvidesMethodTargetVisitor.html" title="type parameter in ProvidesMethodTargetVisitor">T</a>,<a href="com/google/inject/spi/ProvidesMethodTargetVisitor.html" title="type parameter in ProvidesMethodTargetVisitor">V</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A visitor for the @<a href="com/google/inject/Provides.html" title="annotation in com.google.inject"><code>Provides</code></a> bindings.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html#providing-java.lang.Class-">providing(Class&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder.SecondaryBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html#providing-com.google.inject.TypeLiteral-">providing(TypeLiteral&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder.SecondaryBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvisionListener.ProvisionInvocation.html#provision--">provision()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ProvisionListener.ProvisionInvocation.html" title="class in com.google.inject.spi">ProvisionListener.ProvisionInvocation</a></dt>
<dd>
<div class="block">Performs the provision, returning the object provisioned.</div>
</dd>
<dt><a href="com/google/inject/ProvisionException.html" title="class in com.google.inject"><span class="typeNameLink">ProvisionException</span></a> - Exception in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Indicates that there was a runtime failure while providing an instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/ProvisionException.html#ProvisionException-java.lang.Iterable-">ProvisionException(Iterable&lt;Message&gt;)</a></span> - Constructor for exception com.google.inject.<a href="com/google/inject/ProvisionException.html" title="class in com.google.inject">ProvisionException</a></dt>
<dd>
<div class="block">Creates a ProvisionException containing <code>messages</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/ProvisionException.html#ProvisionException-java.lang.String-java.lang.Throwable-">ProvisionException(String, Throwable)</a></span> - Constructor for exception com.google.inject.<a href="com/google/inject/ProvisionException.html" title="class in com.google.inject">ProvisionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/ProvisionException.html#ProvisionException-java.lang.String-">ProvisionException(String)</a></span> - Constructor for exception com.google.inject.<a href="com/google/inject/ProvisionException.html" title="class in com.google.inject">ProvisionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvisionListener.ProvisionInvocation.html#ProvisionInvocation--">ProvisionInvocation()</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/ProvisionListener.ProvisionInvocation.html" title="class in com.google.inject.spi">ProvisionListener.ProvisionInvocation</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/ProvisionListener.html" title="interface in com.google.inject.spi"><span class="typeNameLink">ProvisionListener</span></a> - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Listens for provisioning of objects.</div>
</dd>
<dt><a href="com/google/inject/spi/ProvisionListener.ProvisionInvocation.html" title="class in com.google.inject.spi"><span class="typeNameLink">ProvisionListener.ProvisionInvocation</span></a>&lt;<a href="com/google/inject/spi/ProvisionListener.ProvisionInvocation.html" title="type parameter in ProvisionListener.ProvisionInvocation">T</a>&gt; - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Encapsulates a single act of provisioning.</div>
</dd>
<dt><a href="com/google/inject/spi/ProvisionListenerBinding.html" title="class in com.google.inject.spi"><span class="typeNameLink">ProvisionListenerBinding</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Binds keys (picked using a Matcher) to a provision listener.</div>
</dd>
</dl>
<a name="I:R">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#recursiveBinding--">recursiveBinding()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#recursiveImplementationType--">recursiveImplementationType()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#recursiveProviderType--">recursiveProviderType()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeEncounter.html#register-com.google.inject.MembersInjector-">register(MembersInjector&lt;? super I&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/TypeEncounter.html" title="interface in com.google.inject.spi">TypeEncounter</a></dt>
<dd>
<div class="block">Registers a members injector for type <code>I</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeEncounter.html#register-com.google.inject.spi.InjectionListener-">register(InjectionListener&lt;? super I&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/TypeEncounter.html" title="interface in com.google.inject.spi">TypeEncounter</a></dt>
<dd>
<div class="block">Registers an injection listener for type <code>I</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#renderEdge-com.google.inject.grapher.graphviz.GraphvizEdge-">renderEdge(GraphvizEdge)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#renderNode-com.google.inject.grapher.graphviz.GraphvizNode-">renderNode(GraphvizNode)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletScopes.html#REQUEST">REQUEST</a></span> - Static variable in class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletScopes.html" title="class in com.google.inject.servlet">ServletScopes</a></dt>
<dd>
<div class="block">HTTP servlet request scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#requestInjection-java.lang.Object-">requestInjection(Object)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#requestInjection-com.google.inject.TypeLiteral-T-">requestInjection(TypeLiteral&lt;T&gt;, T)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Upon successful creation, the <a href="com/google/inject/Injector.html" title="interface in com.google.inject"><code>Injector</code></a> will inject instance fields
 and methods of the given object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#requestInjection-java.lang.Object-">requestInjection(Object)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Upon successful creation, the <a href="com/google/inject/Injector.html" title="interface in com.google.inject"><code>Injector</code></a> will inject instance fields
 and methods of the given object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#requestInjection-java.lang.Object-">requestInjection(Object)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/servlet/RequestParameters.html" title="annotation in com.google.inject.servlet"><span class="typeNameLink">RequestParameters</span></a> - Annotation Type in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">Apply this to field or parameters of type <code>Map&lt;String, String[]&gt;</code>
 when you want the HTTP request parameter map to be injected.</div>
</dd>
<dt><a href="com/google/inject/servlet/RequestScoped.html" title="annotation in com.google.inject.servlet"><span class="typeNameLink">RequestScoped</span></a> - Annotation Type in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">Apply this to implementation classes when you want one instance per request.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#requestStaticInjection-java.lang.Class...-">requestStaticInjection(Class&lt;?&gt;...)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#requestStaticInjection-java.lang.Class...-">requestStaticInjection(Class&lt;?&gt;...)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Upon successful creation, the <a href="com/google/inject/Injector.html" title="interface in com.google.inject"><code>Injector</code></a> will inject static fields
 and methods in the given classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#requestStaticInjection-java.lang.Class...-">requestStaticInjection(Class&lt;?&gt;...)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#requireAtInjectOnConstructors--">requireAtInjectOnConstructors()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Requires that a @<a href="com/google/inject/Inject.html" title="annotation in com.google.inject"><code>Inject</code></a> annotation exists on a constructor in order for
 Guice to consider it an eligible injectable class.</div>
</dd>
<dt><a href="com/google/inject/spi/RequireAtInjectOnConstructorsOption.html" title="class in com.google.inject.spi"><span class="typeNameLink">RequireAtInjectOnConstructorsOption</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A request to require explicit @<a href="com/google/inject/Inject.html" title="annotation in com.google.inject"><code>Inject</code></a> annotations on constructors.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#requireBinding-com.google.inject.Key-">requireBinding(Key&lt;?&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>
<div class="block">Adds a dependency from this module to <code>key</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/AbstractModule.html#requireBinding-java.lang.Class-">requireBinding(Class&lt;?&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</a></dt>
<dd>
<div class="block">Adds a dependency from this module to <code>type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#requireBinding-com.google.inject.Key-">requireBinding(Key&lt;?&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>
<div class="block">Instructs Guice to require a binding to the given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateModule.html#requireBinding-java.lang.Class-">requireBinding(Class&lt;?&gt;)</a></span> - Method in class com.google.inject.<a href="com/google/inject/PrivateModule.html" title="class in com.google.inject">PrivateModule</a></dt>
<dd>
<div class="block">Instructs Guice to require a binding to the given type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#requireExactBindingAnnotations--">requireExactBindingAnnotations()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Requires that Guice finds an exactly matching binding annotation.</div>
</dd>
<dt><a href="com/google/inject/spi/RequireExactBindingAnnotationsOption.html" title="class in com.google.inject.spi"><span class="typeNameLink">RequireExactBindingAnnotationsOption</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A request to require exact binding annotations.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#requireExplicitBindings--">requireExplicitBindings()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Instructs the Injector that bindings must be listed in a Module in order to
 be injected.</div>
</dd>
<dt><a href="com/google/inject/spi/RequireExplicitBindingsOption.html" title="class in com.google.inject.spi"><span class="typeNameLink">RequireExplicitBindingsOption</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A request to require explicit bindings.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.html#reset--">reset()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher</a></dt>
<dd>
<div class="block">Resets the state of the grapher before rendering a new graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#reset--">reset()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/Stopwatch.html#reset--">reset()</a></span> - Method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/Stopwatch.html" title="class in com.google.inject.internal.util">Stopwatch</a></dt>
<dd>
<div class="block">Resets and returns elapsed time in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/Stopwatch.html#resetAndLog-java.lang.String-">resetAndLog(String)</a></span> - Method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/Stopwatch.html" title="class in com.google.inject.internal.util">Stopwatch</a></dt>
<dd>
<div class="block">Resets and logs elapsed time in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.html#resolveTypeVariable-java.lang.reflect.Type-java.lang.Class-java.lang.reflect.TypeVariable-">resolveTypeVariable(Type, Class&lt;?&gt;, TypeVariable)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.html" title="class in com.google.inject.internal">MoreTypes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/Matchers.html#returns-com.google.inject.matcher.Matcher-">returns(Matcher&lt;? super Class&lt;?&gt;&gt;)</a></span> - Static method in class com.google.inject.matcher.<a href="com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</a></dt>
<dd>
<div class="block">Returns a matcher which matches methods with matching return types.</div>
</dd>
<dt><a href="com/google/inject/grapher/RootKeySetCreator.html" title="interface in com.google.inject.grapher"><span class="typeNameLink">RootKeySetCreator</span></a> - Interface in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Creator of the default starting set of keys to graph.</div>
</dd>
</dl>
<a name="I:S">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#scanModulesForAnnotatedMethods-com.google.inject.spi.ModuleAnnotatedMethodScanner-">scanModulesForAnnotatedMethods(ModuleAnnotatedMethodScanner)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Adds a scanner that will look in all installed modules for annotations the scanner can parse,
 and binds them like @Provides methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MultibindingsScanner.html#scanner--">scanner()</a></span> - Static method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/MultibindingsScanner.html" title="class in com.google.inject.multibindings">MultibindingsScanner</a></dt>
<dd>
<div class="block">Returns a <a href="com/google/inject/spi/ModuleAnnotatedMethodScanner.html" title="class in com.google.inject.spi"><code>ModuleAnnotatedMethodScanner</code></a> that, when bound, will scan all modules for
 methods with the annotations @<a href="com/google/inject/multibindings/ProvidesIntoMap.html" title="annotation in com.google.inject.multibindings"><code>ProvidesIntoMap</code></a>,
 @<a href="com/google/inject/multibindings/ProvidesIntoSet.html" title="annotation in com.google.inject.multibindings"><code>ProvidesIntoSet</code></a>, and @<a href="com/google/inject/multibindings/ProvidesIntoOptional.html" title="annotation in com.google.inject.multibindings"><code>ProvidesIntoOptional</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/SingletonScope.html#scope-com.google.inject.Key-com.google.inject.Provider-">scope(Key&lt;T&gt;, Provider&lt;T&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/SingletonScope.html" title="class in com.google.inject.internal">SingletonScope</a></dt>
<dd>
<div class="block">Provides singleton scope with the following properties:
 - creates no more than one instance per Key as a creator is used no more than once,
 - result is cached and returned quickly on subsequent calls,
 - exception in a creator is not treated as instance creation and is not cached,
 - creates singletons in parallel whenever possible,
 - waits for dependent singletons to be created even across threads and when dependencies
   are shared as long as no circular dependencies are detected,
 - returns circular proxy only when circular dependencies are detected,
 - aside from that, blocking synchronization is only used for proxy creation and initialization,</div>
</dd>
<dt><a href="com/google/inject/Scope.html" title="interface in com.google.inject"><span class="typeNameLink">Scope</span></a> - Interface in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">A scope is a level of visibility that instances provided by Guice may have.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Scope.html#scope-com.google.inject.Key-com.google.inject.Provider-">scope(Key&lt;T&gt;, Provider&lt;T&gt;)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Scope.html" title="interface in com.google.inject">Scope</a></dt>
<dd>
<div class="block">Scopes a provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#SCOPE_ALREADY_SET">SCOPE_ALREADY_SET</a></span> - Static variable in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/ScopeAnnotation.html" title="annotation in com.google.inject"><span class="typeNameLink">ScopeAnnotation</span></a> - Annotation Type in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Annotates annotations which are used for scoping.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#scopeAnnotationOnAbstractType-java.lang.Class-java.lang.Class-java.lang.Object-">scopeAnnotationOnAbstractType(Class&lt;? extends Annotation&gt;, Class&lt;?&gt;, Object)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/ScopeBinding.html" title="class in com.google.inject.spi"><span class="typeNameLink">ScopeBinding</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Registration of a scope annotation with the scope that implements it.</div>
</dd>
<dt><a href="com/google/inject/binder/ScopedBindingBuilder.html" title="interface in com.google.inject.binder"><span class="typeNameLink">ScopedBindingBuilder</span></a> - Interface in <a href="com/google/inject/binder/package-summary.html">com.google.inject.binder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html#scopeExceptions-boolean-">scopeExceptions(boolean)</a></span> - Method in class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder.SecondaryBinder</a></dt>
<dd>
<div class="block">Determines if exceptions should be scoped.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#scopeNotFound-java.lang.Class-">scopeNotFound(Class&lt;? extends Annotation&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletScopes.html#scopeRequest-java.util.concurrent.Callable-java.util.Map-">scopeRequest(Callable&lt;T&gt;, Map&lt;Key&lt;?&gt;, Object&gt;)</a></span> - Static method in class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletScopes.html" title="class in com.google.inject.servlet">ServletScopes</a></dt>
<dd>
<div class="block">Scopes the given callable inside a request scope.</div>
</dd>
<dt><a href="com/google/inject/Scopes.html" title="class in com.google.inject"><span class="typeNameLink">Scopes</span></a> - Class in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Built-in scope implementations.</div>
</dd>
<dt><a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal"><span class="typeNameLink">Scoping</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">References a scope, either directly (as a scope instance), or indirectly (as a scope annotation).</div>
</dd>
<dt><a href="com/google/inject/servlet/ScopingException.html" title="class in com.google.inject.servlet"><span class="typeNameLink">ScopingException</span></a> - Exception in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">Exception thrown when there was a failure entering request scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ScopingException.html#ScopingException-java.lang.String-">ScopingException(String)</a></span> - Constructor for exception com.google.inject.servlet.<a href="com/google/inject/servlet/ScopingException.html" title="class in com.google.inject.servlet">ScopingException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/servlet/ScopingOnly.html" title="annotation in com.google.inject.servlet"><span class="typeNameLink">ScopingOnly</span></a> - Annotation Type in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">Annotates a <a href="com/google/inject/servlet/GuiceFilter.html" title="class in com.google.inject.servlet"><code>GuiceFilter</code></a> that provides scope functionality, but
 doesn't dispatch to <a href="com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet"><code>ServletModule</code></a> bound servlets or filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html#SecondaryBinder-java.lang.Class-java.lang.reflect.Type-">SecondaryBinder(Class&lt;P&gt;, Type)</a></span> - Constructor for class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder.SecondaryBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.html#serve-java.lang.String-java.lang.String...-">serve(String, String...)</a></span> - Method in class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet">ServletModule</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.html#serveRegex-java.lang.String-java.lang.String...-">serveRegex(String, String...)</a></span> - Method in class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet">ServletModule</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet"><span class="typeNameLink">ServletModule</span></a> - Class in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">Configures the servlet scopes and creates bindings for the servlet API
 objects so you can inject the request, response, session, etc.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.html#ServletModule--">ServletModule()</a></span> - Constructor for class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet">ServletModule</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html" title="interface in com.google.inject.servlet"><span class="typeNameLink">ServletModule.FilterKeyBindingBuilder</span></a> - Interface in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/servlet/ServletModule.html#configureServlets--"><code>ServletModule.configureServlets()</code></a></div>
</dd>
<dt><a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html" title="interface in com.google.inject.servlet"><span class="typeNameLink">ServletModule.ServletKeyBindingBuilder</span></a> - Interface in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/servlet/ServletModule.html#configureServlets--"><code>ServletModule.configureServlets()</code></a></div>
</dd>
<dt><a href="com/google/inject/servlet/ServletModuleBinding.html" title="interface in com.google.inject.servlet"><span class="typeNameLink">ServletModuleBinding</span></a> - Interface in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">A binding created by <a href="com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet"><code>ServletModule</code></a>.</div>
</dd>
<dt><a href="com/google/inject/servlet/ServletModuleTargetVisitor.html" title="interface in com.google.inject.servlet"><span class="typeNameLink">ServletModuleTargetVisitor</span></a>&lt;<a href="com/google/inject/servlet/ServletModuleTargetVisitor.html" title="type parameter in ServletModuleTargetVisitor">T</a>,<a href="com/google/inject/servlet/ServletModuleTargetVisitor.html" title="type parameter in ServletModuleTargetVisitor">V</a>&gt; - Interface in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">A visitor for the servlet extension.</div>
</dd>
<dt><a href="com/google/inject/servlet/ServletScopes.html" title="class in com.google.inject.servlet"><span class="typeNameLink">ServletScopes</span></a> - Class in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">Servlet scopes.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletScopes.html#SESSION">SESSION</a></span> - Static variable in class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletScopes.html" title="class in com.google.inject.servlet">ServletScopes</a></dt>
<dd>
<div class="block">HTTP session scope.</div>
</dd>
<dt><a href="com/google/inject/servlet/SessionScoped.html" title="annotation in com.google.inject.servlet"><span class="typeNameLink">SessionScoped</span></a> - Annotation Type in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">Apply this to implementation classes when you want one instance per session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html#setAliasCreator-com.google.inject.grapher.AliasCreator-">setAliasCreator(AliasCreator)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher.GrapherParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#setArrowHead-java.util.List-">setArrowHead(List&lt;ArrowType&gt;)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#setArrowTail-java.util.List-">setArrowTail(List&lt;ArrowType&gt;)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#setBinding-com.google.inject.internal.BindingImpl-">setBinding(BindingImpl&lt;T&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/OptionalBinder.html#setBinding--">setBinding()</a></span> - Method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/OptionalBinder.html" title="class in com.google.inject.multibindings">OptionalBinder</a></dt>
<dd>
<div class="block">Returns a binding builder used to set the actual value that will be injected.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/OptionalBinder.html#setDefault--">setDefault()</a></span> - Method in class com.google.inject.multibindings.<a href="com/google/inject/multibindings/OptionalBinder.html" title="class in com.google.inject.multibindings">OptionalBinder</a></dt>
<dd>
<div class="block">Returns a binding builder used to set the default value that will be injected.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html#setEdgeCreator-com.google.inject.grapher.EdgeCreator-">setEdgeCreator(EdgeCreator)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher.GrapherParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#setHeadCompassPoint-com.google.inject.grapher.graphviz.CompassPoint-">setHeadCompassPoint(CompassPoint)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#setHeaderBackgroundColor-java.lang.String-">setHeaderBackgroundColor(String)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#setHeaderTextColor-java.lang.String-">setHeaderTextColor(String)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#setHeadPortId-java.lang.String-">setHeadPortId(String)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#setIdentifier-java.lang.String-">setIdentifier(String)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html#setNodeCreator-com.google.inject.grapher.NodeCreator-">setNodeCreator(NodeCreator)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher.GrapherParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Types.html#setOf-java.lang.reflect.Type-">setOf(Type)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Types.html" title="class in com.google.inject.util">Types</a></dt>
<dd>
<div class="block">Returns a type modelling a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><code>Set</code></a> whose elements are of type
 <code>elementType</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#setOut-java.io.PrintWriter-">setOut(PrintWriter)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#setRankdir-java.lang.String-">setRankdir(String)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html#setRootKeySetCreator-com.google.inject.grapher.RootKeySetCreator-">setRootKeySetCreator(RootKeySetCreator)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/AbstractInjectorGrapher.GrapherParameters.html" title="class in com.google.inject.grapher">AbstractInjectorGrapher.GrapherParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#setShape-com.google.inject.grapher.graphviz.NodeShape-">setShape(NodeShape)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#setStyle-com.google.inject.grapher.graphviz.EdgeStyle-">setStyle(EdgeStyle)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#setStyle-com.google.inject.grapher.graphviz.NodeStyle-">setStyle(NodeStyle)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#setTailCompassPoint-com.google.inject.grapher.graphviz.CompassPoint-">setTailCompassPoint(CompassPoint)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizEdge.html#setTailPortId-java.lang.String-">setTailPortId(String)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizEdge.html" title="class in com.google.inject.grapher.graphviz">GraphvizEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizNode.html#setTitle-java.lang.String-">setTitle(String)</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizNode.html" title="class in com.google.inject.grapher.graphviz">GraphvizNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/grapher/ShortNameFactory.html" title="class in com.google.inject.grapher"><span class="typeNameLink">ShortNameFactory</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block">Reasonable implementation for <a href="com/google/inject/grapher/NameFactory.html" title="interface in com.google.inject.grapher"><code>NameFactory</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ShortNameFactory.html#ShortNameFactory--">ShortNameFactory()</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/ShortNameFactory.html" title="class in com.google.inject.grapher">ShortNameFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/AbstractBindingBuilder.html#SINGLE_INSTANCE_AND_SCOPE">SINGLE_INSTANCE_AND_SCOPE</a></span> - Static variable in class com.google.inject.internal.<a href="com/google/inject/internal/AbstractBindingBuilder.html" title="class in com.google.inject.internal">AbstractBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Scopes.html#SINGLETON">SINGLETON</a></span> - Static variable in class com.google.inject.<a href="com/google/inject/Scopes.html" title="class in com.google.inject">Scopes</a></dt>
<dd>
<div class="block">One instance per <a href="com/google/inject/Injector.html" title="interface in com.google.inject"><code>Injector</code></a>.</div>
</dd>
<dt><a href="com/google/inject/Singleton.html" title="annotation in com.google.inject"><span class="typeNameLink">Singleton</span></a> - Annotation Type in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Apply this to implementation classes when you want only one instance
 (per <a href="com/google/inject/Injector.html" title="interface in com.google.inject"><code>Injector</code></a>) to be reused for all injections for that binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#SINGLETON_ANNOTATION">SINGLETON_ANNOTATION</a></span> - Static variable in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#SINGLETON_INSTANCE">SINGLETON_INSTANCE</a></span> - Static variable in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/SingletonScope.html" title="class in com.google.inject.internal"><span class="typeNameLink">SingletonScope</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>
<div class="block">One instance per <a href="com/google/inject/Injector.html" title="interface in com.google.inject"><code>Injector</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/SingletonScope.html#SingletonScope--">SingletonScope()</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/SingletonScope.html" title="class in com.google.inject.internal">SingletonScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#size--">size()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#skipSources-java.lang.Class...-">skipSources(Class...)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Returns a binder that skips <code>classesToSkip</code> when identify the
 calling code.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateBinder.html#skipSources-java.lang.Class...-">skipSources(Class...)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/PrivateBinder.html" title="interface in com.google.inject">PrivateBinder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/util/SourceProvider.html" title="class in com.google.inject.internal.util"><span class="typeNameLink">SourceProvider</span></a> - Class in <a href="com/google/inject/internal/util/package-summary.html">com.google.inject.internal.util</a></dt>
<dd>
<div class="block">Provides access to the calling line of code.</div>
</dd>
<dt><a href="com/google/inject/spring/SpringIntegration.html" title="class in com.google.inject.spring"><span class="typeNameLink">SpringIntegration</span></a> - Class in <a href="com/google/inject/spring/package-summary.html">com.google.inject.spring</a></dt>
<dd>
<div class="block">Integrates Guice with Spring.</div>
</dd>
<dt><a href="com/google/inject/internal/util/StackTraceElements.html" title="class in com.google.inject.internal.util"><span class="typeNameLink">StackTraceElements</span></a> - Class in <a href="com/google/inject/internal/util/package-summary.html">com.google.inject.internal.util</a></dt>
<dd>
<div class="block">Creates stack trace elements for members.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/StackTraceElements.html#StackTraceElements--">StackTraceElements()</a></span> - Constructor for class com.google.inject.internal.util.<a href="com/google/inject/internal/util/StackTraceElements.html" title="class in com.google.inject.internal.util">StackTraceElements</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/internal/util/StackTraceElements.InMemoryStackTraceElement.html" title="class in com.google.inject.internal.util"><span class="typeNameLink">StackTraceElements.InMemoryStackTraceElement</span></a> - Class in <a href="com/google/inject/internal/util/package-summary.html">com.google.inject.internal.util</a></dt>
<dd>
<div class="block">In-Memory version of <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StackTraceElement.html?is-external=true" title="class or interface in java.lang"><code>StackTraceElement</code></a> that does not store the file name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalInjectorCreator.html#stage-com.google.inject.Stage-">stage(Stage)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/InternalInjectorCreator.html" title="class in com.google.inject.internal">InternalInjectorCreator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/Stage.html" title="enum in com.google.inject"><span class="typeNameLink">Stage</span></a> - Enum in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">The stage we're running in.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html#start--">start()</a></span> - Method in class com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/GraphvizGrapher.html" title="class in com.google.inject.grapher.graphviz">GraphvizGrapher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#staticInjectionOnInterface-java.lang.Class-">staticInjectionOnInterface(Class&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/StaticInjectionRequest.html" title="class in com.google.inject.spi"><span class="typeNameLink">StaticInjectionRequest</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">A request to inject the static fields and methods of a type.</div>
</dd>
<dt><a href="com/google/inject/internal/util/Stopwatch.html" title="class in com.google.inject.internal.util"><span class="typeNameLink">Stopwatch</span></a> - Class in <a href="com/google/inject/internal/util/package-summary.html">com.google.inject.internal.util</a></dt>
<dd>
<div class="block">Enables simple performance monitoring.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/Stopwatch.html#Stopwatch--">Stopwatch()</a></span> - Constructor for class com.google.inject.internal.util.<a href="com/google/inject/internal/util/Stopwatch.html" title="class in com.google.inject.internal.util">Stopwatch</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/multibindings/StringMapKey.html" title="annotation in com.google.inject.multibindings"><span class="typeNameLink">StringMapKey</span></a> - Annotation Type in <a href="com/google/inject/multibindings/package-summary.html">com.google.inject.multibindings</a></dt>
<dd>
<div class="block">Allows @<a href="com/google/inject/multibindings/ProvidesIntoMap.html" title="annotation in com.google.inject.multibindings"><code>ProvidesIntoMap</code></a> to specify a string map key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/matcher/Matchers.html#subclassesOf-java.lang.Class-">subclassesOf(Class&lt;?&gt;)</a></span> - Static method in class com.google.inject.matcher.<a href="com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</a></dt>
<dd>
<div class="block">Returns a matcher which matches subclasses of the given type (as well as
 the given type).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#subtypeNotProvided-java.lang.Class-java.lang.Class-">subtypeNotProvided(Class&lt;? extends Provider&lt;?&gt;&gt;, Class&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Types.html#subtypeOf-java.lang.reflect.Type-">subtypeOf(Type)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Types.html" title="class in com.google.inject.util">Types</a></dt>
<dd>
<div class="block">Returns a type that represents an unknown type that extends <code>bound</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Types.html#supertypeOf-java.lang.reflect.Type-">supertypeOf(Type)</a></span> - Static method in class com.google.inject.util.<a href="com/google/inject/util/Types.html" title="class in com.google.inject.util">Types</a></dt>
<dd>
<div class="block">Returns a type that represents an unknown supertype of <code>bound</code>.</div>
</dd>
</dl>
<a name="I:T">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html#through-java.lang.Class-">through(Class&lt;? extends Filter&gt;)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html" title="interface in com.google.inject.servlet">ServletModule.FilterKeyBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html#through-com.google.inject.Key-">through(Key&lt;? extends Filter&gt;)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html" title="interface in com.google.inject.servlet">ServletModule.FilterKeyBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html#through-javax.servlet.Filter-">through(Filter)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html" title="interface in com.google.inject.servlet">ServletModule.FilterKeyBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html#through-java.lang.Class-java.util.Map-">through(Class&lt;? extends Filter&gt;, Map&lt;String, String&gt;)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html" title="interface in com.google.inject.servlet">ServletModule.FilterKeyBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html#through-com.google.inject.Key-java.util.Map-">through(Key&lt;? extends Filter&gt;, Map&lt;String, String&gt;)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html" title="interface in com.google.inject.servlet">ServletModule.FilterKeyBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html#through-javax.servlet.Filter-java.util.Map-">through(Filter, Map&lt;String, String&gt;)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html" title="interface in com.google.inject.servlet">ServletModule.FilterKeyBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#throwConfigurationExceptionIfErrorsExist--">throwConfigurationExceptionIfErrorsExist()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#throwCreationExceptionIfErrorsExist--">throwCreationExceptionIfErrorsExist()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#throwIfNewErrors-int-">throwIfNewErrors(int)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/throwingproviders/ThrowingInject.html" title="annotation in com.google.inject.throwingproviders"><span class="typeNameLink">ThrowingInject</span></a> - Annotation Type in <a href="com/google/inject/throwingproviders/package-summary.html">com.google.inject.throwingproviders</a></dt>
<dd>
<div class="block">A version of @<a href="com/google/inject/Inject.html" title="annotation in com.google.inject"><code>Inject</code></a> designed for ThrowingProviders.</div>
</dd>
<dt><a href="com/google/inject/throwingproviders/ThrowingProvider.html" title="interface in com.google.inject.throwingproviders"><span class="typeNameLink">ThrowingProvider</span></a>&lt;<a href="com/google/inject/throwingproviders/ThrowingProvider.html" title="type parameter in ThrowingProvider">T</a>,<a href="com/google/inject/throwingproviders/ThrowingProvider.html" title="type parameter in ThrowingProvider">E</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&gt; - Interface in <a href="com/google/inject/throwingproviders/package-summary.html">com.google.inject.throwingproviders</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="com/google/inject/throwingproviders/CheckedProvider.html" title="interface in com.google.inject.throwingproviders"><code>CheckedProvider</code></a> instead.</span></div>
</div>
</dd>
<dt><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.html" title="class in com.google.inject.throwingproviders"><span class="typeNameLink">ThrowingProviderBinder</span></a> - Class in <a href="com/google/inject/throwingproviders/package-summary.html">com.google.inject.throwingproviders</a></dt>
<dd>
<div class="block">Builds a binding for a <a href="com/google/inject/throwingproviders/CheckedProvider.html" title="interface in com.google.inject.throwingproviders"><code>CheckedProvider</code></a>.</div>
</dd>
<dt><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html" title="class in com.google.inject.throwingproviders"><span class="typeNameLink">ThrowingProviderBinder.SecondaryBinder</span></a>&lt;<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html" title="type parameter in ThrowingProviderBinder.SecondaryBinder">P</a> extends <a href="com/google/inject/throwingproviders/CheckedProvider.html" title="interface in com.google.inject.throwingproviders">CheckedProvider</a>,<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html" title="type parameter in ThrowingProviderBinder.SecondaryBinder">T</a>&gt; - Class in <a href="com/google/inject/throwingproviders/package-summary.html">com.google.inject.throwingproviders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#throwProvisionExceptionIfErrorsExist--">throwProvisionExceptionIfErrorsExist()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ConstantBindingBuilder.html#to-java.lang.String-">to(String)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</a></dt>
<dd>
<div class="block">Binds constant to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ConstantBindingBuilder.html#to-int-">to(int)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</a></dt>
<dd>
<div class="block">Binds constant to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ConstantBindingBuilder.html#to-long-">to(long)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</a></dt>
<dd>
<div class="block">Binds constant to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ConstantBindingBuilder.html#to-boolean-">to(boolean)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</a></dt>
<dd>
<div class="block">Binds constant to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ConstantBindingBuilder.html#to-double-">to(double)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</a></dt>
<dd>
<div class="block">Binds constant to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ConstantBindingBuilder.html#to-float-">to(float)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</a></dt>
<dd>
<div class="block">Binds constant to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ConstantBindingBuilder.html#to-short-">to(short)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</a></dt>
<dd>
<div class="block">Binds constant to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ConstantBindingBuilder.html#to-char-">to(char)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</a></dt>
<dd>
<div class="block">Binds constant to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ConstantBindingBuilder.html#to-byte-">to(byte)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</a></dt>
<dd>
<div class="block">Binds constant to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ConstantBindingBuilder.html#to-java.lang.Class-">to(Class&lt;?&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</a></dt>
<dd>
<div class="block">Binds constant to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/ConstantBindingBuilder.html#to-E-">to(E)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</a></dt>
<dd>
<div class="block">Binds constant to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/LinkedBindingBuilder.html#to-java.lang.Class-">to(Class&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/LinkedBindingBuilder.html#to-com.google.inject.TypeLiteral-">to(TypeLiteral&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/LinkedBindingBuilder.html#to-com.google.inject.Key-">to(Key&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#to-java.lang.Class-">to(Class&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#to-com.google.inject.TypeLiteral-">to(TypeLiteral&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#to-com.google.inject.Key-">to(Key&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#to-java.lang.String-">to(String)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#to-int-">to(int)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#to-long-">to(long)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#to-boolean-">to(boolean)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#to-double-">to(double)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#to-float-">to(float)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#to-short-">to(short)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#to-char-">to(char)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#to-byte-">to(byte)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#to-java.lang.Class-">to(Class&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#to-E-">to(E)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html#to-P-">to(P)</a></span> - Method in class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder.SecondaryBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html#to-java.lang.Class-">to(Class&lt;? extends P&gt;)</a></span> - Method in class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder.SecondaryBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html#to-com.google.inject.Key-">to(Key&lt;? extends P&gt;)</a></span> - Method in class com.google.inject.throwingproviders.<a href="com/google/inject/throwingproviders/ThrowingProviderBinder.SecondaryBinder.html" title="class in com.google.inject.throwingproviders">ThrowingProviderBinder.SecondaryBinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/LinkedBindingBuilder.html#toConstructor-java.lang.reflect.Constructor-">toConstructor(Constructor&lt;S&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/LinkedBindingBuilder.html#toConstructor-java.lang.reflect.Constructor-com.google.inject.TypeLiteral-">toConstructor(Constructor&lt;S&gt;, TypeLiteral&lt;? extends S&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#toConstructor-java.lang.reflect.Constructor-">toConstructor(Constructor&lt;S&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#toConstructor-java.lang.reflect.Constructor-com.google.inject.TypeLiteral-">toConstructor(Constructor&lt;S&gt;, TypeLiteral&lt;? extends S&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#toException--">toException()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/LinkedBindingBuilder.html#toInstance-T-">toInstance(T)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#toInstance-T-">toInstance(T)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/Toolable.html" title="annotation in com.google.inject.spi"><span class="typeNameLink">Toolable</span></a> - Annotation Type in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Instructs an <a href="com/google/inject/Injector.html" title="interface in com.google.inject"><code>Injector</code></a> running in <a href="com/google/inject/Stage.html#TOOL"><code>Stage.TOOL</code></a> that a method should be injected.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#tooManyConstructors-java.lang.Class-">tooManyConstructors(Class&lt;?&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/LinkedBindingBuilder.html#toProvider-com.google.inject.Provider-">toProvider(Provider&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/LinkedBindingBuilder.html#toProvider-javax.inject.Provider-">toProvider(Provider&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/LinkedBindingBuilder.html#toProvider-java.lang.Class-">toProvider(Class&lt;? extends Provider&lt;? extends T&gt;&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/LinkedBindingBuilder.html#toProvider-com.google.inject.TypeLiteral-">toProvider(TypeLiteral&lt;? extends Provider&lt;? extends T&gt;&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/binder/LinkedBindingBuilder.html#toProvider-com.google.inject.Key-">toProvider(Key&lt;? extends Provider&lt;? extends T&gt;&gt;)</a></span> - Method in interface com.google.inject.binder.<a href="com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</a></dt>
<dd>
<div class="block">See the EDSL examples at <a href="com/google/inject/Binder.html" title="interface in com.google.inject"><code>Binder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#toProvider-com.google.inject.Provider-">toProvider(Provider&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#toProvider-javax.inject.Provider-">toProvider(Provider&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#toProvider-java.lang.Class-">toProvider(Class&lt;? extends Provider&lt;? extends T&gt;&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#toProvider-com.google.inject.TypeLiteral-">toProvider(TypeLiteral&lt;? extends Provider&lt;? extends T&gt;&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#toProvider-com.google.inject.Key-">toProvider(Key&lt;? extends Provider&lt;? extends T&gt;&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/BindingEdge.html#toString--">toString()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/BindingEdge.html" title="class in com.google.inject.grapher">BindingEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/DependencyEdge.html#toString--">toString()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/DependencyEdge.html" title="class in com.google.inject.grapher">DependencyEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/ArrowType.html#toString--">toString()</a></span> - Method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/ArrowType.html" title="enum in com.google.inject.grapher.graphviz">ArrowType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/CompassPoint.html#toString--">toString()</a></span> - Method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/CompassPoint.html" title="enum in com.google.inject.grapher.graphviz">CompassPoint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/EdgeStyle.html#toString--">toString()</a></span> - Method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/EdgeStyle.html" title="enum in com.google.inject.grapher.graphviz">EdgeStyle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/NodeShape.html#toString--">toString()</a></span> - Method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/NodeShape.html" title="enum in com.google.inject.grapher.graphviz">NodeShape</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/NodeStyle.html#toString--">toString()</a></span> - Method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/NodeStyle.html" title="enum in com.google.inject.grapher.graphviz">NodeStyle</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/ImplementationNode.html#toString--">toString()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/ImplementationNode.html" title="class in com.google.inject.grapher">ImplementationNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/InstanceNode.html#toString--">toString()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/InstanceNode.html" title="class in com.google.inject.grapher">InstanceNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/InterfaceNode.html#toString--">toString()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/InterfaceNode.html" title="class in com.google.inject.grapher">InterfaceNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NodeId.html#toString--">toString()</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/NodeId.html" title="class in com.google.inject.grapher">NodeId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingBuilder.html#toString--">toString()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingBuilder.html" title="class in com.google.inject.internal">BindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#toString--">toString()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ConstantBindingBuilderImpl.html#toString--">toString()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ConstantBindingBuilderImpl.html" title="class in com.google.inject.internal">ConstantBindingBuilderImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ExposedBindingImpl.html#toString--">toString()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ExposedBindingImpl.html" title="class in com.google.inject.internal">ExposedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ExposureBuilder.html#toString--">toString()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ExposureBuilder.html" title="class in com.google.inject.internal">ExposureBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/LinkedBindingImpl.html#toString--">toString()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/LinkedBindingImpl.html" title="class in com.google.inject.internal">LinkedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html#toString--">toString()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.GenericArrayTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html#toString--">toString()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.ParameterizedTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html#toString--">toString()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.WildcardTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/PrivateElementsImpl.html#toString--">toString()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/PrivateElementsImpl.html" title="class in com.google.inject.internal">PrivateElementsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/ProviderMethod.html#toString--">toString()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/ProviderMethod.html" title="class in com.google.inject.internal">ProviderMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/SingletonScope.html#toString--">toString()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/SingletonScope.html" title="class in com.google.inject.internal">SingletonScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/Classes.html#toString-java.lang.reflect.Member-">toString(Member)</a></span> - Static method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/Classes.html" title="class in com.google.inject.internal.util">Classes</a></dt>
<dd>
<div class="block">Formats a member as concise string, such as <code>java.util.ArrayList.size</code>,
 <code>java.util.ArrayList&lt;init&gt;()</code> or <code>java.util.List.remove()</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/StackTraceElements.InMemoryStackTraceElement.html#toString--">toString()</a></span> - Method in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/StackTraceElements.InMemoryStackTraceElement.html" title="class in com.google.inject.internal.util">StackTraceElements.InMemoryStackTraceElement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#toString--">toString()</a></span> - Method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Scope.html#toString--">toString()</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Scope.html" title="interface in com.google.inject">Scope</a></dt>
<dd>
<div class="block">A short but useful description of this scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Dependency.html#toString--">toString()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Dependency.html" title="class in com.google.inject.spi">Dependency</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DependencyAndSource.html#toString--">toString()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DependencyAndSource.html" title="class in com.google.inject.spi">DependencyAndSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementSource.html#toString--">toString()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ElementSource.html" title="class in com.google.inject.spi">ElementSource</a></dt>
<dd>
<div class="block">Returns <code>getDeclaringSource().toString()</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/InjectionPoint.html#toString--">toString()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/InjectionPoint.html" title="class in com.google.inject.spi">InjectionPoint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/Message.html#toString--">toString()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html#toString--">toString()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html" title="class in com.google.inject.spi">ModuleAnnotatedMethodScannerBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeConverterBinding.html#toString--">toString()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/TypeConverterBinding.html" title="class in com.google.inject.spi">TypeConverterBinding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/TypeLiteral.html#toString--">toString()</a></span> - Method in class com.google.inject.<a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletScopes.html#transferRequest-java.util.concurrent.Callable-">transferRequest(Callable&lt;T&gt;)</a></span> - Static method in class com.google.inject.servlet.<a href="com/google/inject/servlet/ServletScopes.html" title="class in com.google.inject.servlet">ServletScopes</a></dt>
<dd>
<div class="block">Wraps the given callable in a contextual callable that "transfers" the
 request to another thread.</div>
</dd>
<dt><a href="com/google/inject/grapher/TransitiveDependencyVisitor.html" title="class in com.google.inject.grapher"><span class="typeNameLink">TransitiveDependencyVisitor</span></a> - Class in <a href="com/google/inject/grapher/package-summary.html">com.google.inject.grapher</a></dt>
<dd>
<div class="block"><a href="com/google/inject/spi/BindingTargetVisitor.html" title="interface in com.google.inject.spi"><code>BindingTargetVisitor</code></a> that returns a
 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a> of the <a href="com/google/inject/Key.html" title="class in com.google.inject"><code>Key</code></a>s of each <a href="com/google/inject/Binding.html" title="interface in com.google.inject"><code>Binding</code></a>'s
 dependencies.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/TransitiveDependencyVisitor.html#TransitiveDependencyVisitor--">TransitiveDependencyVisitor()</a></span> - Constructor for class com.google.inject.grapher.<a href="com/google/inject/grapher/TransitiveDependencyVisitor.html" title="class in com.google.inject.grapher">TransitiveDependencyVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/TypeConverter.html" title="interface in com.google.inject.spi"><span class="typeNameLink">TypeConverter</span></a> - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Converts constant string values to a different type.</div>
</dd>
<dt><a href="com/google/inject/spi/TypeConverterBinding.html" title="class in com.google.inject.spi"><span class="typeNameLink">TypeConverterBinding</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Registration of type converters for matching target types.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/TypeConverterBinding.html#TypeConverterBinding-java.lang.Object-com.google.inject.matcher.Matcher-com.google.inject.spi.TypeConverter-">TypeConverterBinding(Object, Matcher&lt;? super TypeLiteral&lt;?&gt;&gt;, TypeConverter)</a></span> - Constructor for class com.google.inject.spi.<a href="com/google/inject/spi/TypeConverterBinding.html" title="class in com.google.inject.spi">TypeConverterBinding</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/inject/spi/TypeEncounter.html" title="interface in com.google.inject.spi"><span class="typeNameLink">TypeEncounter</span></a>&lt;<a href="com/google/inject/spi/TypeEncounter.html" title="type parameter in TypeEncounter">I</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Context of an injectable type encounter.</div>
</dd>
<dt><a href="com/google/inject/spi/TypeListener.html" title="interface in com.google.inject.spi"><span class="typeNameLink">TypeListener</span></a> - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Listens for Guice to encounter injectable types.</div>
</dd>
<dt><a href="com/google/inject/spi/TypeListenerBinding.html" title="class in com.google.inject.spi"><span class="typeNameLink">TypeListenerBinding</span></a> - Class in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">Binds types (picked using a Matcher) to an type listener.</div>
</dd>
<dt><a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject"><span class="typeNameLink">TypeLiteral</span></a>&lt;<a href="com/google/inject/TypeLiteral.html" title="type parameter in TypeLiteral">T</a>&gt; - Class in <a href="com/google/inject/package-summary.html">com.google.inject</a></dt>
<dd>
<div class="block">Represents a generic type <code>T</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/TypeLiteral.html#TypeLiteral--">TypeLiteral()</a></span> - Constructor for class com.google.inject.<a href="com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</a></dt>
<dd>
<div class="block">Constructs a new type literal.</div>
</dd>
<dt><a href="com/google/inject/util/Types.html" title="class in com.google.inject.util"><span class="typeNameLink">Types</span></a> - Class in <a href="com/google/inject/util/package-summary.html">com.google.inject.util</a></dt>
<dd>
<div class="block">Static methods for working with types.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.html#typeToString-java.lang.reflect.Type-">typeToString(Type)</a></span> - Static method in class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.html" title="class in com.google.inject.internal">MoreTypes</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:U">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="com/google/inject/internal/UniqueAnnotations.html" title="class in com.google.inject.internal"><span class="typeNameLink">UniqueAnnotations</span></a> - Class in <a href="com/google/inject/internal/package-summary.html">com.google.inject.internal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/util/SourceProvider.html#UNKNOWN_SOURCE">UNKNOWN_SOURCE</a></span> - Static variable in class com.google.inject.internal.util.<a href="com/google/inject/internal/util/SourceProvider.html" title="class in com.google.inject.internal.util">SourceProvider</a></dt>
<dd>
<div class="block">Indicates that the source is unknown.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Scoping.html#UNSCOPED">UNSCOPED</a></span> - Static variable in class com.google.inject.internal.<a href="com/google/inject/internal/Scoping.html" title="class in com.google.inject.internal">Scoping</a></dt>
<dd>
<div class="block">No scoping annotation has been applied.</div>
</dd>
<dt><a href="com/google/inject/spi/UntargettedBinding.html" title="interface in com.google.inject.spi"><span class="typeNameLink">UntargettedBinding</span></a>&lt;<a href="com/google/inject/spi/UntargettedBinding.html" title="type parameter in UntargettedBinding">T</a>&gt; - Interface in <a href="com/google/inject/spi/package-summary.html">com.google.inject.spi</a></dt>
<dd>
<div class="block">An untargetted binding.</div>
</dd>
<dt><a href="com/google/inject/servlet/UriPatternType.html" title="enum in com.google.inject.servlet"><span class="typeNameLink">UriPatternType</span></a> - Enum in <a href="com/google/inject/servlet/package-summary.html">com.google.inject.servlet</a></dt>
<dd>
<div class="block">An enumeration of the available URI-pattern matching styles</div>
</dd>
</dl>
<a name="I:V">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/BindingEdge.Type.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.grapher.<a href="com/google/inject/grapher/BindingEdge.Type.html" title="enum in com.google.inject.grapher">BindingEdge.Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/ArrowType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/ArrowType.html" title="enum in com.google.inject.grapher.graphviz">ArrowType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/CompassPoint.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/CompassPoint.html" title="enum in com.google.inject.grapher.graphviz">CompassPoint</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/EdgeStyle.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/EdgeStyle.html" title="enum in com.google.inject.grapher.graphviz">EdgeStyle</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/NodeShape.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/NodeShape.html" title="enum in com.google.inject.grapher.graphviz">NodeShape</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/NodeStyle.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/NodeStyle.html" title="enum in com.google.inject.grapher.graphviz">NodeStyle</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NodeId.NodeType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.grapher.<a href="com/google/inject/grapher/NodeId.NodeType.html" title="enum in com.google.inject.grapher">NodeId.NodeType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BytecodeGen.Visibility.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.internal.<a href="com/google/inject/internal/BytecodeGen.Visibility.html" title="enum in com.google.inject.internal">BytecodeGen.Visibility</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalFlags.CustomClassLoadingOption.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.internal.<a href="com/google/inject/internal/InternalFlags.CustomClassLoadingOption.html" title="enum in com.google.inject.internal">InternalFlags.CustomClassLoadingOption</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalFlags.IncludeStackTraceOption.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.internal.<a href="com/google/inject/internal/InternalFlags.IncludeStackTraceOption.html" title="enum in com.google.inject.internal">InternalFlags.IncludeStackTraceOption</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalFlags.NullableProvidesOption.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.internal.<a href="com/google/inject/internal/InternalFlags.NullableProvidesOption.html" title="enum in com.google.inject.internal">InternalFlags.NullableProvidesOption</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/ProvidesIntoOptional.Type.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.multibindings.<a href="com/google/inject/multibindings/ProvidesIntoOptional.Type.html" title="enum in com.google.inject.multibindings">ProvidesIntoOptional.Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/UriPatternType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.servlet.<a href="com/google/inject/servlet/UriPatternType.html" title="enum in com.google.inject.servlet">UriPatternType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Stage.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.google.inject.<a href="com/google/inject/Stage.html" title="enum in com.google.inject">Stage</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/BindingEdge.Type.html#values--">values()</a></span> - Static method in enum com.google.inject.grapher.<a href="com/google/inject/grapher/BindingEdge.Type.html" title="enum in com.google.inject.grapher">BindingEdge.Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/ArrowType.html#values--">values()</a></span> - Static method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/ArrowType.html" title="enum in com.google.inject.grapher.graphviz">ArrowType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/CompassPoint.html#values--">values()</a></span> - Static method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/CompassPoint.html" title="enum in com.google.inject.grapher.graphviz">CompassPoint</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/EdgeStyle.html#values--">values()</a></span> - Static method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/EdgeStyle.html" title="enum in com.google.inject.grapher.graphviz">EdgeStyle</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/NodeShape.html#values--">values()</a></span> - Static method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/NodeShape.html" title="enum in com.google.inject.grapher.graphviz">NodeShape</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/graphviz/NodeStyle.html#values--">values()</a></span> - Static method in enum com.google.inject.grapher.graphviz.<a href="com/google/inject/grapher/graphviz/NodeStyle.html" title="enum in com.google.inject.grapher.graphviz">NodeStyle</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/NodeId.NodeType.html#values--">values()</a></span> - Static method in enum com.google.inject.grapher.<a href="com/google/inject/grapher/NodeId.NodeType.html" title="enum in com.google.inject.grapher">NodeId.NodeType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BytecodeGen.Visibility.html#values--">values()</a></span> - Static method in enum com.google.inject.internal.<a href="com/google/inject/internal/BytecodeGen.Visibility.html" title="enum in com.google.inject.internal">BytecodeGen.Visibility</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalFlags.CustomClassLoadingOption.html#values--">values()</a></span> - Static method in enum com.google.inject.internal.<a href="com/google/inject/internal/InternalFlags.CustomClassLoadingOption.html" title="enum in com.google.inject.internal">InternalFlags.CustomClassLoadingOption</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalFlags.IncludeStackTraceOption.html#values--">values()</a></span> - Static method in enum com.google.inject.internal.<a href="com/google/inject/internal/InternalFlags.IncludeStackTraceOption.html" title="enum in com.google.inject.internal">InternalFlags.IncludeStackTraceOption</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/InternalFlags.NullableProvidesOption.html#values--">values()</a></span> - Static method in enum com.google.inject.internal.<a href="com/google/inject/internal/InternalFlags.NullableProvidesOption.html" title="enum in com.google.inject.internal">InternalFlags.NullableProvidesOption</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/ProvidesIntoOptional.Type.html#values--">values()</a></span> - Static method in enum com.google.inject.multibindings.<a href="com/google/inject/multibindings/ProvidesIntoOptional.Type.html" title="enum in com.google.inject.multibindings">ProvidesIntoOptional.Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/UriPatternType.html#values--">values()</a></span> - Static method in enum com.google.inject.servlet.<a href="com/google/inject/servlet/UriPatternType.html" title="enum in com.google.inject.servlet">UriPatternType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Stage.html#values--">values()</a></span> - Static method in enum com.google.inject.<a href="com/google/inject/Stage.html" title="enum in com.google.inject">Stage</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/assistedinject/AssistedInjectTargetVisitor.html#visit-com.google.inject.assistedinject.AssistedInjectBinding-">visit(AssistedInjectBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.assistedinject.<a href="com/google/inject/assistedinject/AssistedInjectTargetVisitor.html" title="interface in com.google.inject.assistedinject">AssistedInjectTargetVisitor</a></dt>
<dd>
<div class="block">Visits an <a href="com/google/inject/assistedinject/AssistedInjectBinding.html" title="interface in com.google.inject.assistedinject"><code>AssistedInjectBinding</code></a> created through <a href="com/google/inject/assistedinject/FactoryModuleBuilder.html" title="class in com.google.inject.assistedinject"><code>FactoryModuleBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/TransitiveDependencyVisitor.html#visit-com.google.inject.spi.ConstructorBinding-">visit(ConstructorBinding&lt;?&gt;)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/TransitiveDependencyVisitor.html" title="class in com.google.inject.grapher">TransitiveDependencyVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/TransitiveDependencyVisitor.html#visit-com.google.inject.spi.ConvertedConstantBinding-">visit(ConvertedConstantBinding&lt;?&gt;)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/TransitiveDependencyVisitor.html" title="class in com.google.inject.grapher">TransitiveDependencyVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/TransitiveDependencyVisitor.html#visit-com.google.inject.spi.InstanceBinding-">visit(InstanceBinding&lt;?&gt;)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/TransitiveDependencyVisitor.html" title="class in com.google.inject.grapher">TransitiveDependencyVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/TransitiveDependencyVisitor.html#visit-com.google.inject.spi.LinkedKeyBinding-">visit(LinkedKeyBinding&lt;?&gt;)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/TransitiveDependencyVisitor.html" title="class in com.google.inject.grapher">TransitiveDependencyVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/TransitiveDependencyVisitor.html#visit-com.google.inject.spi.ProviderBinding-">visit(ProviderBinding&lt;?&gt;)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/TransitiveDependencyVisitor.html" title="class in com.google.inject.grapher">TransitiveDependencyVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/TransitiveDependencyVisitor.html#visit-com.google.inject.spi.ProviderInstanceBinding-">visit(ProviderInstanceBinding&lt;?&gt;)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/TransitiveDependencyVisitor.html" title="class in com.google.inject.grapher">TransitiveDependencyVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/TransitiveDependencyVisitor.html#visit-com.google.inject.spi.ProviderKeyBinding-">visit(ProviderKeyBinding&lt;?&gt;)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/TransitiveDependencyVisitor.html" title="class in com.google.inject.grapher">TransitiveDependencyVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MultibindingsTargetVisitor.html#visit-com.google.inject.multibindings.MultibinderBinding-">visit(MultibinderBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MultibindingsTargetVisitor.html" title="interface in com.google.inject.multibindings">MultibindingsTargetVisitor</a></dt>
<dd>
<div class="block">Visits a binding created through <a href="com/google/inject/multibindings/Multibinder.html" title="class in com.google.inject.multibindings"><code>Multibinder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MultibindingsTargetVisitor.html#visit-com.google.inject.multibindings.MapBinderBinding-">visit(MapBinderBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MultibindingsTargetVisitor.html" title="interface in com.google.inject.multibindings">MultibindingsTargetVisitor</a></dt>
<dd>
<div class="block">Visits a binding created through <a href="com/google/inject/multibindings/MapBinder.html" title="class in com.google.inject.multibindings"><code>MapBinder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/multibindings/MultibindingsTargetVisitor.html#visit-com.google.inject.multibindings.OptionalBinderBinding-">visit(OptionalBinderBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.multibindings.<a href="com/google/inject/multibindings/MultibindingsTargetVisitor.html" title="interface in com.google.inject.multibindings">MultibindingsTargetVisitor</a></dt>
<dd>
<div class="block">Visits a binding created through <a href="com/google/inject/multibindings/OptionalBinder.html" title="class in com.google.inject.multibindings"><code>OptionalBinder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModuleTargetVisitor.html#visit-com.google.inject.servlet.LinkedFilterBinding-">visit(LinkedFilterBinding)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModuleTargetVisitor.html" title="interface in com.google.inject.servlet">ServletModuleTargetVisitor</a></dt>
<dd>
<div class="block">Visits a filter binding created by <a href="com/google/inject/servlet/ServletModule.html#filter-java.lang.String-java.lang.String...-"><code>ServletModule.filter(java.lang.String, java.lang.String...)</code></a>, where
 <a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html#through-java.lang.Class-"><code>ServletModule.FilterKeyBindingBuilder.through(java.lang.Class&lt;? extends javax.servlet.Filter&gt;)</code></a> is called with a Class or Key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModuleTargetVisitor.html#visit-com.google.inject.servlet.InstanceFilterBinding-">visit(InstanceFilterBinding)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModuleTargetVisitor.html" title="interface in com.google.inject.servlet">ServletModuleTargetVisitor</a></dt>
<dd>
<div class="block">Visits a filter binding created by <a href="com/google/inject/servlet/ServletModule.html#filter-java.lang.String-java.lang.String...-"><code>ServletModule.filter(java.lang.String, java.lang.String...)</code></a> where
 <a href="com/google/inject/servlet/ServletModule.FilterKeyBindingBuilder.html#through-java.lang.Class-"><code>ServletModule.FilterKeyBindingBuilder.through(java.lang.Class&lt;? extends javax.servlet.Filter&gt;)</code></a> is called with a <code>Filter</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModuleTargetVisitor.html#visit-com.google.inject.servlet.LinkedServletBinding-">visit(LinkedServletBinding)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModuleTargetVisitor.html" title="interface in com.google.inject.servlet">ServletModuleTargetVisitor</a></dt>
<dd>
<div class="block">Visits a servlet binding created by <a href="com/google/inject/servlet/ServletModule.html#serve-java.lang.String-java.lang.String...-"><code>ServletModule.serve(java.lang.String, java.lang.String...)</code></a> where
 <a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html#with-java.lang.Class-"><code>ServletModule.ServletKeyBindingBuilder.with(java.lang.Class&lt;? extends javax.servlet.http.HttpServlet&gt;)</code></a>, is called with a Class or Key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModuleTargetVisitor.html#visit-com.google.inject.servlet.InstanceServletBinding-">visit(InstanceServletBinding)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModuleTargetVisitor.html" title="interface in com.google.inject.servlet">ServletModuleTargetVisitor</a></dt>
<dd>
<div class="block">Visits a servlet binding created by <a href="com/google/inject/servlet/ServletModule.html#serve-java.lang.String-java.lang.String...-"><code>ServletModule.serve(java.lang.String, java.lang.String...)</code></a> where 
 <a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html#with-java.lang.Class-"><code>ServletModule.ServletKeyBindingBuilder.with(java.lang.Class&lt;? extends javax.servlet.http.HttpServlet&gt;)</code></a>, is called with an <code>HttpServlet</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/BindingTargetVisitor.html#visit-com.google.inject.spi.InstanceBinding-">visit(InstanceBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/BindingTargetVisitor.html" title="interface in com.google.inject.spi">BindingTargetVisitor</a></dt>
<dd>
<div class="block">Visit a instance binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/BindingTargetVisitor.html#visit-com.google.inject.spi.ProviderInstanceBinding-">visit(ProviderInstanceBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/BindingTargetVisitor.html" title="interface in com.google.inject.spi">BindingTargetVisitor</a></dt>
<dd>
<div class="block">Visit a provider instance binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/BindingTargetVisitor.html#visit-com.google.inject.spi.ProviderKeyBinding-">visit(ProviderKeyBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/BindingTargetVisitor.html" title="interface in com.google.inject.spi">BindingTargetVisitor</a></dt>
<dd>
<div class="block">Visit a provider key binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/BindingTargetVisitor.html#visit-com.google.inject.spi.LinkedKeyBinding-">visit(LinkedKeyBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/BindingTargetVisitor.html" title="interface in com.google.inject.spi">BindingTargetVisitor</a></dt>
<dd>
<div class="block">Visit a linked key binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/BindingTargetVisitor.html#visit-com.google.inject.spi.ExposedBinding-">visit(ExposedBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/BindingTargetVisitor.html" title="interface in com.google.inject.spi">BindingTargetVisitor</a></dt>
<dd>
<div class="block">Visit a binding to a key exposed from an enclosed private environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/BindingTargetVisitor.html#visit-com.google.inject.spi.UntargettedBinding-">visit(UntargettedBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/BindingTargetVisitor.html" title="interface in com.google.inject.spi">BindingTargetVisitor</a></dt>
<dd>
<div class="block">Visit an untargetted binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/BindingTargetVisitor.html#visit-com.google.inject.spi.ConstructorBinding-">visit(ConstructorBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/BindingTargetVisitor.html" title="interface in com.google.inject.spi">BindingTargetVisitor</a></dt>
<dd>
<div class="block">Visit a constructor binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/BindingTargetVisitor.html#visit-com.google.inject.spi.ConvertedConstantBinding-">visit(ConvertedConstantBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/BindingTargetVisitor.html" title="interface in com.google.inject.spi">BindingTargetVisitor</a></dt>
<dd>
<div class="block">Visit a binding created from converting a bound instance to a new type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/BindingTargetVisitor.html#visit-com.google.inject.spi.ProviderBinding-">visit(ProviderBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/BindingTargetVisitor.html" title="interface in com.google.inject.spi">BindingTargetVisitor</a></dt>
<dd>
<div class="block">Visit a binding to a <a href="com/google/inject/Provider.html" title="interface in com.google.inject"><code>Provider</code></a> that delegates to the binding for the
 provided type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingTargetVisitor.html#visit-com.google.inject.spi.InstanceBinding-">visit(InstanceBinding&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="class in com.google.inject.spi">DefaultBindingTargetVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingTargetVisitor.html#visit-com.google.inject.spi.ProviderInstanceBinding-">visit(ProviderInstanceBinding&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="class in com.google.inject.spi">DefaultBindingTargetVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingTargetVisitor.html#visit-com.google.inject.spi.ProviderKeyBinding-">visit(ProviderKeyBinding&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="class in com.google.inject.spi">DefaultBindingTargetVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingTargetVisitor.html#visit-com.google.inject.spi.LinkedKeyBinding-">visit(LinkedKeyBinding&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="class in com.google.inject.spi">DefaultBindingTargetVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingTargetVisitor.html#visit-com.google.inject.spi.ExposedBinding-">visit(ExposedBinding&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="class in com.google.inject.spi">DefaultBindingTargetVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingTargetVisitor.html#visit-com.google.inject.spi.UntargettedBinding-">visit(UntargettedBinding&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="class in com.google.inject.spi">DefaultBindingTargetVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingTargetVisitor.html#visit-com.google.inject.spi.ConstructorBinding-">visit(ConstructorBinding&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="class in com.google.inject.spi">DefaultBindingTargetVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingTargetVisitor.html#visit-com.google.inject.spi.ConvertedConstantBinding-">visit(ConvertedConstantBinding&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="class in com.google.inject.spi">DefaultBindingTargetVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingTargetVisitor.html#visit-com.google.inject.spi.ProviderBinding-">visit(ProviderBinding&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="class in com.google.inject.spi">DefaultBindingTargetVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.Message-">visit(Message)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.Binding-">visit(Binding&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.InterceptorBinding-">visit(InterceptorBinding)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.ScopeBinding-">visit(ScopeBinding)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.TypeConverterBinding-">visit(TypeConverterBinding)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.ProviderLookup-">visit(ProviderLookup&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.InjectionRequest-">visit(InjectionRequest&lt;?&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.StaticInjectionRequest-">visit(StaticInjectionRequest)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.PrivateElements-">visit(PrivateElements)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.MembersInjectorLookup-">visit(MembersInjectorLookup&lt;T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.TypeListenerBinding-">visit(TypeListenerBinding)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.ProvisionListenerBinding-">visit(ProvisionListenerBinding)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.DisableCircularProxiesOption-">visit(DisableCircularProxiesOption)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.RequireExplicitBindingsOption-">visit(RequireExplicitBindingsOption)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.RequireAtInjectOnConstructorsOption-">visit(RequireAtInjectOnConstructorsOption)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.RequireExactBindingAnnotationsOption-">visit(RequireExactBindingAnnotationsOption)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visit-com.google.inject.spi.ModuleAnnotatedMethodScannerBinding-">visit(ModuleAnnotatedMethodScannerBinding)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.Binding-">visit(Binding&lt;T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a mapping from a key (type and optional annotation) to the strategy for getting
 instances of the type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.InterceptorBinding-">visit(InterceptorBinding)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a registration of interceptors for matching methods of matching classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.ScopeBinding-">visit(ScopeBinding)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a registration of a scope annotation with the scope that implements it.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.TypeConverterBinding-">visit(TypeConverterBinding)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a registration of type converters for matching target types.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.InjectionRequest-">visit(InjectionRequest&lt;?&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a request to inject the instance fields and methods of an instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.StaticInjectionRequest-">visit(StaticInjectionRequest)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a request to inject the static fields and methods of type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.ProviderLookup-">visit(ProviderLookup&lt;T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a lookup of the provider for a type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.MembersInjectorLookup-">visit(MembersInjectorLookup&lt;T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a lookup of the members injector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.Message-">visit(Message)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit an error message and the context in which it occured.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.PrivateElements-">visit(PrivateElements)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a collection of configuration elements for a <a href="com/google/inject/PrivateBinder.html" title="interface in com.google.inject">private binder</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.TypeListenerBinding-">visit(TypeListenerBinding)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit an injectable type listener binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.ProvisionListenerBinding-">visit(ProvisionListenerBinding)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a provision listener binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.RequireExplicitBindingsOption-">visit(RequireExplicitBindingsOption)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a require explicit bindings command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.DisableCircularProxiesOption-">visit(DisableCircularProxiesOption)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a disable circular proxies command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.RequireAtInjectOnConstructorsOption-">visit(RequireAtInjectOnConstructorsOption)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a require explicit @<a href="com/google/inject/Inject.html" title="annotation in com.google.inject"><code>Inject</code></a> command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.RequireExactBindingAnnotationsOption-">visit(RequireExactBindingAnnotationsOption)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visit a require exact binding annotations command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ElementVisitor.html#visit-com.google.inject.spi.ModuleAnnotatedMethodScannerBinding-">visit(ModuleAnnotatedMethodScannerBinding)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ElementVisitor.html" title="interface in com.google.inject.spi">ElementVisitor</a></dt>
<dd>
<div class="block">Visits a <a href="com/google/inject/Binder.html#scanModulesForAnnotatedMethods-com.google.inject.spi.ModuleAnnotatedMethodScanner-"><code>Binder.scanModulesForAnnotatedMethods(com.google.inject.spi.ModuleAnnotatedMethodScanner)</code></a> command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/ProvidesMethodTargetVisitor.html#visit-com.google.inject.spi.ProvidesMethodBinding-">visit(ProvidesMethodBinding&lt;? extends T&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/ProvidesMethodTargetVisitor.html" title="interface in com.google.inject.spi">ProvidesMethodTargetVisitor</a></dt>
<dd>
<div class="block">Visits an <a href="com/google/inject/spi/ProvidesMethodBinding.html" title="interface in com.google.inject.spi"><code>ProvidesMethodBinding</code></a> created with an @<a href="com/google/inject/Provides.html" title="annotation in com.google.inject"><code>Provides</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/BindingScopingVisitor.html#visitEagerSingleton--">visitEagerSingleton()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/BindingScopingVisitor.html" title="interface in com.google.inject.spi">BindingScopingVisitor</a></dt>
<dd>
<div class="block">Visit an eager singleton or single instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingScopingVisitor.html#visitEagerSingleton--">visitEagerSingleton()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingScopingVisitor.html" title="class in com.google.inject.spi">DefaultBindingScopingVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/BindingScopingVisitor.html#visitNoScoping--">visitNoScoping()</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/BindingScopingVisitor.html" title="interface in com.google.inject.spi">BindingScopingVisitor</a></dt>
<dd>
<div class="block">Visit an unspecified or unscoped strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingScopingVisitor.html#visitNoScoping--">visitNoScoping()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingScopingVisitor.html" title="class in com.google.inject.spi">DefaultBindingScopingVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/grapher/TransitiveDependencyVisitor.html#visitOther-com.google.inject.Binding-">visitOther(Binding&lt;?&gt;)</a></span> - Method in class com.google.inject.grapher.<a href="com/google/inject/grapher/TransitiveDependencyVisitor.html" title="class in com.google.inject.grapher">TransitiveDependencyVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingScopingVisitor.html#visitOther--">visitOther()</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingScopingVisitor.html" title="class in com.google.inject.spi">DefaultBindingScopingVisitor</a></dt>
<dd>
<div class="block">Default visit implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingTargetVisitor.html#visitOther-com.google.inject.Binding-">visitOther(Binding&lt;? extends T&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingTargetVisitor.html" title="class in com.google.inject.spi">DefaultBindingTargetVisitor</a></dt>
<dd>
<div class="block">Default visit implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultElementVisitor.html#visitOther-com.google.inject.spi.Element-">visitOther(Element)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultElementVisitor.html" title="class in com.google.inject.spi">DefaultElementVisitor</a></dt>
<dd>
<div class="block">Default visit implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/BindingScopingVisitor.html#visitScope-com.google.inject.Scope-">visitScope(Scope)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/BindingScopingVisitor.html" title="interface in com.google.inject.spi">BindingScopingVisitor</a></dt>
<dd>
<div class="block">Visit a scope instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingScopingVisitor.html#visitScope-com.google.inject.Scope-">visitScope(Scope)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingScopingVisitor.html" title="class in com.google.inject.spi">DefaultBindingScopingVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/BindingScopingVisitor.html#visitScopeAnnotation-java.lang.Class-">visitScopeAnnotation(Class&lt;? extends Annotation&gt;)</a></span> - Method in interface com.google.inject.spi.<a href="com/google/inject/spi/BindingScopingVisitor.html" title="interface in com.google.inject.spi">BindingScopingVisitor</a></dt>
<dd>
<div class="block">Visit a scope annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/spi/DefaultBindingScopingVisitor.html#visitScopeAnnotation-java.lang.Class-">visitScopeAnnotation(Class&lt;? extends Annotation&gt;)</a></span> - Method in class com.google.inject.spi.<a href="com/google/inject/spi/DefaultBindingScopingVisitor.html" title="class in com.google.inject.spi">DefaultBindingScopingVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#voidProviderMethod--">voidProviderMethod()</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:W">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html#WildcardTypeImpl-java.lang.reflect.Type:A-java.lang.reflect.Type:A-">WildcardTypeImpl(Type[], Type[])</a></span> - Constructor for class com.google.inject.internal.<a href="com/google/inject/internal/MoreTypes.WildcardTypeImpl.html" title="class in com.google.inject.internal">MoreTypes.WildcardTypeImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html#with-java.lang.Class-">with(Class&lt;? extends HttpServlet&gt;)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html" title="interface in com.google.inject.servlet">ServletModule.ServletKeyBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html#with-com.google.inject.Key-">with(Key&lt;? extends HttpServlet&gt;)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html" title="interface in com.google.inject.servlet">ServletModule.ServletKeyBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html#with-javax.servlet.http.HttpServlet-">with(HttpServlet)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html" title="interface in com.google.inject.servlet">ServletModule.ServletKeyBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html#with-java.lang.Class-java.util.Map-">with(Class&lt;? extends HttpServlet&gt;, Map&lt;String, String&gt;)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html" title="interface in com.google.inject.servlet">ServletModule.ServletKeyBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html#with-com.google.inject.Key-java.util.Map-">with(Key&lt;? extends HttpServlet&gt;, Map&lt;String, String&gt;)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html" title="interface in com.google.inject.servlet">ServletModule.ServletKeyBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html#with-javax.servlet.http.HttpServlet-java.util.Map-">with(HttpServlet, Map&lt;String, String&gt;)</a></span> - Method in interface com.google.inject.servlet.<a href="com/google/inject/servlet/ServletModule.ServletKeyBindingBuilder.html" title="interface in com.google.inject.servlet">ServletModule.ServletKeyBindingBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Modules.OverriddenModuleBuilder.html#with-com.google.inject.Module...-">with(Module...)</a></span> - Method in interface com.google.inject.util.<a href="com/google/inject/util/Modules.OverriddenModuleBuilder.html" title="interface in com.google.inject.util">Modules.OverriddenModuleBuilder</a></dt>
<dd>
<div class="block">See the EDSL example at <a href="com/google/inject/util/Modules.html#override-com.google.inject.Module...-"><code>override()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/util/Modules.OverriddenModuleBuilder.html#with-java.lang.Iterable-">with(Iterable&lt;? extends Module&gt;)</a></span> - Method in interface com.google.inject.util.<a href="com/google/inject/util/Modules.OverriddenModuleBuilder.html" title="interface in com.google.inject.util">Modules.OverriddenModuleBuilder</a></dt>
<dd>
<div class="block">See the EDSL example at <a href="com/google/inject/util/Modules.html#override-com.google.inject.Module...-"><code>override()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#withKey-com.google.inject.Key-">withKey(Key&lt;T&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/LinkedBindingImpl.html#withKey-com.google.inject.Key-">withKey(Key&lt;T&gt;)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/LinkedBindingImpl.html" title="class in com.google.inject.internal">LinkedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Key.html#withoutAttributes--">withoutAttributes()</a></span> - Method in class com.google.inject.<a href="com/google/inject/Key.html" title="class in com.google.inject">Key</a></dt>
<dd>
<div class="block">Returns this key without annotation attributes, i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/ConfigurationException.html#withPartialValue-java.lang.Object-">withPartialValue(Object)</a></span> - Method in exception com.google.inject.<a href="com/google/inject/ConfigurationException.html" title="class in com.google.inject">ConfigurationException</a></dt>
<dd>
<div class="block">Returns a copy of this configuration exception with the specified partial value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/BindingImpl.html#withScoping-com.google.inject.internal.Scoping-">withScoping(Scoping)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/BindingImpl.html" title="class in com.google.inject.internal">BindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/LinkedBindingImpl.html#withScoping-com.google.inject.internal.Scoping-">withScoping(Scoping)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/LinkedBindingImpl.html" title="class in com.google.inject.internal">LinkedBindingImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/Binder.html#withSource-java.lang.Object-">withSource(Object)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/Binder.html" title="interface in com.google.inject">Binder</a></dt>
<dd>
<div class="block">Returns a binder that uses <code>source</code> as the reference location for
 configuration errors.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/internal/Errors.html#withSource-java.lang.Object-">withSource(Object)</a></span> - Method in class com.google.inject.internal.<a href="com/google/inject/internal/Errors.html" title="class in com.google.inject.internal">Errors</a></dt>
<dd>
<div class="block">Returns an instance that uses <code>source</code> as a reference point for newly added errors.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/inject/PrivateBinder.html#withSource-java.lang.Object-">withSource(Object)</a></span> - Method in interface com.google.inject.<a href="com/google/inject/PrivateBinder.html" title="interface in com.google.inject">PrivateBinder</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2017 <a href="http://www.google.com">Google, Inc.</a>. All rights reserved.</small></p>
</body>
</html>