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 reflection-config-generator-2.4.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nativeimage.core.io
├─ nativeimage.core.io.NativeImagePropertiesWriter.class - [JAR]
├─ nativeimage.core.io.Out.class - [JAR]
├─ nativeimage.core.io.ReflectionConfigFileCreator.class - [JAR]
├─ nativeimage.core.io.ReflectionConfigWriter.class - [JAR]
nativeimage.core.thirdparty
├─ nativeimage.core.thirdparty.Main.class - [JAR]
├─ nativeimage.core.thirdparty.ThirdPartyPackageScanner.class - [JAR]
├─ nativeimage.core.thirdparty.ThirdPartyReflectionConfigGenerator.class - [JAR]
nativeimage.core
├─ nativeimage.core.NativeImageReflectionConfigGenerator.class - [JAR]
├─ nativeimage.core.NativeImages.class - [JAR]
├─ nativeimage.core.ReflectionConfigAppender.class - [JAR]
├─ nativeimage.core.ReflectionConfigBuilder.class - [JAR]
├─ nativeimage.core.ReflectionUtils.class - [JAR]
├─ nativeimage.core.TypeBuilder.class - [JAR]
nativeimage.core.domain
├─ nativeimage.core.domain.Method.class - [JAR]
├─ nativeimage.core.domain.ReflectionConfig.class - [JAR]
nativeimage
├─ nativeimage.Reflection.class - [JAR]
├─ nativeimage.Reflections.class - [JAR]
nativeimage.processor
├─ nativeimage.processor.AnnotationProcessor.class - [JAR]