From 9b2a4b8646f2baea660add10c18b191358bc60bf Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 16 Sep 2014 10:17:45 -0400 Subject: Add version 1.0 site. --- 1.0/sangria-lazy/apidocs/index-all.html | 239 ++++++++++++++++++++++++++++++++ 1 file changed, 239 insertions(+) create mode 100644 1.0/sangria-lazy/apidocs/index-all.html (limited to '1.0/sangria-lazy/apidocs/index-all.html') diff --git a/1.0/sangria-lazy/apidocs/index-all.html b/1.0/sangria-lazy/apidocs/index-all.html new file mode 100644 index 0000000..6a3a616 --- /dev/null +++ b/1.0/sangria-lazy/apidocs/index-all.html @@ -0,0 +1,239 @@ + + + + + + +Index (Sangria Lazy 1.2-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
B C E G H 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.
+
+
+ + + +

E

+
+
equals(Object) - Method in class com.tavianator.sangria.lazy.SangriaLazyModule
+
 
+
+ + + +

G

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

H

+
+
hashCode() - Method in class com.tavianator.sangria.lazy.SangriaLazyModule
+
 
+
+ + + +

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 E G H L S V 
+ +
+ + + + + + + +
+ + +

Copyright © 2014. All rights reserved.

+ + -- cgit v1.2.3