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-boot-starter-openai-0.8.0.BETA.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
bg.codexio.springframework.boot.autoconfigure.auth
├─ bg.codexio.springframework.boot.autoconfigure.auth.FromProperties.class - [JAR]
bg.codexio.ai.openai.api.sdk.chat
├─ bg.codexio.ai.openai.api.sdk.chat.ChatApi.class - [JAR]
├─ bg.codexio.ai.openai.api.sdk.chat.GPT35ChatApi.class - [JAR]
├─ bg.codexio.ai.openai.api.sdk.chat.GPT4ChatApi.class - [JAR]
bg.codexio.springframework.boot.autoconfigure.executor.chat
├─ bg.codexio.springframework.boot.autoconfigure.executor.chat.PropertyAwareChatHttpExecutor.class - [JAR]
bg.codexio.springframework.boot.autoconfigure.executor.vision
├─ bg.codexio.springframework.boot.autoconfigure.executor.vision.PropertyAwareVisionHttpExecutor.class - [JAR]
bg.codexio.ai.openai.api.sdk.voice.transcription
├─ bg.codexio.ai.openai.api.sdk.voice.transcription.TranscriptionApi.class - [JAR]
bg.codexio.ai.openai.api.sdk.images
├─ bg.codexio.ai.openai.api.sdk.images.ImagesApi.class - [JAR]
bg.codexio.ai.openai.api.sdk.voice.speech
├─ bg.codexio.ai.openai.api.sdk.voice.speech.SpeechApi.class - [JAR]
bg.codexio.springframework.boot.autoconfigure.property
├─ bg.codexio.springframework.boot.autoconfigure.property.EnvironmentPropertyAware.class - [JAR]
├─ bg.codexio.springframework.boot.autoconfigure.property.OpenAIProperties.class - [JAR]
├─ bg.codexio.springframework.boot.autoconfigure.property.PropertyAware.class - [JAR]
bg.codexio.ai.openai.api.sdk.voice.translation
├─ bg.codexio.ai.openai.api.sdk.voice.translation.TranslationApi.class - [JAR]
bg.codexio.springframework.boot.autoconfigure.executor.voice
├─ bg.codexio.springframework.boot.autoconfigure.executor.voice.PropertyAwareSpeechHttpExecutor.class - [JAR]
├─ bg.codexio.springframework.boot.autoconfigure.executor.voice.PropertyAwareTranscriptionHttpExecutor.class - [JAR]
├─ bg.codexio.springframework.boot.autoconfigure.executor.voice.PropertyAwareTranslationHttpExecutor.class - [JAR]
bg.codexio.springframework.boot.autoconfigure.bean
├─ bg.codexio.springframework.boot.autoconfigure.bean.BeanConfig.class - [JAR]
bg.codexio.springframework.boot.autoconfigure.executor.images
├─ bg.codexio.springframework.boot.autoconfigure.executor.images.PropertyAwareCreateImageHttpExecutor.class - [JAR]
├─ bg.codexio.springframework.boot.autoconfigure.executor.images.PropertyAwareEditImageHttpExecutor.class - [JAR]
├─ bg.codexio.springframework.boot.autoconfigure.executor.images.PropertyAwareImageVariationHttpExecutor.class - [JAR]
bg.codexio.ai.openai.api.sdk.vision
├─ bg.codexio.ai.openai.api.sdk.vision.VisionApi.class - [JAR]