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 oven-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pl.jsolve.oven.annotationdriven.annotation
├─ pl.jsolve.oven.annotationdriven.annotation.Map.class - [JAR]
├─ pl.jsolve.oven.annotationdriven.annotation.MappableTo.class - [JAR]
├─ pl.jsolve.oven.annotationdriven.annotation.Mappings.class - [JAR]
pl.jsolve.oven.builder.strategies
├─ pl.jsolve.oven.builder.strategies.AnnotationDrivenMapperStrategy.class - [JAR]
├─ pl.jsolve.oven.builder.strategies.ArrayElementsMapperStrategy.class - [JAR]
├─ pl.jsolve.oven.builder.strategies.CollectionElementsMapperStrategy.class - [JAR]
├─ pl.jsolve.oven.builder.strategies.MapKeysAndValuesMapperStrategy.class - [JAR]
├─ pl.jsolve.oven.builder.strategies.MapperBuilderStrategy.class - [JAR]
├─ pl.jsolve.oven.builder.strategies.TypeConverterStrategy.class - [JAR]
pl.jsolve.oven.annotationdriven
├─ pl.jsolve.oven.annotationdriven.AnnotatedField.class - [JAR]
├─ pl.jsolve.oven.annotationdriven.AnnotationCache.class - [JAR]
├─ pl.jsolve.oven.annotationdriven.AnnotationDrivenMapper.class - [JAR]
├─ pl.jsolve.oven.annotationdriven.AnnotationMapping.class - [JAR]
├─ pl.jsolve.oven.annotationdriven.AnnotationProvider.class - [JAR]
├─ pl.jsolve.oven.annotationdriven.MapAnnotationMapping.class - [JAR]
pl.jsolve.oven.annotationdriven.exception
├─ pl.jsolve.oven.annotationdriven.exception.MappingException.class - [JAR]
pl.jsolve.oven.builder
├─ pl.jsolve.oven.builder.MapperBuilder.class - [JAR]
pl.jsolve.oven.complex
├─ pl.jsolve.oven.complex.ComplexMapper.class - [JAR]
├─ pl.jsolve.oven.complex.MappingStrategy.class - [JAR]