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 boxer-0.4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.larswerkman.boxer
├─ com.larswerkman.boxer.Boxer.class - [JAR]
├─ com.larswerkman.boxer.Execution.class - [JAR]
├─ com.larswerkman.boxer.TypeAdapter.class - [JAR]
com.larswerkman.boxer.internal
├─ com.larswerkman.boxer.internal.AdapterBinding.class - [JAR]
├─ com.larswerkman.boxer.internal.AdaptersClass.class - [JAR]
├─ com.larswerkman.boxer.internal.ArrayFieldBinding.class - [JAR]
├─ com.larswerkman.boxer.internal.BoxClass.class - [JAR]
├─ com.larswerkman.boxer.internal.BoxerProcessor.class - [JAR]
├─ com.larswerkman.boxer.internal.FieldBinding.class - [JAR]
├─ com.larswerkman.boxer.internal.GeneratedAdapters.class - [JAR]
├─ com.larswerkman.boxer.internal.ListFieldBinding.class - [JAR]
├─ com.larswerkman.boxer.internal.MethodBinding.class - [JAR]
com.larswerkman.boxer.annotations
├─ com.larswerkman.boxer.annotations.Adapter.class - [JAR]
├─ com.larswerkman.boxer.annotations.Box.class - [JAR]
├─ com.larswerkman.boxer.annotations.Deserialize.class - [JAR]
├─ com.larswerkman.boxer.annotations.Serialize.class - [JAR]
├─ com.larswerkman.boxer.annotations.Wrap.class - [JAR]
com.larswerkman.boxer.wrappers.android
├─ com.larswerkman.boxer.wrappers.android.BundleWrapper.class - [JAR]
├─ com.larswerkman.boxer.wrappers.android.DataMapWrapper.class - [JAR]
├─ com.larswerkman.boxer.wrappers.android.ParcelWrapper.class - [JAR]
├─ com.larswerkman.boxer.wrappers.android.SQLiteWrapper.class - [JAR]