diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2014-10-04 13:09:39 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2014-10-04 13:09:39 -0400 |
commit | 17b69d672f8e4f5e99f54256a4141320b0a846e0 (patch) | |
tree | 1fc5d3c9680070cd751a09472f7cd6cba2e39deb /1.2/sangria-lazy/apidocs/com/tavianator/sangria/lazy/SangriaLazyModule.html | |
parent | 95bb12d092948a0e52f5fb2edd8e3c781efc2392 (diff) | |
download | sangria-17b69d672f8e4f5e99f54256a4141320b0a846e0.tar.xz |
Add version 1.2 site.
Diffstat (limited to '1.2/sangria-lazy/apidocs/com/tavianator/sangria/lazy/SangriaLazyModule.html')
-rw-r--r-- | 1.2/sangria-lazy/apidocs/com/tavianator/sangria/lazy/SangriaLazyModule.html | 300 |
1 files changed, 300 insertions, 0 deletions
diff --git a/1.2/sangria-lazy/apidocs/com/tavianator/sangria/lazy/SangriaLazyModule.html b/1.2/sangria-lazy/apidocs/com/tavianator/sangria/lazy/SangriaLazyModule.html new file mode 100644 index 0000000..d8f9319 --- /dev/null +++ b/1.2/sangria-lazy/apidocs/com/tavianator/sangria/lazy/SangriaLazyModule.html @@ -0,0 +1,300 @@ +<!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 (1.8.0_20) on Sat Oct 04 13:08:58 EDT 2014 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>SangriaLazyModule (Sangria Lazy 1.2 API)</title> +<meta name="date" content="2014-10-04"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="SangriaLazyModule (Sangria Lazy 1.2 API)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../com/tavianator/sangria/lazy/package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SangriaLazyModule.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../com/tavianator/sangria/lazy/LazySingleton.html" title="annotation in com.tavianator.sangria.lazy"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?com/tavianator/sangria/lazy/SangriaLazyModule.html" target="_top">Frames</a></li> +<li><a href="SangriaLazyModule.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">com.tavianator.sangria.lazy</div> +<h2 title="Class SangriaLazyModule" class="title">Class SangriaLazyModule</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true" title="class or interface in com.google.inject">com.google.inject.AbstractModule</a></li> +<li> +<ul class="inheritance"> +<li>com.tavianator.sangria.lazy.SangriaLazyModule</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/Module.html?is-external=true" title="class or interface in com.google.inject">Module</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="typeNameLabel">SangriaLazyModule</span> +extends <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true" title="class or interface in com.google.inject">AbstractModule</a></pre> +<div class="block">Module for lazy initialization features.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>1.2</dd> +<dt><span class="simpleTagLabel">Version:</span></dt> +<dd>1.2</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Tavian Barnes (tavianator@tavianator.com)</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/tavianator/sangria/lazy/SangriaLazyModule.html#SangriaLazyModule--">SangriaLazyModule</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/tavianator/sangria/lazy/SangriaLazyModule.html#configure--">configure</a></span>()</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.com.google.inject.AbstractModule"> +<!-- --> +</a> +<h3>Methods inherited from class com.google.inject.<a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true" title="class or interface in com.google.inject">AbstractModule</a></h3> +<code><a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#addError-com.google.inject.spi.Message-" title="class or interface in com.google.inject">addError</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#addError-java.lang.String-java.lang.Object...-" title="class or interface in com.google.inject">addError</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#addError-java.lang.Throwable-" title="class or interface in com.google.inject">addError</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#bind-java.lang.Class-" title="class or interface in com.google.inject">bind</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#bind-com.google.inject.Key-" title="class or interface in com.google.inject">bind</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#bind-com.google.inject.TypeLiteral-" title="class or interface in com.google.inject">bind</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#bindConstant--" title="class or interface in com.google.inject">bindConstant</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#binder--" title="class or interface in com.google.inject">binder</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#bindInterceptor-com.google.inject.matcher.Matcher-com.google.inject.matcher.Matcher-org.aopalliance.intercept.MethodInterceptor...-" title="class or interface in com.google.inject">bindInterceptor</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#bindListener-com.google.inject.matcher.Matcher-com.google.inject.spi.ProvisionListener...-" title="class or interface in com.google.inject">bindListener</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#bindListener-com.google.inject.matcher.Matcher-com.google.inject.spi.TypeListener-" title="class or interface in com.google.inject">bindListener</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#bindScope-java.lang.Class-com.google.inject.Scope-" title="class or interface in com.google.inject">bindScope</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#configure-com.google.inject.Binder-" title="class or interface in com.google.inject">configure</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#convertToTypes-com.google.inject.matcher.Matcher-com.google.inject.spi.TypeConverter-" title="class or interface in com.google.inject">convertToTypes</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#currentStage--" title="class or interface in com.google.inject">currentStage</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#getMembersInjector-java.lang.Class-" title="class or interface in com.google.inject">getMembersInjector</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#getMembersInjector-com.google.inject.TypeLiteral-" title="class or interface in com.google.inject">getMembersInjector</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#getProvider-java.lang.Class-" title="class or interface in com.google.inject">getProvider</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#getProvider-com.google.inject.Key-" title="class or interface in com.google.inject">getProvider</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#install-com.google.inject.Module-" title="class or interface in com.google.inject">install</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#requestInjection-java.lang.Object-" title="class or interface in com.google.inject">requestInjection</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#requestStaticInjection-java.lang.Class...-" title="class or interface in com.google.inject">requestStaticInjection</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#requireBinding-java.lang.Class-" title="class or interface in com.google.inject">requireBinding</a>, <a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#requireBinding-com.google.inject.Key-" title="class or interface in com.google.inject">requireBinding</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="SangriaLazyModule--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>SangriaLazyModule</h4> +<pre>public SangriaLazyModule()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="configure--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>configure</h4> +<pre>protected void configure()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true#configure--" title="class or interface in com.google.inject">configure</a></code> in class <code><a href="https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/AbstractModule.html?is-external=true" title="class or interface in com.google.inject">AbstractModule</a></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../com/tavianator/sangria/lazy/package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SangriaLazyModule.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../com/tavianator/sangria/lazy/LazySingleton.html" title="annotation in com.tavianator.sangria.lazy"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?com/tavianator/sangria/lazy/SangriaLazyModule.html" target="_top">Frames</a></li> +<li><a href="SangriaLazyModule.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014. All rights reserved.</small></p> +</body> +</html> |