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 bull-bean-transformer-2.0.1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.hotels.beans
├─ com.hotels.beans.BeanUtils.class - [JAR]
com.hotels.beans.transformer
├─ com.hotels.beans.transformer.AbstractBeanTransformer.class - [JAR]
├─ com.hotels.beans.transformer.BeanTransformer.class - [JAR]
├─ com.hotels.beans.transformer.TransformerImpl.class - [JAR]
com.hotels.beans.populator
├─ com.hotels.beans.populator.ArrayPopulator.class - [JAR]
├─ com.hotels.beans.populator.CollectionPopulator.class - [JAR]
├─ com.hotels.beans.populator.ICollectionPopulator.class - [JAR]
├─ com.hotels.beans.populator.MapPopulator.class - [JAR]
├─ com.hotels.beans.populator.OptionalPopulator.class - [JAR]
├─ com.hotels.beans.populator.Populator.class - [JAR]
├─ com.hotels.beans.populator.PopulatorFactory.class - [JAR]