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-contextual/apidocs/index-all.html | 251 ++++++++++++++++++++++++ 1 file changed, 251 insertions(+) create mode 100644 1.3.1/sangria-contextual/apidocs/index-all.html (limited to '1.3.1/sangria-contextual/apidocs/index-all.html') diff --git a/1.3.1/sangria-contextual/apidocs/index-all.html b/1.3.1/sangria-contextual/apidocs/index-all.html new file mode 100644 index 0000000..2999f42 --- /dev/null +++ b/1.3.1/sangria-contextual/apidocs/index-all.html @@ -0,0 +1,251 @@ + + + + + + +Index (Sangria Contextual 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
A B C G T 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

+
+
com.tavianator.sangria.contextual - package com.tavianator.sangria.contextual
+
+
sangria-contextual: Context-sensitive providers.
+
+
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
+
+ +
+
+ + + +

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.
+
+
+ + + +

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.
+
+
+ + + +

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 G T V 
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + -- cgit v1.2.3