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 litho-sections-processor-0.47.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.facebook.litho.sections.specmodels.model
├─ com.facebook.litho.sections.specmodels.model.DefaultDiffSectionSpecGenerator.class - [JAR]
├─ com.facebook.litho.sections.specmodels.model.DefaultGroupSectionSpecGenerator.class - [JAR]
├─ com.facebook.litho.sections.specmodels.model.DelegateMethodDescriptions.class - [JAR]
├─ com.facebook.litho.sections.specmodels.model.DiffSectionSpecModel.class - [JAR]
├─ com.facebook.litho.sections.specmodels.model.GroupSectionSpecModel.class - [JAR]
├─ com.facebook.litho.sections.specmodels.model.HasService.class - [JAR]
├─ com.facebook.litho.sections.specmodels.model.SectionClassNames.class - [JAR]
├─ com.facebook.litho.sections.specmodels.model.SectionSpecModelUtils.class - [JAR]
├─ com.facebook.litho.sections.specmodels.model.SpecModelValidation.class - [JAR]
com.facebook.litho.sections.specmodels.processor
├─ com.facebook.litho.sections.specmodels.processor.DiffSectionSpecModelFactory.class - [JAR]
├─ com.facebook.litho.sections.specmodels.processor.GroupSectionSpecModelFactory.class - [JAR]
├─ com.facebook.litho.sections.specmodels.processor.SectionsComponentProcessor.class - [JAR]