What is the Java Scalars Converter?
trunkThe Java Scalars Converter is a Retrofit Converter that enables the conversion of text/plain response bodies into Java types. It specifically supports:
Stringtypes- Primitive types (e.g.,
int,long,boolean,double) - Boxed versions of primitives (e.g.,
Integer,Long,Boolean,Double)