Index
A C F M R W
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
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
Moshiinstance for conversion. - create(Moshi) - Static method in class retrofit2.converter.moshi.MoshiConverterFactory
-
Create an instance using
moshifor 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.
All Classes|All Packages