jar

fr.speekha.httpmocker : moshi-adapter

Maven & Gradle

Feb 27, 2021
165 stars

HTTP Mocker · A simple kotlin lib for mocking HTTP calls

Table Of Contents

Latest Version

Download fr.speekha.httpmocker : moshi-adapter JAR file - Latest Versions:

All Versions

Download fr.speekha.httpmocker : moshi-adapter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.3.x
1.2.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 moshi-adapter-2.0.0-alpha.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

fr.speekha.httpmocker.moshi

├─ fr.speekha.httpmocker.moshi.ExtensionsKt.class - [JAR]

├─ fr.speekha.httpmocker.moshi.HeaderAdapter.class - [JAR]

├─ fr.speekha.httpmocker.moshi.MatcherAdapter.class - [JAR]

├─ fr.speekha.httpmocker.moshi.ModelMappingKt.class - [JAR]

├─ fr.speekha.httpmocker.moshi.MoshiMapper.class - [JAR]

├─ fr.speekha.httpmocker.moshi.ParamAdapter.class - [JAR]

fr.speekha.httpmocker.moshi.model

├─ fr.speekha.httpmocker.moshi.model.KeyValue.class - [JAR]

├─ fr.speekha.httpmocker.moshi.model.KeyValueJsonAdapter.class - [JAR]

├─ fr.speekha.httpmocker.moshi.model.Matcher.class - [JAR]

├─ fr.speekha.httpmocker.moshi.model.MatcherJsonAdapter.class - [JAR]

├─ fr.speekha.httpmocker.moshi.model.NetworkError.class - [JAR]

├─ fr.speekha.httpmocker.moshi.model.NetworkErrorJsonAdapter.class - [JAR]

├─ fr.speekha.httpmocker.moshi.model.RequestDescriptor.class - [JAR]

├─ fr.speekha.httpmocker.moshi.model.RequestDescriptorJsonAdapter.class - [JAR]

├─ fr.speekha.httpmocker.moshi.model.ResponseDescriptor.class - [JAR]

├─ fr.speekha.httpmocker.moshi.model.ResponseDescriptorJsonAdapter.class - [JAR]

Advertisement