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 form-filler-addon-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.vaadin.flow.ai.formfiller.services
├─ com.vaadin.flow.ai.formfiller.services.ChatGPTChatCompletionService.class - [JAR]
├─ com.vaadin.flow.ai.formfiller.services.ChatGPTService.class - [JAR]
├─ com.vaadin.flow.ai.formfiller.services.FormFillerStats.class - [JAR]
├─ com.vaadin.flow.ai.formfiller.services.LLMService.class - [JAR]
com.vaadin.flow.ai.formfiller
├─ com.vaadin.flow.ai.formfiller.FormFiller.class - [JAR]
├─ com.vaadin.flow.ai.formfiller.FormFillerResult.class - [JAR]
com.vaadin.flow.ai.formfiller.utils
├─ com.vaadin.flow.ai.formfiller.utils.ComponentUtils.class - [JAR]
├─ com.vaadin.flow.ai.formfiller.utils.KeysUtils.class - [JAR]