jar

com.github.skydoves : sandwich-retrofit

Maven & Gradle

Nov 01, 2023
1.5k stars

sandwich-retrofit · A lightweight and pluggable sealed API library for modeling Retrofit responses and handling exceptions on Kotlin and Android.

Table Of Contents

Latest Version

Download com.github.skydoves : sandwich-retrofit JAR file - Latest Versions:

All Versions

Download com.github.skydoves : sandwich-retrofit JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sandwich-retrofit-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.skydoves.sandwich.retrofit

├─ com.skydoves.sandwich.retrofit.ApiResponseExtensionsKt.class - [JAR]

├─ com.skydoves.sandwich.retrofit.ResponseTransformerKt.class - [JAR]

com.skydoves.sandwich.retrofit.interceptors

├─ com.skydoves.sandwich.retrofit.interceptors.EmptyBodyInterceptor.class - [JAR]

com.skydoves.sandwich.retrofit.adapters.internal

├─ com.skydoves.sandwich.retrofit.adapters.internal.ApiResponseCallAdapter.class - [JAR]

├─ com.skydoves.sandwich.retrofit.adapters.internal.ApiResponseCallDelegate.class - [JAR]

├─ com.skydoves.sandwich.retrofit.adapters.internal.ApiResponseDeferredCallAdapter.class - [JAR]

├─ com.skydoves.sandwich.retrofit.adapters.internal.CallDelegate.class - [JAR]

com.skydoves.sandwich.retrofit.adapters

├─ com.skydoves.sandwich.retrofit.adapters.ApiResponseCallAdapterFactory.class - [JAR]