JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
F
M
R
W
A
asLenient()
- Method in class retrofit2.converter.moshi.
MoshiConverterFactory
Return a new factory which uses lenient adapters.
C
create()
- Static method in class retrofit2.converter.moshi.
MoshiConverterFactory
Create an instance using a default
Moshi
instance for conversion.
create(Moshi)
- Static method in class retrofit2.converter.moshi.
MoshiConverterFactory
Create an instance using
moshi
for conversion.
F
failOnUnknown()
- Method in class retrofit2.converter.moshi.
MoshiConverterFactory
Return a new factory which uses
JsonAdapter.failOnUnknown()
adapters.
M
MoshiConverterFactory
- Class in
retrofit2.converter.moshi
A converter which uses Moshi for JSON.
R
requestBodyConverter(Type, Annotation[], Annotation[], Retrofit)
- Method in class retrofit2.converter.moshi.
MoshiConverterFactory
responseBodyConverter(Type, Annotation[], Retrofit)
- Method in class retrofit2.converter.moshi.
MoshiConverterFactory
retrofit2.converter.moshi
- package retrofit2.converter.moshi
W
withNullSerialization()
- Method in class retrofit2.converter.moshi.
MoshiConverterFactory
Return a new factory which includes null values into the serialized JSON.
withStreaming()
- Method in class retrofit2.converter.moshi.
MoshiConverterFactory
Return a new factory which streams serialization of request messages to bytes on the HTTP thread This is either the calling thread for
Call.execute()
, or one of OkHttp's background threads for
Call.enqueue(retrofit2.Callback<T>)
.
A
C
F
M
R
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes