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 PhoenixReflect-3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.rover12421.phoenix.reflect.exception
├─ com.rover12421.phoenix.reflect.exception.ReflectException.class - [JAR]
com.rover12421.phoenix.reflect.component.annotation
├─ com.rover12421.phoenix.reflect.component.annotation.EntryNames.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.annotation.EntryTypeByClass.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.annotation.EntryTypeByString.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.annotation.FromClassByClass.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.annotation.FromClassByString.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.annotation.LazyMode.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.annotation.ParameterTypesByClass.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.annotation.ParameterTypesByString.class - [JAR]
com.rover12421.phoenix.reflect.adapter
├─ com.rover12421.phoenix.reflect.adapter.BaseReflectAdapter.class - [JAR]
├─ com.rover12421.phoenix.reflect.adapter.ConstructorAdapter.class - [JAR]
├─ com.rover12421.phoenix.reflect.adapter.ConstructorAdapterKt.class - [JAR]
├─ com.rover12421.phoenix.reflect.adapter.FieldAdapter.class - [JAR]
├─ com.rover12421.phoenix.reflect.adapter.FieldAdapterKt.class - [JAR]
├─ com.rover12421.phoenix.reflect.adapter.MethodAdaoterKt.class - [JAR]
├─ com.rover12421.phoenix.reflect.adapter.MethodAdapter.class - [JAR]
com.rover12421.phoenix.reflect.component.entry
├─ com.rover12421.phoenix.reflect.component.entry.AbsEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.BooleanEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.ConstructorEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.DoubleEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.FieldEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.FloatEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.IntEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.LongEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.MethodEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.ObjectEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.ShortEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.StaticBooleanEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.StaticDoubleEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.StaticFloatEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.StaticIntEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.StaticLongEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.StaticMethodEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.StaticObjectEntry.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.entry.StaticShortEntry.class - [JAR]
com.rover12421.phoenix.reflect.util
├─ com.rover12421.phoenix.reflect.util.Primitives.class - [JAR]
├─ com.rover12421.phoenix.reflect.util.ReflectUtil.class - [JAR]
com.rover12421.phoenix.reflect.component
├─ com.rover12421.phoenix.reflect.component.BaseReflectComponent.class - [JAR]
├─ com.rover12421.phoenix.reflect.component.ComponentUtil.class - [JAR]