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 tool-binding-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zpf.binding.adapter
├─ com.zpf.binding.adapter.BasePagerAdapter.class - [JAR]
com.zpf.binding
├─ com.zpf.binding.BuildConfig.class - [JAR]
├─ com.zpf.binding.DataBinderMapperImpl.class - [JAR]
com.zpf.binding.holder
├─ com.zpf.binding.holder.BindingViewHolder.class - [JAR]
com.zpf.binding.model
├─ com.zpf.binding.model.AppViewModelFactory.class - [JAR]
├─ com.zpf.binding.model.AppViewModelProvider.class - [JAR]
├─ com.zpf.binding.model.BaseViewModel.class - [JAR]
├─ com.zpf.binding.model.LiveDataHelper.class - [JAR]
├─ com.zpf.binding.model.ViewModelHelper.class - [JAR]
com.zpf.binding.interfaces
├─ com.zpf.binding.interfaces.IModelProcessor.class - [JAR]