From 7865786d43805a7e45240088b9de77e37b485c3e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 8 May 2015 20:53:48 -0400 Subject: Add version 1.3 site. --- .../listbinder/AnnotatedListBinderBuilder.html | 250 +++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 1.3/apidocs/com/tavianator/sangria/listbinder/AnnotatedListBinderBuilder.html (limited to '1.3/apidocs/com/tavianator/sangria/listbinder/AnnotatedListBinderBuilder.html') diff --git a/1.3/apidocs/com/tavianator/sangria/listbinder/AnnotatedListBinderBuilder.html b/1.3/apidocs/com/tavianator/sangria/listbinder/AnnotatedListBinderBuilder.html new file mode 100644 index 0000000..15fafbc --- /dev/null +++ b/1.3/apidocs/com/tavianator/sangria/listbinder/AnnotatedListBinderBuilder.html @@ -0,0 +1,250 @@ + + + + + + +AnnotatedListBinderBuilder (Sangria 1.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.tavianator.sangria.listbinder
+

Interface AnnotatedListBinderBuilder<T>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    ListBinderBuilder<T>
    +
    +
    +
    +
    public interface AnnotatedListBinderBuilder<T>
    +extends ListBinderBuilder<T>
    +
    Fluent builder interface.
    +
    Since:
    +
    1.1
    +
    Version:
    +
    1.1
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        annotatedWith

        +
        ListBinderBuilder<T> annotatedWith(Class<? extends Annotation> annotationType)
        +
        Make a binder for an annotated list type.
        +
        Parameters:
        annotationType - The annotation type for the list.
        +
        Returns:
        A fluent builder.
        +
      • +
      + + + +
        +
      • +

        annotatedWith

        +
        ListBinderBuilder<T> annotatedWith(Annotation annotation)
        +
        Make a binder for an annotated list type.
        +
        Parameters:
        annotation - The annotation instance for the list.
        +
        Returns:
        A fluent builder.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + -- cgit v1.2.3