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 pojofill-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.hidetake.pojofill
├─ org.hidetake.pojofill.Pojofill.class - [JAR]
├─ org.hidetake.pojofill.RootInstantiator.class - [JAR]
org.hidetake.pojofill.instantiator
├─ org.hidetake.pojofill.instantiator.ArrayInstantiator.class - [JAR]
├─ org.hidetake.pojofill.instantiator.CollectionInstantiator.class - [JAR]
├─ org.hidetake.pojofill.instantiator.DefaultValueProvider.class - [JAR]
├─ org.hidetake.pojofill.instantiator.EnumInstantiator.class - [JAR]
├─ org.hidetake.pojofill.instantiator.Instantiator.class - [JAR]
├─ org.hidetake.pojofill.instantiator.ObjectInstantiator.class - [JAR]
├─ org.hidetake.pojofill.instantiator.PrimitiveInstantiator.class - [JAR]
├─ org.hidetake.pojofill.instantiator.ValueProvider.class - [JAR]
org.hidetake.pojofill.context
├─ org.hidetake.pojofill.context.ArrayElement.class - [JAR]
├─ org.hidetake.pojofill.context.CollectionElement.class - [JAR]
├─ org.hidetake.pojofill.context.ConstructorArgument.class - [JAR]
├─ org.hidetake.pojofill.context.InstantiationContext.class - [JAR]
├─ org.hidetake.pojofill.context.SetterArgument.class - [JAR]
├─ org.hidetake.pojofill.context.TopLevel.class - [JAR]