-
I'm trying to get Retrofit to work with polymorphic types, something like this:
```java
public static interface Vehicle {
}
public static class Car implements Vehicle {
@J…
-
What kind of issue is this?
- [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do
something, or to understand why something isn't working the way …
-
**Usage**
``` java
private Retrofit mRetrofit = new Retrofit.Builder()
.baseUrl("http://www.w3schools.com")
.addConverterFactory(SimpleXmlConverterFactory.create())
…
-
`compile 'com.squareup.okhttp3:logging-interceptor:3.8.1'`
```
package com.zhon.baselib.retroft;
import android.util.Log;
import com.google.gson.GsonBuilder;
import java.io.IOException;
…
-
What kind of issue is this?
- [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do
something, or to understand why something isn't working the way …
-
##### Description
I am attempting to use the retrofit generation in a Storm cluster (running on Azure HDInsight) which is having issues with the version of Gson that is attempted to be used.
The exc…
-
Hi, I have this module:
```
package com.vidal.rest.sdk;
import com.vidal.rest.sdk.converters.AtomConverter;
import com.vidal.rest.sdk.converters.AtomDeserializerFactory;
import dagger.Module;
import…
-
java.lang.RuntimeException:Unable to start activity ComponentInfo{com.hundsun.stockwinner.hczq/com.hundsun.winner.application.hsactivity.splash.SplashActivity}: java.lang.NullPointerException: Attempt…
-
If I designate the annotation as ksp, the Type Adapter is not created, resulting in the following error.
```kotlin
implementation("com.tickaroo.tikxml:annotation:0.8.13")
implementation("…
-
#### Description
We would like to add a useRxJava3 setting with retrofit2 which would result in:
```
ext {
retrofit_version = "2.0.2"
rx_java_version = "3.0.4"
}
dependencies {
c…