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-core/apidocs/index-all.html | 355 ++++++++++++++++++++++++++++++ 1 file changed, 355 insertions(+) create mode 100644 1.3.1/sangria-core/apidocs/index-all.html (limited to '1.3.1/sangria-core/apidocs/index-all.html') diff --git a/1.3.1/sangria-core/apidocs/index-all.html b/1.3.1/sangria-core/apidocs/index-all.html new file mode 100644 index 0000000..315293e --- /dev/null +++ b/1.3.1/sangria-core/apidocs/index-all.html @@ -0,0 +1,355 @@ + + + + + + +Index (Sangria Core 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
A C D E F G H I L M N P S T U V  + + +

A

+
+
accept(PotentialAnnotation.Visitor<T>) - Method in class com.tavianator.sangria.core.PotentialAnnotation
+
+ +
+
annotatedWith(Class<? extends Annotation>) - Method in class com.tavianator.sangria.core.PotentialAnnotation
+
+
Add an annotation.
+
+
annotatedWith(Annotation) - Method in class com.tavianator.sangria.core.PotentialAnnotation
+
+
Add an annotation.
+
+
+ + + +

C

+
+
cancel() - Method in class com.tavianator.sangria.core.DelayedError
+
+
Cancel this error.
+
+
com.tavianator.sangria.core - package com.tavianator.sangria.core
+
+
sangria-core: Common code for Sangria.
+
+
compareTo(Priority) - Method in class com.tavianator.sangria.core.Priority
+
 
+
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(int, int...) - Static method in class com.tavianator.sangria.core.Priority
+
+
Create a Priority with the given sequence.
+
+
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.
+
+
+ + + +

E

+
+
equals(Object) - Method in class com.tavianator.sangria.core.PotentialAnnotation
+
 
+
equals(Object) - Method in class com.tavianator.sangria.core.Priority
+
 
+
+ + + +

F

+
+
format(String, Object...) - Static method in class com.tavianator.sangria.core.PrettyTypes
+
+
Format a message.
+
+
from(Key<?>) - Static method in class com.tavianator.sangria.core.PotentialAnnotation
+
+
Extract the annotation from a Key.
+
+
+ + + +

G

+
+
getDefault() - Static method in class com.tavianator.sangria.core.Priority
+
 
+
getKey(Class<T>) - Method in class com.tavianator.sangria.core.PotentialAnnotation
+
+
Create a Key with the given type and the stored annotation.
+
+
getKey(TypeLiteral<T>) - Method in class com.tavianator.sangria.core.PotentialAnnotation
+
+
Create a Key with the given type and the stored annotation.
+
+
+ + + +

H

+
+
hasAnnotation() - Method in class com.tavianator.sangria.core.PotentialAnnotation
+
 
+
hashCode() - Method in class com.tavianator.sangria.core.PotentialAnnotation
+
 
+
hashCode() - Method in class com.tavianator.sangria.core.Priority
+
 
+
+ + + +

I

+
+
isDefault() - Method in class com.tavianator.sangria.core.Priority
+
 
+
+ + + +

L

+
+
listOf(Class<T>) - Static method in class com.tavianator.sangria.core.TypeLiterals
+
 
+
listOf(TypeLiteral<T>) - Static method in class com.tavianator.sangria.core.TypeLiterals
+
 
+
+ + + +

M

+
+
mapOf(Class<K>, Class<V>) - Static method in class com.tavianator.sangria.core.TypeLiterals
+
 
+
mapOf(Class<K>, TypeLiteral<V>) - Static method in class com.tavianator.sangria.core.TypeLiterals
+
 
+
mapOf(TypeLiteral<K>, Class<V>) - Static method in class com.tavianator.sangria.core.TypeLiterals
+
 
+
mapOf(TypeLiteral<K>, TypeLiteral<V>) - Static method in class com.tavianator.sangria.core.TypeLiterals
+
 
+
+ + + +

N

+
+
next() - Method in class com.tavianator.sangria.core.Priority
+
 
+
none() - Static method in class com.tavianator.sangria.core.PotentialAnnotation
+
 
+
+ + + +

P

+
+
PotentialAnnotation - Class in com.tavianator.sangria.core
+
+
A record of stored annotations, perfect for builders with annotatedWith() methods.
+
+
PotentialAnnotation.Visitor<T> - Interface in com.tavianator.sangria.core
+
+
A visitor interface to examine a PotentialAnnotation's annotation, if it exists.
+
+
PrettyTypes - Class in com.tavianator.sangria.core
+
+
Utility class for pretty-printing messages containing types.
+
+
Priority - Class in com.tavianator.sangria.core
+
+
A loosely-coupled, infinitely divisible priority/weight system.
+
+
providerOf(Class<T>) - Static method in class com.tavianator.sangria.core.TypeLiterals
+
 
+
providerOf(TypeLiteral<T>) - Static method in class com.tavianator.sangria.core.TypeLiterals
+
 
+
+ + + +

S

+
+
setOf(Class<T>) - Static method in class com.tavianator.sangria.core.TypeLiterals
+
 
+
setOf(TypeLiteral<T>) - Static method in class com.tavianator.sangria.core.TypeLiterals
+
 
+
+ + + +

T

+
+
toString() - Method in class com.tavianator.sangria.core.PotentialAnnotation
+
 
+
toString() - Method in class com.tavianator.sangria.core.Priority
+
 
+
TypeLiterals - Class in com.tavianator.sangria.core
+
+
Static utility functions for working with TypeLiterals.
+
+
+ + + +

U

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

V

+
+
visitAnnotationInstance(Annotation) - Method in interface com.tavianator.sangria.core.PotentialAnnotation.Visitor
+
+
Called when an annotation instance is stored.
+
+
visitAnnotationType(Class<? extends Annotation>) - Method in interface com.tavianator.sangria.core.PotentialAnnotation.Visitor
+
+
Called when an annotation type is stored.
+
+
visitNoAnnotation() - Method in interface com.tavianator.sangria.core.PotentialAnnotation.Visitor
+
+
Called when there is no annotation.
+
+
+A C D E F G H I L M N P S T U V 
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + -- cgit v1.2.3