jar

com.azure : azure-json-reflect

Maven & Gradle

Mar 03, 2023
2.1k stars

Microsoft Azure Java JSON Reflect Library · This package reflectively looks for a valid JSON library and provides an abstraction.

Table Of Contents

Latest Version

Download com.azure : azure-json-reflect JAR file - Latest Versions:

All Versions

Download com.azure : azure-json-reflect JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 azure-json-reflect-1.0.0-beta.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.azure.json.reflect

├─ com.azure.json.reflect.GsonJsonProvider.class - [JAR]

├─ com.azure.json.reflect.GsonJsonReader.class - [JAR]

├─ com.azure.json.reflect.GsonJsonWriter.class - [JAR]

├─ com.azure.json.reflect.JacksonJsonProvider.class - [JAR]

├─ com.azure.json.reflect.JacksonJsonReader.class - [JAR]

├─ com.azure.json.reflect.JacksonJsonWriter.class - [JAR]

├─ com.azure.json.reflect.JsonProviderFactory.class - [JAR]

├─ com.azure.json.reflect.MetaFactoryFactory.class - [JAR]

Advertisement