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 ksp-core-0.1.0-alpha.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.yakuraion.destinationscompose.kspcore.parameters.serializable
├─ io.github.yakuraion.destinationscompose.kspcore.parameters.serializable.SerializableParameter.class - [JAR]
├─ io.github.yakuraion.destinationscompose.kspcore.parameters.serializable.SerializableParameterConverter.class - [JAR]
io.github.yakuraion.destinationscompose.kspcore.parameters.lambda
├─ io.github.yakuraion.destinationscompose.kspcore.parameters.lambda.LambdaParameter.class - [JAR]
├─ io.github.yakuraion.destinationscompose.kspcore.parameters.lambda.LambdaParameterConverter.class - [JAR]
io.github.yakuraion.destinationscompose.kspcore.parameters.parcelable
├─ io.github.yakuraion.destinationscompose.kspcore.parameters.parcelable.ParcelableParameter.class - [JAR]
├─ io.github.yakuraion.destinationscompose.kspcore.parameters.parcelable.ParcelableParameterConverter.class - [JAR]
io.github.yakuraion.destinationscompose.kspcore.parameters.primitive
├─ io.github.yakuraion.destinationscompose.kspcore.parameters.primitive.PrimitiveParameter.class - [JAR]
├─ io.github.yakuraion.destinationscompose.kspcore.parameters.primitive.PrimitiveParameterConverter.class - [JAR]
io.github.yakuraion.destinationscompose.kspcore
├─ io.github.yakuraion.destinationscompose.kspcore.Import.class - [JAR]
├─ io.github.yakuraion.destinationscompose.kspcore.ImportKt.class - [JAR]
io.github.yakuraion.destinationscompose.kspcore.parameters
├─ io.github.yakuraion.destinationscompose.kspcore.parameters.DirectParameter.class - [JAR]
├─ io.github.yakuraion.destinationscompose.kspcore.parameters.NavArgParameter.class - [JAR]
├─ io.github.yakuraion.destinationscompose.kspcore.parameters.Parameter.class - [JAR]
├─ io.github.yakuraion.destinationscompose.kspcore.parameters.ParameterConverter.class - [JAR]