| Annotation Type and Description |
|---|
| retrofit.http.Retrofit.EncodedPath
Use
Retrofit.Path with encode = false. |
| retrofit.http.Retrofit.EncodedQuery
Use
Retrofit.Query with encodeValue = false. |
| retrofit.http.Retrofit.EncodedQueryMap
Use
Retrofit.QueryMap with encodeValues = false. |
| Method and Description |
|---|
| retrofit.http.TypeToken.isAssignableFrom(Class<?>)
this implementation may be inconsistent with javac for types
with wildcards.
|
| retrofit.http.TypeToken.isAssignableFrom(Type)
this implementation may be inconsistent with javac for types
with wildcards.
|
| retrofit.http.TypeToken.isAssignableFrom(TypeToken<?>)
this implementation may be inconsistent with javac for types
with wildcards.
|