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 wicketstuff-lambda-7.18.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wicketstuff.lambda.table
├─ org.wicketstuff.lambda.table.FunctionColumn.class - [JAR]
org.wicketstuff.lambda
├─ org.wicketstuff.lambda.OptionalFunction.class - [JAR]
├─ org.wicketstuff.lambda.SerializableBiConsumer.class - [JAR]
├─ org.wicketstuff.lambda.SerializableBiFunction.class - [JAR]
├─ org.wicketstuff.lambda.SerializableConsumer.class - [JAR]
├─ org.wicketstuff.lambda.SerializableFunction.class - [JAR]
├─ org.wicketstuff.lambda.SerializableSupplier.class - [JAR]
org.wicketstuff.lambda.model
├─ org.wicketstuff.lambda.model.LambdaModel.class - [JAR]
├─ org.wicketstuff.lambda.model.SupplierModel.class - [JAR]