From 278bfc319cc905bdf150af814bb3461896b68444 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 25 Oct 2015 13:35:25 -0400 Subject: Add version 1.3.1 site. --- 1.3.1/sangria-lazy/apidocs/index-all.html | 223 ++++++++++++++++++++++++++++++ 1 file changed, 223 insertions(+) create mode 100644 1.3.1/sangria-lazy/apidocs/index-all.html (limited to '1.3.1/sangria-lazy/apidocs/index-all.html') diff --git a/1.3.1/sangria-lazy/apidocs/index-all.html b/1.3.1/sangria-lazy/apidocs/index-all.html new file mode 100644 index 0000000..5ceb06a --- /dev/null +++ b/1.3.1/sangria-lazy/apidocs/index-all.html @@ -0,0 +1,223 @@ + + + + + + +Index (Sangria Lazy 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
B C G L S V  + + +

B

+
+
bind(Class<T>) - Method in class com.tavianator.sangria.lazy.LazyBinder
+
+
See the EDSL examples at Lazy.
+
+
bind(TypeLiteral<T>) - Method in class com.tavianator.sangria.lazy.LazyBinder
+
+
See the EDSL examples at Lazy.
+
+
bind(Key<T>) - Method in class com.tavianator.sangria.lazy.LazyBinder
+
+
See the EDSL examples at Lazy.
+
+
+ + + +

C

+
+
com.tavianator.sangria.lazy - package com.tavianator.sangria.lazy
+
+
sangria-lazy: Lazy loading.
+
+
configure() - Method in class com.tavianator.sangria.lazy.SangriaLazyModule
+
 
+
create(Binder) - Static method in class com.tavianator.sangria.lazy.LazyBinder
+
+
Create a LazyBinder.
+
+
+ + + +

G

+
+
get() - Method in class com.tavianator.sangria.lazy.Lazy
+
 
+
getTargetKey() - Method in interface com.tavianator.sangria.lazy.LazyBinding
+
 
+
+ + + +

L

+
+
Lazy<T> - Class in com.tavianator.sangria.lazy
+
+
A lazily-loaded dependency.
+
+
LAZY_SINGLETON - Static variable in class com.tavianator.sangria.lazy.LazyScopes
+
+
Lazy version of Scopes.SINGLETON.
+
+
LazyBinder - Class in com.tavianator.sangria.lazy
+
+
Binder for Lazy instances.
+
+
LazyBinding<T> - Interface in com.tavianator.sangria.lazy
+
+
SPI for LazyBinder bindings.
+
+
LazyBindingVisitor<T,V> - Interface in com.tavianator.sangria.lazy
+
+
Visitor interface for the lazy binding SPI.
+
+
LazyScopes - Class in com.tavianator.sangria.lazy
+
+
Lazy scope implementations.
+
+
LazyScopes() - Constructor for class com.tavianator.sangria.lazy.LazyScopes
+
 
+
LazySingleton - Annotation Type in com.tavianator.sangria.lazy
+
+
Like Singleton, but always lazy.
+
+
+ + + +

S

+
+
SangriaLazyModule - Class in com.tavianator.sangria.lazy
+
+
Module for lazy initialization features.
+
+
SangriaLazyModule() - Constructor for class com.tavianator.sangria.lazy.SangriaLazyModule
+
 
+
+ + + +

V

+
+
visit(LazyBinding<? extends T>) - Method in interface com.tavianator.sangria.lazy.LazyBindingVisitor
+
+
Visit a LazyBinding.
+
+
+B C G L S V 
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + -- cgit v1.2.3