View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window azure-functions-java-core-library-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.azure.functions
├─ com.microsoft.azure.functions.BrokerAuthenticationMode.class - [JAR]
├─ com.microsoft.azure.functions.BrokerProtocol.class - [JAR]
├─ com.microsoft.azure.functions.ExecutionContext.class - [JAR]
├─ com.microsoft.azure.functions.HttpMethod.class - [JAR]
├─ com.microsoft.azure.functions.HttpRequestMessage.class - [JAR]
├─ com.microsoft.azure.functions.HttpResponseMessage.class - [JAR]
├─ com.microsoft.azure.functions.HttpStatus.class - [JAR]
├─ com.microsoft.azure.functions.HttpStatusType.class - [JAR]
├─ com.microsoft.azure.functions.OutputBinding.class - [JAR]
├─ com.microsoft.azure.functions.RetryContext.class - [JAR]
├─ com.microsoft.azure.functions.RpcException.class - [JAR]
├─ com.microsoft.azure.functions.TraceContext.class - [JAR]