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/apidocs/index-all.html | 345 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 345 insertions(+) create mode 100644 1.0/apidocs/index-all.html (limited to '1.0/apidocs/index-all.html') diff --git a/1.0/apidocs/index-all.html b/1.0/apidocs/index-all.html new file mode 100644 index 0000000..95411f2 --- /dev/null +++ b/1.0/apidocs/index-all.html @@ -0,0 +1,345 @@ + + + + + + +Index (Sangria 1.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
A B C D F G P S T U V  + + +

A

+
+
AnnotatedContextSensitiveBindingBuilder<T> - Interface in com.tavianator.sangria.contextual
+
+
See the EDSL examples here.
+
+
annotatedWith(Class<? extends Annotation>) - Method in interface com.tavianator.sangria.contextual.AnnotatedContextSensitiveBindingBuilder
+
+
See the EDSL examples here.
+
+
annotatedWith(Annotation) - Method in interface com.tavianator.sangria.contextual.AnnotatedContextSensitiveBindingBuilder
+
+
See the EDSL examples here.
+
+
+ + + +

B

+
+
bind(Class<T>) - Method in class com.tavianator.sangria.contextual.ContextSensitiveBinder
+
+
See the EDSL examples here.
+
+
bind(TypeLiteral<T>) - Method in class com.tavianator.sangria.contextual.ContextSensitiveBinder
+
+
See the EDSL examples here.
+
+
bind(Key<T>) - Method in class com.tavianator.sangria.contextual.ContextSensitiveBinder
+
+
See the EDSL examples here.
+
+
+ + + +

C

+
+
cancel() - Method in class com.tavianator.sangria.core.DelayedError
+
+
Cancel this error.
+
+
com.tavianator.sangria.contextual - package com.tavianator.sangria.contextual
+
+
sangria-contextual: Context-sensitive providers.
+
+
com.tavianator.sangria.core - package com.tavianator.sangria.core
+
+
sangria-core: Common code for Sangria.
+
+
com.tavianator.sangria.log4j - package com.tavianator.sangria.log4j
+
+
sangria-log4j: Log4j Logger injection.
+
+
com.tavianator.sangria.slf4j - package com.tavianator.sangria.slf4j
+
+
sangria-slf4j: SLF4J Logger injection.
+
+
configure() - Method in class com.tavianator.sangria.log4j.SangriaLog4jModule
+
 
+
configure() - Method in class com.tavianator.sangria.slf4j.SangriaSlf4jModule
+
 
+
ContextSensitiveBinder - Class in com.tavianator.sangria.contextual
+
+ +
+
ContextSensitiveBindingBuilder<T> - Interface in com.tavianator.sangria.contextual
+
+
See the EDSL examples here.
+
+
ContextSensitiveBindingVisitor<T,V> - Interface in com.tavianator.sangria.contextual
+
+
Visitor interface for the context-sensitive binding SPI.
+
+
ContextSensitiveProvider<T> - Interface in com.tavianator.sangria.contextual
+
+
Like a Provider, but with knowledge of the target InjectionPoint.
+
+
ContextSensitiveProviderInstanceBinding<T> - Interface in com.tavianator.sangria.contextual
+
+
SPI for ContextSensitiveProvider key bindings.
+
+
ContextSensitiveProviderKeyBinding<T> - Interface in com.tavianator.sangria.contextual
+
+
SPI for ContextSensitiveProvider key bindings.
+
+
create(Binder) - Static method in class com.tavianator.sangria.contextual.ContextSensitiveBinder
+
+ +
+
create(Binder, String, Object...) - Static method in class com.tavianator.sangria.core.DelayedError
+
+
Create a DelayedError.
+
+
create(Binder, Throwable) - Static method in class com.tavianator.sangria.core.DelayedError
+
+
Create a DelayedError.
+
+
create(Binder, Message) - Static method in class com.tavianator.sangria.core.DelayedError
+
+
Create a DelayedError.
+
+
create() - Static method in class com.tavianator.sangria.core.UniqueAnnotations
+
 
+
+ + + +

D

+
+
DelayedError - Class in com.tavianator.sangria.core
+
+
Similar to Binder.addError(String, Object...), but can be canceled later.
+
+
+ + + +

F

+
+
format(String, Object...) - Static method in class com.tavianator.sangria.core.PrettyTypes
+
+
Format a message.
+
+
+ + + +

G

+
+
getContextSensitiveProviderInstance() - Method in interface com.tavianator.sangria.contextual.ContextSensitiveProviderInstanceBinding
+
 
+
getContextSensitiveProviderKey() - Method in interface com.tavianator.sangria.contextual.ContextSensitiveProviderKeyBinding
+
 
+
getInContext(InjectionPoint) - Method in interface com.tavianator.sangria.contextual.ContextSensitiveProvider
+
+
Provide an instance of T for the given context.
+
+
getInjectionPoints() - Method in interface com.tavianator.sangria.contextual.ContextSensitiveProviderInstanceBinding
+
 
+
getInUnknownContext() - Method in interface com.tavianator.sangria.contextual.ContextSensitiveProvider
+
+
Provide an instance of T for an unknown context.
+
+
+ + + +

P

+
+
PrettyTypes - Class in com.tavianator.sangria.core
+
+
Utility class for pretty-printing messages containing types.
+
+
+ + + +

S

+
+
SangriaLog4jModule - Class in com.tavianator.sangria.log4j
+
+
Module for Log4j Logger injection.
+
+
SangriaLog4jModule() - Constructor for class com.tavianator.sangria.log4j.SangriaLog4jModule
+
 
+
SangriaSlf4jModule - Class in com.tavianator.sangria.slf4j
+
+
Module for SLF4J Logger injection.
+
+
SangriaSlf4jModule() - Constructor for class com.tavianator.sangria.slf4j.SangriaSlf4jModule
+
 
+
+ + + +

T

+
+
toContextSensitiveProvider(Class<? extends ContextSensitiveProvider<? extends T>>) - Method in interface com.tavianator.sangria.contextual.ContextSensitiveBindingBuilder
+
+
See the EDSL examples here.
+
+
toContextSensitiveProvider(TypeLiteral<? extends ContextSensitiveProvider<? extends T>>) - Method in interface com.tavianator.sangria.contextual.ContextSensitiveBindingBuilder
+
+
See the EDSL examples here.
+
+
toContextSensitiveProvider(Key<? extends ContextSensitiveProvider<? extends T>>) - Method in interface com.tavianator.sangria.contextual.ContextSensitiveBindingBuilder
+
+
See the EDSL examples here.
+
+
toContextSensitiveProvider(ContextSensitiveProvider<? extends T>) - Method in interface com.tavianator.sangria.contextual.ContextSensitiveBindingBuilder
+
+
See the EDSL examples here.
+
+
+ + + +

U

+
+
UniqueAnnotations - Class in com.tavianator.sangria.core
+
+
Re-implementation of Guice's internal UniqueAnnotations utility.
+
+
+ + + +

V

+
+
visit(ContextSensitiveProviderKeyBinding<? extends T>) - Method in interface com.tavianator.sangria.contextual.ContextSensitiveBindingVisitor
+
+ +
+
visit(ContextSensitiveProviderInstanceBinding<? extends T>) - Method in interface com.tavianator.sangria.contextual.ContextSensitiveBindingVisitor
+
+ +
+
+A B C D F G P S T U V 
+ +
+ + + + + + + +
+ + +

Copyright © 2014. All rights reserved.

+ + -- cgit v1.2.3