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 spring-ai-dashscope-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.ai.dashscope.api
├─ org.springframework.ai.dashscope.api.DashscopeApi.class - [JAR]
├─ org.springframework.ai.dashscope.api.DashscopeApiUtils.class - [JAR]
org.springframework.ai.dashscope.metadata
├─ org.springframework.ai.dashscope.metadata.DashscopeChatResponseMetadata.class - [JAR]
org.springframework.ai.dashscope.record.chat
├─ org.springframework.ai.dashscope.record.chat.ChatCompletion.class - [JAR]
├─ org.springframework.ai.dashscope.record.chat.ChatCompletionChoice.class - [JAR]
├─ org.springframework.ai.dashscope.record.chat.ChatCompletionFunction.class - [JAR]
├─ org.springframework.ai.dashscope.record.chat.ChatCompletionMessage.class - [JAR]
├─ org.springframework.ai.dashscope.record.chat.ChatCompletionOutput.class - [JAR]
├─ org.springframework.ai.dashscope.record.chat.ChatCompletionRequest.class - [JAR]
├─ org.springframework.ai.dashscope.record.chat.ChatCompletionRequestInput.class - [JAR]
├─ org.springframework.ai.dashscope.record.chat.ChatCompletionRequestParameters.class - [JAR]
├─ org.springframework.ai.dashscope.record.chat.ToolCall.class - [JAR]
org.springframework.ai.dashscope.record
├─ org.springframework.ai.dashscope.record.TokenUsage.class - [JAR]
org.springframework.ai.dashscope
├─ org.springframework.ai.dashscope.DashscopeChatModel.class - [JAR]
├─ org.springframework.ai.dashscope.DashscopeChatOptions.class - [JAR]
├─ org.springframework.ai.dashscope.DashscopeEmbeddingModel.class - [JAR]
├─ org.springframework.ai.dashscope.DashscopeEmbeddingOptions.class - [JAR]