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 map4k-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.pseudometa.map4k.conversions
├─ com.github.pseudometa.map4k.conversions.ArrayListToListConverter.class - [JAR]
├─ com.github.pseudometa.map4k.conversions.EnumToStringConverter.class - [JAR]
├─ com.github.pseudometa.map4k.conversions.ListToArrayListConverter.class - [JAR]
├─ com.github.pseudometa.map4k.conversions.ObjectIdToStringConverter.class - [JAR]
├─ com.github.pseudometa.map4k.conversions.StringToEnumConverter.class - [JAR]
├─ com.github.pseudometa.map4k.conversions.StringToObjectIdConverter.class - [JAR]
├─ com.github.pseudometa.map4k.conversions.TypeMap.class - [JAR]
├─ com.github.pseudometa.map4k.conversions.TypeMapRegistry.class - [JAR]
├─ com.github.pseudometa.map4k.conversions.TypeMappingException.class - [JAR]
├─ com.github.pseudometa.map4k.conversions.ValueConverter.class - [JAR]
├─ com.github.pseudometa.map4k.conversions.ValueConverterRegistry.class - [JAR]
com.github.pseudometa.map4k.extensions
├─ com.github.pseudometa.map4k.extensions.CollectionsKt.class - [JAR]
com.github.pseudometa.map4k.model
├─ com.github.pseudometa.map4k.model.AbstractTarget.class - [JAR]
├─ com.github.pseudometa.map4k.model.BasicSource.class - [JAR]
├─ com.github.pseudometa.map4k.model.BasicTarget.class - [JAR]
├─ com.github.pseudometa.map4k.model.CollectionSource.class - [JAR]
├─ com.github.pseudometa.map4k.model.CollectionTarget.class - [JAR]
├─ com.github.pseudometa.map4k.model.DataClassSource.class - [JAR]
├─ com.github.pseudometa.map4k.model.DataClassTarget.class - [JAR]
├─ com.github.pseudometa.map4k.model.ParameterTarget.class - [JAR]
├─ com.github.pseudometa.map4k.model.PropertyModel.class - [JAR]
├─ com.github.pseudometa.map4k.model.Source.class - [JAR]
├─ com.github.pseudometa.map4k.model.SourceKt.class - [JAR]
├─ com.github.pseudometa.map4k.model.Target.class - [JAR]
├─ com.github.pseudometa.map4k.model.TargetKt.class - [JAR]
com.github.pseudometa.map4k
├─ com.github.pseudometa.map4k.ModelMapper.class - [JAR]