Skip to content

Commit defefd6

Browse files
authored
Merge pull request #3114 from joelhandwell/patch-1
Add JAXB Converter in Document
2 parents ce6e0d1 + c04ebd2 commit defefd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ <h4>Converters</h4>
144144
<li><a href="https://developers.google.com/protocol-buffers/">Protobuf</a>: <code>com.squareup.retrofit2:converter-protobuf</code></li>
145145
<li><a href="https://github.com/square/wire">Wire</a>: <code>com.squareup.retrofit2:converter-wire</code></li>
146146
<li><a href="http://simple.sourceforge.net/">Simple XML</a>: <code>com.squareup.retrofit2:converter-simplexml</code></li>
147-
<li>Scalars (primitives, boxed, and String): <code>com.squareup.retrofit2:converter-scalars</code></li>
147+
<li><a href="https://docs.oracle.com/javase/tutorial/jaxb/intro/index.html">JAXB</a>: <code>com.squareup.retrofit2:converter-jaxb</code></li>
148+
<li>Scalars (primitives, boxed, and String): <code>com.squareup.retrofit2:converter-scalars</code></li>
148149
</ul>
149150
<p>Here's an example of using the <code>GsonConverterFactory</code> class to generate an implementation of the <code>GitHubService</code> interface which uses Gson for its deserialization.</p>
150151
<pre class="prettyprint">Retrofit retrofit = new Retrofit.Builder()

0 commit comments

Comments
 (0)