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. --- .../com/tavianator/sangria/core/DelayedError.html | 336 ++++++++++++++ .../sangria/core/PotentialAnnotation.Visitor.html | 291 +++++++++++++ .../sangria/core/PotentialAnnotation.html | 485 +++++++++++++++++++++ .../com/tavianator/sangria/core/PrettyTypes.html | 263 +++++++++++ .../com/tavianator/sangria/core/Priority.html | 404 +++++++++++++++++ .../com/tavianator/sangria/core/TypeLiterals.html | 373 ++++++++++++++++ .../tavianator/sangria/core/UniqueAnnotations.html | 252 +++++++++++ .../sangria/core/class-use/DelayedError.html | 186 ++++++++ .../class-use/PotentialAnnotation.Visitor.html | 170 ++++++++ .../core/class-use/PotentialAnnotation.html | 186 ++++++++ .../sangria/core/class-use/PrettyTypes.html | 126 ++++++ .../sangria/core/class-use/Priority.html | 192 ++++++++ .../sangria/core/class-use/TypeLiterals.html | 126 ++++++ .../sangria/core/class-use/UniqueAnnotations.html | 126 ++++++ .../com/tavianator/sangria/core/package-frame.html | 30 ++ .../tavianator/sangria/core/package-summary.html | 210 +++++++++ .../com/tavianator/sangria/core/package-tree.html | 148 +++++++ .../com/tavianator/sangria/core/package-use.html | 178 ++++++++ 18 files changed, 4082 insertions(+) create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/DelayedError.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/PotentialAnnotation.Visitor.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/PotentialAnnotation.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/PrettyTypes.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/Priority.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/TypeLiterals.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/UniqueAnnotations.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/class-use/DelayedError.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.Visitor.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/class-use/PrettyTypes.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/class-use/Priority.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/class-use/TypeLiterals.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/class-use/UniqueAnnotations.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/package-frame.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/package-summary.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/package-tree.html create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/package-use.html (limited to '1.3.1/apidocs/com/tavianator/sangria/core') diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/DelayedError.html b/1.3.1/apidocs/com/tavianator/sangria/core/DelayedError.html new file mode 100644 index 0000000..63edce0 --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/DelayedError.html @@ -0,0 +1,336 @@ + + + + + + +DelayedError (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Class DelayedError

+
+
+ +
+
    +
  • +
    +
    +
    public class DelayedError
    +extends Object
    +
    Similar to Binder.addError(String, Object...), but can be canceled later. Useful for enforcing correct usage + of fluent APIs.
    +
    +
    Since:
    +
    1.0
    +
    Version:
    +
    1.0
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/PotentialAnnotation.Visitor.html b/1.3.1/apidocs/com/tavianator/sangria/core/PotentialAnnotation.Visitor.html new file mode 100644 index 0000000..d07f2e8 --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/PotentialAnnotation.Visitor.html @@ -0,0 +1,291 @@ + + + + + + +PotentialAnnotation.Visitor (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Interface PotentialAnnotation.Visitor<T>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    T - The type to return.
    +
    +
    +
    Enclosing class:
    +
    PotentialAnnotation
    +
    +
    +
    +
    public static interface PotentialAnnotation.Visitor<T>
    +
    A visitor interface to examine a PotentialAnnotation's annotation, if it exists.
    +
    +
    Since:
    +
    1.1
    +
    Version:
    +
    1.1
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        visitNoAnnotation

        +
        T visitNoAnnotation()
        +
        Called when there is no annotation.
        +
        +
        Returns:
        +
        Any value.
        +
        +
      • +
      + + + +
        +
      • +

        visitAnnotationType

        +
        T visitAnnotationType(Class<? extends Annotation> annotationType)
        +
        Called when an annotation type is stored.
        +
        +
        Parameters:
        +
        annotationType - The annotation type.
        +
        Returns:
        +
        Any value.
        +
        +
      • +
      + + + +
        +
      • +

        visitAnnotationInstance

        +
        T visitAnnotationInstance(Annotation annotation)
        +
        Called when an annotation instance is stored.
        +
        +
        Parameters:
        +
        annotation - The annotation instance.
        +
        Returns:
        +
        Any value.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/PotentialAnnotation.html b/1.3.1/apidocs/com/tavianator/sangria/core/PotentialAnnotation.html new file mode 100644 index 0000000..8dd133c --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/PotentialAnnotation.html @@ -0,0 +1,485 @@ + + + + + + +PotentialAnnotation (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Class PotentialAnnotation

+
+
+ +
+
    +
  • +
    +
    +
    public abstract class PotentialAnnotation
    +extends Object
    +
    A record of stored annotations, perfect for builders with annotatedWith() methods.
    +
    +
    Since:
    +
    1.1
    +
    Version:
    +
    1.2
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        from

        +
        public static PotentialAnnotation from(Key<?> key)
        +
        Extract the annotation from a Key.
        +
        +
        Parameters:
        +
        key - The Key whose annotation to use, if any.
        +
        Returns:
        +
        A PotentialAnnotation with the annotation from key.
        +
        Since:
        +
        1.2
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        hasAnnotation

        +
        public abstract boolean hasAnnotation()
        +
        +
        Returns:
        +
        Whether an annotation is present.
        +
        +
      • +
      + + + +
        +
      • +

        getKey

        +
        public <T> Key<T> getKey(Class<T> type)
        +
        Create a Key with the given type and the stored annotation.
        +
        +
        Type Parameters:
        +
        T - The type of the key to create.
        +
        Parameters:
        +
        type - The type of the key to create.
        +
        Returns:
        +
        A Key.
        +
        +
      • +
      + + + +
        +
      • +

        getKey

        +
        public abstract <T> Key<T> getKey(TypeLiteral<T> type)
        +
        Create a Key with the given type and the stored annotation.
        +
        +
        Type Parameters:
        +
        T - The type of the key to create.
        +
        Parameters:
        +
        type - The type of the key to create.
        +
        Returns:
        +
        A Key.
        +
        +
      • +
      + + + +
        +
      • +

        accept

        +
        public abstract <T> T accept(PotentialAnnotation.Visitor<T> visitor)
        + +
        +
        Type Parameters:
        +
        T - The type for the visitor to return.
        +
        Parameters:
        +
        visitor - The visitor to accept.
        +
        Returns:
        +
        The value produced by the visitor.
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public abstract boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public abstract int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/PrettyTypes.html b/1.3.1/apidocs/com/tavianator/sangria/core/PrettyTypes.html new file mode 100644 index 0000000..6598de1 --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/PrettyTypes.html @@ -0,0 +1,263 @@ + + + + + + +PrettyTypes (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Class PrettyTypes

+
+
+ +
+
    +
  • +
    +
    +
    public class PrettyTypes
    +extends Object
    +
    Utility class for pretty-printing messages containing types.
    +
    +
    Since:
    +
    1.0
    +
    Version:
    +
    1.0
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        format

        +
        public static String format(String message,
        +                            Object... args)
        +
        Format a message.
        +
        +
        Parameters:
        +
        message - The format string.
        +
        args - The format arguments, possibly containing Class or Key instances to be + pretty-printed.
        +
        Returns:
        +
        A formatted message.
        +
        See Also:
        +
        String.format(String, Object...)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/Priority.html b/1.3.1/apidocs/com/tavianator/sangria/core/Priority.html new file mode 100644 index 0000000..e8421cb --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/Priority.html @@ -0,0 +1,404 @@ + + + + + + +Priority (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Class Priority

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Comparable<Priority>
    +
    +
    +
    +
    public class Priority
    +extends Object
    +implements Comparable<Priority>
    +
    A loosely-coupled, infinitely divisible priority/weight system. + +

    + This class implements an extensible priority system based on lexicographical ordering. In its simplest use, Priority.create(0) is ordered before Priority.create(1), then Priority.create(2), etc. +

    + +

    + To create a priority that is ordered between two existing ones, simply add another parameter: Priority.create(1, 1) comes after Priority.create(1), but before Priority.create(2). In this way, + priorities can always be inserted anywhere in a sequence. +

    + +

    + The next() method creates a priority that is ordered immediately following the current one, and is distinct + from all priorities obtained by any other means. This provides a convenient way to order entire segments of lists. +

    + +

    + A special priority, obtained by Priority.getDefault(), sorts before all other priorities. +

    +
    +
    Since:
    +
    1.1
    +
    Version:
    +
    1.1
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDefault

        +
        public static Priority getDefault()
        +
        +
        Returns:
        +
        The default priority, which comes before all other priorities.
        +
        +
      • +
      + + + +
        +
      • +

        create

        +
        public static Priority create(int weight,
        +                              int... weights)
        +
        Create a Priority with the given sequence.
        +
        +
        Parameters:
        +
        weight - The first value of the weight sequence.
        +
        weights - An integer sequence. These sequences are sorted lexicographically, so Priority.create(1) + sorts before Priority.create(1, 1), which sorts before Priority.create(2).
        +
        Returns:
        +
        A new Priority.
        +
        +
      • +
      + + + +
        +
      • +

        isDefault

        +
        public boolean isDefault()
        +
        +
        Returns:
        +
        Whether this priority originated in a call to getDefault().
        +
        +
      • +
      + + + +
        +
      • +

        next

        +
        public Priority next()
        +
        +
        Returns:
        +
        A new Priority which immediately follows this one, and which is distinct from all other + priorities obtained by create(int, int...).
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/TypeLiterals.html b/1.3.1/apidocs/com/tavianator/sangria/core/TypeLiterals.html new file mode 100644 index 0000000..2530306 --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/TypeLiterals.html @@ -0,0 +1,373 @@ + + + + + + +TypeLiterals (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Class TypeLiterals

+
+
+ +
+
    +
  • +
    +
    +
    public class TypeLiterals
    +extends Object
    +
    Static utility functions for working with TypeLiterals.
    +
    +
    Since:
    +
    1.1
    +
    Version:
    +
    1.1
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/UniqueAnnotations.html b/1.3.1/apidocs/com/tavianator/sangria/core/UniqueAnnotations.html new file mode 100644 index 0000000..d79ae0b --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/UniqueAnnotations.html @@ -0,0 +1,252 @@ + + + + + + +UniqueAnnotations (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.tavianator.sangria.core
+

Class UniqueAnnotations

+
+
+ +
+
    +
  • +
    +
    +
    public class UniqueAnnotations
    +extends Object
    +
    Re-implementation of Guice's internal UniqueAnnotations utility.
    +
    +
    Since:
    +
    1.0
    +
    Version:
    +
    1.0
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        create

        +
        public static Annotation create()
        +
        +
        Returns:
        +
        An Annotation that will be unequal to every other annotation.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/class-use/DelayedError.html b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/DelayedError.html new file mode 100644 index 0000000..1dad1c1 --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/DelayedError.html @@ -0,0 +1,186 @@ + + + + + + +Uses of Class com.tavianator.sangria.core.DelayedError (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.core.DelayedError

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.Visitor.html b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.Visitor.html new file mode 100644 index 0000000..60e0475 --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.Visitor.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Interface com.tavianator.sangria.core.PotentialAnnotation.Visitor (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
com.tavianator.sangria.core.PotentialAnnotation.Visitor

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.html b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.html new file mode 100644 index 0000000..bdb7467 --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/PotentialAnnotation.html @@ -0,0 +1,186 @@ + + + + + + +Uses of Class com.tavianator.sangria.core.PotentialAnnotation (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.core.PotentialAnnotation

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/class-use/PrettyTypes.html b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/PrettyTypes.html new file mode 100644 index 0000000..e09e270 --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/PrettyTypes.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.tavianator.sangria.core.PrettyTypes (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.core.PrettyTypes

+
+
No usage of com.tavianator.sangria.core.PrettyTypes
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/class-use/Priority.html b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/Priority.html new file mode 100644 index 0000000..6d9b570 --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/Priority.html @@ -0,0 +1,192 @@ + + + + + + +Uses of Class com.tavianator.sangria.core.Priority (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.core.Priority

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/class-use/TypeLiterals.html b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/TypeLiterals.html new file mode 100644 index 0000000..32ef1ff --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/TypeLiterals.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.tavianator.sangria.core.TypeLiterals (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.core.TypeLiterals

+
+
No usage of com.tavianator.sangria.core.TypeLiterals
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/class-use/UniqueAnnotations.html b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/UniqueAnnotations.html new file mode 100644 index 0000000..ac62a8c --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/class-use/UniqueAnnotations.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.tavianator.sangria.core.UniqueAnnotations (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.core.UniqueAnnotations

+
+
No usage of com.tavianator.sangria.core.UniqueAnnotations
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/package-frame.html b/1.3.1/apidocs/com/tavianator/sangria/core/package-frame.html new file mode 100644 index 0000000..d52332c --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/package-frame.html @@ -0,0 +1,30 @@ + + + + + + +com.tavianator.sangria.core (Sangria 1.3.1 API) + + + + + +

com.tavianator.sangria.core

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/package-summary.html b/1.3.1/apidocs/com/tavianator/sangria/core/package-summary.html new file mode 100644 index 0000000..cbeaac6 --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/package-summary.html @@ -0,0 +1,210 @@ + + + + + + +com.tavianator.sangria.core (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.tavianator.sangria.core

+
+
sangria-core: Common code for Sangria.
+
+

See: Description

+
+
+ + + + +

Package com.tavianator.sangria.core Description

+
sangria-core: Common code for Sangria.
+
+
Since:
+
1.0
+
Version:
+
1.1
+
Author:
+
Tavian Barnes (tavianator@tavianator.com)
+
+
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/package-tree.html b/1.3.1/apidocs/com/tavianator/sangria/core/package-tree.html new file mode 100644 index 0000000..363d8bb --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.tavianator.sangria.core Class Hierarchy (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.tavianator.sangria.core

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/apidocs/com/tavianator/sangria/core/package-use.html b/1.3.1/apidocs/com/tavianator/sangria/core/package-use.html new file mode 100644 index 0000000..5b02d96 --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/core/package-use.html @@ -0,0 +1,178 @@ + + + + + + +Uses of Package com.tavianator.sangria.core (Sangria 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.tavianator.sangria.core

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + -- cgit v1.2.3