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-library-dapr-0.15.0-preview01.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.azure.functions.dapr.annotation
├─ com.microsoft.azure.functions.dapr.annotation.DaprBindingOutput.class - [JAR]
├─ com.microsoft.azure.functions.dapr.annotation.DaprBindingTrigger.class - [JAR]
├─ com.microsoft.azure.functions.dapr.annotation.DaprInvokeOutput.class - [JAR]
├─ com.microsoft.azure.functions.dapr.annotation.DaprPublishOutput.class - [JAR]
├─ com.microsoft.azure.functions.dapr.annotation.DaprSecretInput.class - [JAR]
├─ com.microsoft.azure.functions.dapr.annotation.DaprServiceInvocationTrigger.class - [JAR]
├─ com.microsoft.azure.functions.dapr.annotation.DaprStateInput.class - [JAR]
├─ com.microsoft.azure.functions.dapr.annotation.DaprStateOutput.class - [JAR]
├─ com.microsoft.azure.functions.dapr.annotation.DaprTopicTrigger.class - [JAR]