Uses of Class
retrofit.converter.ConversionException

Packages that use ConversionException
retrofit   
retrofit.converter   
 

Uses of ConversionException in retrofit
 

Methods in retrofit with parameters of type ConversionException
static RetrofitError RetrofitError.conversionError(String url, Response response, Converter converter, Type successType, ConversionException exception)
           
 

Uses of ConversionException in retrofit.converter
 

Methods in retrofit.converter that throw ConversionException
 Object GsonConverter.fromBody(TypedInput body, Type type)
           
 Object Converter.fromBody(TypedInput body, Type type)
          Convert an HTTP response body to a concrete object of the specified type.
 



Copyright © 2013 Square, Inc.. All Rights Reserved.