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 yass2-reflect-jvm-12.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ch.softappeal.yass2.reflect
├─ ch.softappeal.yass2.reflect.ReflectionDumperKt.class - [JAR]
├─ ch.softappeal.yass2.reflect.ReflectionInterceptorKt.class - [JAR]
├─ ch.softappeal.yass2.reflect.ReflectionProxyFactory.class - [JAR]
ch.softappeal.yass2.remote.reflect
├─ ch.softappeal.yass2.remote.reflect.FunctionMapper.class - [JAR]
├─ ch.softappeal.yass2.remote.reflect.ReflectionRemoteKt.class - [JAR]
ch.softappeal.yass2.serialize.binary.reflect
├─ ch.softappeal.yass2.serialize.binary.reflect.BinarySerializerMetaKt.class - [JAR]
├─ ch.softappeal.yass2.serialize.binary.reflect.MetaClass.class - [JAR]
├─ ch.softappeal.yass2.serialize.binary.reflect.MetaProperty.class - [JAR]
├─ ch.softappeal.yass2.serialize.binary.reflect.PropertyKind.class - [JAR]
├─ ch.softappeal.yass2.serialize.binary.reflect.ReflectionBinarySerializerKt.class - [JAR]