jar

fr.speekha.httpmocker : custom-adapter-jvm

Maven & Gradle

Feb 27, 2021

HTTP Mocker · A simple kotlin lib for mocking HTTP calls

Table Of Contents

Latest Version

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

All Versions

Download fr.speekha.httpmocker : custom-adapter-jvm 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 custom-adapter-jvm-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.custom.parser

├─ fr.speekha.httpmocker.custom.parser.ConstantsKt.class - [JAR]

├─ fr.speekha.httpmocker.custom.parser.JsonParser.class - [JAR]

├─ fr.speekha.httpmocker.custom.parser.SimpleTypeParser.class - [JAR]

├─ fr.speekha.httpmocker.custom.parser.StringReader.class - [JAR]

fr.speekha.httpmocker.custom.parser.adapters

├─ fr.speekha.httpmocker.custom.parser.adapters.BaseObjectAdapter.class - [JAR]

├─ fr.speekha.httpmocker.custom.parser.adapters.ErrorAdapter.class - [JAR]

├─ fr.speekha.httpmocker.custom.parser.adapters.MapAdapter.class - [JAR]

├─ fr.speekha.httpmocker.custom.parser.adapters.MatcherAdapter.class - [JAR]

├─ fr.speekha.httpmocker.custom.parser.adapters.ObjectAdapter.class - [JAR]

├─ fr.speekha.httpmocker.custom.parser.adapters.ParamListAdapter.class - [JAR]

├─ fr.speekha.httpmocker.custom.parser.adapters.RequestAdapter.class - [JAR]

├─ fr.speekha.httpmocker.custom.parser.adapters.ResponseAdapter.class - [JAR]

fr.speekha.httpmocker.custom

├─ fr.speekha.httpmocker.custom.CustomMapper.class - [JAR]

├─ fr.speekha.httpmocker.custom.CustomMapperKt.class - [JAR]

fr.speekha.httpmocker.custom.serializer

├─ fr.speekha.httpmocker.custom.serializer.ScenarioSerializationKt.class - [JAR]

├─ fr.speekha.httpmocker.custom.serializer.SerializationPrimitivesKt.class - [JAR]