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 immutable-utils-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.artnaseef.immutable.utils
├─ com.artnaseef.immutable.utils.MemoizeSupplier.class - [JAR]
├─ com.artnaseef.immutable.utils.MutationResult.class - [JAR]
├─ com.artnaseef.immutable.utils.MutationResultType.class - [JAR]
├─ com.artnaseef.immutable.utils.MutationUtils.class - [JAR]
├─ com.artnaseef.immutable.utils.MutationUtilsImmutableProperties.class - [JAR]
├─ com.artnaseef.immutable.utils.Mutator.class - [JAR]
├─ com.artnaseef.immutable.utils.MutatorUtils.class - [JAR]
com.artnaseef.immutable.utils.builder
├─ com.artnaseef.immutable.utils.builder.MutationResultBuilder.class - [JAR]
com.artnaseef.immutable.exception
├─ com.artnaseef.immutable.exception.CannotConstructException.class - [JAR]
├─ com.artnaseef.immutable.exception.CannotMutateException.class - [JAR]