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 spring-boot-starter-dozer-1.0.1.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dozer.spring.boot.converters
├─ org.dozer.spring.boot.converters.BooleanStringConverter.class - [JAR]
├─ org.dozer.spring.boot.converters.DateStringConverter.class - [JAR]
├─ org.dozer.spring.boot.converters.EnumIntConverter.class - [JAR]
├─ org.dozer.spring.boot.converters.FileStringConverter.class - [JAR]
├─ org.dozer.spring.boot.converters.MapBeanConverter.class - [JAR]
├─ org.dozer.spring.boot.converters.PropertiesBeanConverter.class - [JAR]
├─ org.dozer.spring.boot.converters.RmbStringDozerConverter.class - [JAR]
org.dozer.spring.boot.converters.number
├─ org.dozer.spring.boot.converters.number.BigDecimalStringConverter.class - [JAR]
├─ org.dozer.spring.boot.converters.number.BigIntegerStringConverter.class - [JAR]
org.dozer.spring.boot
├─ org.dozer.spring.boot.DozerAutoConfiguration.class - [JAR]
├─ org.dozer.spring.boot.DozerMetricEventListener.class - [JAR]
├─ org.dozer.spring.boot.DozerProperties.class - [JAR]
├─ org.dozer.spring.boot.EnableDozerMapper.class - [JAR]
org.dozer.spring.boot.converters.resultset
├─ org.dozer.spring.boot.converters.resultset.ResultSetBeanConverter.class - [JAR]
├─ org.dozer.spring.boot.converters.resultset.ResultSetMapConverter.class - [JAR]