diff --git a/1.x/retrofit/index-all.html b/1.x/retrofit/index-all.html index fceccb5010..3b706c6b8d 100644 --- a/1.x/retrofit/index-all.html +++ b/1.x/retrofit/index-all.html @@ -478,7 +478,7 @@

H

 
Header - Annotation Type in retrofit.http
-
Replaces the header with the the value of its target.
+
Replaces the header with the value of its target.
Headers - Annotation Type in retrofit.http
diff --git a/1.x/retrofit/retrofit/http/Header.html b/1.x/retrofit/retrofit/http/Header.html index 8d0bb024eb..30d351a549 100644 --- a/1.x/retrofit/retrofit/http/Header.html +++ b/1.x/retrofit/retrofit/http/Header.html @@ -98,7 +98,7 @@

Annotation Type Header

@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Header -
Replaces the header with the the value of its target. +
Replaces the header with the value of its target.

  @GET("/")
diff --git a/1.x/retrofit/retrofit/http/package-summary.html b/1.x/retrofit/retrofit/http/package-summary.html
index c20914e3d9..fb7b9cef85 100644
--- a/1.x/retrofit/retrofit/http/package-summary.html
+++ b/1.x/retrofit/retrofit/http/package-summary.html
@@ -152,7 +152,7 @@ 

Package retrofit.http

Header -
Replaces the header with the the value of its target.
+
Replaces the header with the value of its target.
diff --git a/2.x/retrofit/allclasses-frame.html b/2.x/retrofit/allclasses-frame.html index 9ccc215687..a4c4d8b5d0 100644 --- a/2.x/retrofit/allclasses-frame.html +++ b/2.x/retrofit/allclasses-frame.html @@ -31,6 +31,7 @@

All Classes

  • HttpException
  • Invocation
  • Multipart
  • +
  • OptionalConverterFactory
  • OPTIONS
  • Part
  • PartMap
  • diff --git a/2.x/retrofit/allclasses-noframe.html b/2.x/retrofit/allclasses-noframe.html index 51aec9f23d..eb3f09161a 100644 --- a/2.x/retrofit/allclasses-noframe.html +++ b/2.x/retrofit/allclasses-noframe.html @@ -31,6 +31,7 @@

    All Classes

  • HttpException
  • Invocation
  • Multipart
  • +
  • OptionalConverterFactory
  • OPTIONS
  • Part
  • PartMap
  • diff --git a/2.x/retrofit/index-all.html b/2.x/retrofit/index-all.html index 0a9009a614..5ca07ab154 100644 --- a/2.x/retrofit/index-all.html +++ b/2.x/retrofit/index-all.html @@ -214,6 +214,8 @@

    C

    Returns an unmodifiable list of the factories tried when creating a request body converter, a response body converter, or a string converter.
    +
    create() - Static method in class retrofit2.OptionalConverterFactory
    +
     
    create(Class<T>) - Method in class retrofit2.Retrofit
    Create an implementation of the API endpoints defined by the service interface.
    @@ -434,6 +436,11 @@

    O

    Invoked for a received HTTP response.
    +
    OptionalConverterFactory - Class in retrofit2
    +
    +
    A Converter.Factory which supports Java's Optional to wrap null values from + another converter.
    +
    OPTIONS - Annotation Type in retrofit2.http
    Make an OPTIONS request.
    @@ -523,6 +530,8 @@

    R

    Returns a Converter for converting an HTTP response body to type, or null if type cannot be handled by this factory.
    +
    responseBodyConverter(Type, Annotation[], Retrofit) - Method in class retrofit2.OptionalConverterFactory
    +
     
    responseBodyConverter(Type, Annotation[]) - Method in class retrofit2.Retrofit
    Returns a Converter for ResponseBody to type from the available diff --git a/2.x/retrofit/overview-tree.html b/2.x/retrofit/overview-tree.html index 4707ebe4d8..40d0772d23 100644 --- a/2.x/retrofit/overview-tree.html +++ b/2.x/retrofit/overview-tree.html @@ -81,7 +81,11 @@

    Class Hierarchy

  • java.lang.Object
    • retrofit2.CallAdapter.Factory
    • -
    • retrofit2.Converter.Factory
    • +
    • retrofit2.Converter.Factory + +
    • retrofit2.Invocation
    • retrofit2.Response<T>
    • retrofit2.Retrofit
    • diff --git a/2.x/retrofit/retrofit2/Converter.Factory.html b/2.x/retrofit/retrofit2/Converter.Factory.html index 2cde7e1d99..83b6a47454 100644 --- a/2.x/retrofit/retrofit2/Converter.Factory.html +++ b/2.x/retrofit/retrofit2/Converter.Factory.html @@ -106,6 +106,10 @@

      Class Converter.Factory

      • +
        Direct Known Subclasses:
        +
        OptionalConverterFactory
        +
        +
        Enclosing interface:
        Converter<F,T>
        diff --git a/2.x/retrofit/retrofit2/Invocation.html b/2.x/retrofit/retrofit2/Invocation.html index a00d3e310f..ad05e31130 100644 --- a/2.x/retrofit/retrofit2/Invocation.html +++ b/2.x/retrofit/retrofit2/Invocation.html @@ -48,7 +48,7 @@