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/PrettyTypes.html | 263 +++++++++++++++++++++ 1 file changed, 263 insertions(+) create mode 100644 1.3.1/apidocs/com/tavianator/sangria/core/PrettyTypes.html (limited to '1.3.1/apidocs/com/tavianator/sangria/core/PrettyTypes.html') 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.

+ + -- cgit v1.2.3