This file is indexed.

/usr/share/doc/libguice-java/api/index-all.html is in libguice-java-doc 3.0-3.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_21) on Thu May 16 11:14:31 UTC 2013 -->
<title>Index</title>
<meta name="date" content="2013-05-16">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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><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 Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All 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="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./com/google/inject/matcher/AbstractMatcher.html" title="class in com.google.inject.matcher"><span class="strong">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="strong"><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="strong">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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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><span class="strong"><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="strong"><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="strong">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="strong">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="strong">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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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><span class="strong"><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>
</dl>
<a name="_B_">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong">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="strong"><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="strong">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><a href="./com/google/inject/BindingAnnotation.html" title="annotation in com.google.inject"><span class="strong">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/spi/BindingScopingVisitor.html" title="interface in com.google.inject.spi"><span class="strong">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="strong">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="strong"><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;, org.aopalliance.intercept.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="strong"><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;, org.aopalliance.intercept.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="strong"><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;, org.aopalliance.intercept.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="strong"><a href="./com/google/inject/spi/TypeEncounter.html#bindInterceptor(com.google.inject.matcher.Matcher, org.aopalliance.intercept.MethodInterceptor...)">bindInterceptor(Matcher&lt;? super Method&gt;, org.aopalliance.intercept.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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<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/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/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/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/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/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="strong"><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="strong"><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/ConfigurationException.html" title="class in com.google.inject"><span class="strong">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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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><a href="./com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder"><span class="strong">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/spi/ConstructorBinding.html" title="interface in com.google.inject.spi"><span class="strong">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="strong"><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="strong">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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong">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="strong"><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="strong"><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="strong"><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="strong"><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="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="./com/google/inject/spi/DefaultBindingScopingVisitor.html" title="class in com.google.inject.spi"><span class="strong">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="strong"><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="strong">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="strong"><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="strong">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="strong"><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/spi/Dependency.html" title="class in com.google.inject.spi"><span class="strong">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><span class="strong"><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="file:///usr/share/doc/default-jdk-doc/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="strong">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>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><a href="./com/google/inject/spi/Element.html" title="interface in com.google.inject.spi"><span class="strong">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><a href="./com/google/inject/spi/Elements.html" title="class in com.google.inject.spi"><span class="strong">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="strong"><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/ElementVisitor.html" title="interface in com.google.inject.spi"><span class="strong">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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong">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="strong">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>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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">Returns the user-supplied, unscoped provider.</div>
</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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><a href="./com/google/inject/Guice.html" title="class in com.google.inject"><span class="strong">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><span class="strong"><a href="./com/google/inject/util/Providers.html#guicify()">guicify(&lt;any&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="_H_">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><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="strong">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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><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><a href="./com/google/inject/ImplementedBy.html" title="annotation in com.google.inject"><span class="strong">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="strong"><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="strong"><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="strong"><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="strong"><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><a href="./com/google/inject/Inject.html" title="annotation in com.google.inject"><span class="strong">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="strong">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="strong">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="strong">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="strong"><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="strong"><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="strong"><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="strong">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><span class="strong"><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="strong"><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="strong"><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="strong"><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><a href="./com/google/inject/spi/InstanceBinding.html" title="interface in com.google.inject.spi"><span class="strong">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><span class="strong"><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="strong">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><span class="strong"><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="strong"><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="strong"><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="strong"><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="_K_">
<!--   -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><a href="./com/google/inject/Key.html" title="class in com.google.inject"><span class="strong">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="strong"><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="strong"><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="strong"><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>
</dl>
<a name="_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="strong">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/spi/LinkedKeyBinding.html" title="interface in com.google.inject.spi"><span class="strong">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><span class="strong"><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="file:///usr/share/doc/default-jdk-doc/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="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><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="file:///usr/share/doc/default-jdk-doc/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="strong">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="strong">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="strong"><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><a href="./com/google/inject/MembersInjector.html" title="interface in com.google.inject"><span class="strong">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="strong">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="strong"><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><a href="./com/google/inject/spi/Message.html" title="class in com.google.inject.spi"><span class="strong">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="strong"><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="strong"><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="strong"><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><a href="./com/google/inject/Module.html" title="interface in com.google.inject"><span class="strong">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/util/Modules.html" title="class in com.google.inject.util"><span class="strong">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="strong">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>
</dl>
<a name="_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="strong">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="strong"><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/name/Names.html" title="class in com.google.inject.name"><span class="strong">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="strong"><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="strong"><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="strong"><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="strong"><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><span class="strong"><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>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong">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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="./com/google/inject/PrivateBinder.html" title="interface in com.google.inject"><span class="strong">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="strong">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/PrivateModule.html" title="class in com.google.inject"><span class="strong">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="strong"><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="strong">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="strong">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="strong">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="strong">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="strong">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="strong">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="strong"><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="strong"><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="strong">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="strong">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="strong">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="strong">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/ProvisionException.html" title="class in com.google.inject"><span class="strong">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="strong"><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="strong"><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="strong"><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>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong">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="strong"><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>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><a href="./com/google/inject/Scope.html" title="interface in com.google.inject"><span class="strong">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="strong"><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><a href="./com/google/inject/ScopeAnnotation.html" title="annotation in com.google.inject"><span class="strong">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><a href="./com/google/inject/spi/ScopeBinding.html" title="class in com.google.inject.spi"><span class="strong">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="strong">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><a href="./com/google/inject/Scopes.html" title="class in com.google.inject"><span class="strong">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><span class="strong"><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="file:///usr/share/doc/default-jdk-doc/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="strong"><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="strong">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="strong"><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="strong"><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/Stage.html" title="enum in com.google.inject"><span class="strong">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><a href="./com/google/inject/spi/StaticInjectionRequest.html" title="class in com.google.inject.spi"><span class="strong">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><span class="strong"><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="strong"><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="strong"><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="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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><a href="./com/google/inject/spi/Toolable.html" title="annotation in com.google.inject.spi"><span class="strong">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="strong"><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="strong"><a href="./com/google/inject/binder/LinkedBindingBuilder.html#toProvider(java.lang.Class)">toProvider(Class&lt;? extends &lt;any&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="strong"><a href="./com/google/inject/binder/LinkedBindingBuilder.html#toProvider(com.google.inject.TypeLiteral)">toProvider(TypeLiteral&lt;? extends &lt;any&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="strong"><a href="./com/google/inject/binder/LinkedBindingBuilder.html#toProvider(com.google.inject.Key)">toProvider(Key&lt;? extends &lt;any&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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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><a href="./com/google/inject/spi/TypeConverter.html" title="interface in com.google.inject.spi"><span class="strong">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="strong">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="strong"><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="strong">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="strong">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="strong">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="strong">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="strong"><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="strong">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>
</dl>
<a name="_U_">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="./com/google/inject/spi/UntargettedBinding.html" title="interface in com.google.inject.spi"><span class="strong">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>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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><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 Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All 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 ======= -->
</body>
</html>