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 gwt-uibinder-client-202203291.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.gwtproject.uibinder.client
├─ org.gwtproject.uibinder.client.LazyDomElement.class - [JAR]
├─ org.gwtproject.uibinder.client.UiBinder.class - [JAR]
├─ org.gwtproject.uibinder.client.UiBinderUtil.class - [JAR]
├─ org.gwtproject.uibinder.client.UiChild.class - [JAR]
├─ org.gwtproject.uibinder.client.UiConstructor.class - [JAR]
├─ org.gwtproject.uibinder.client.UiFactory.class - [JAR]
├─ org.gwtproject.uibinder.client.UiField.class - [JAR]
├─ org.gwtproject.uibinder.client.UiHandler.class - [JAR]
├─ org.gwtproject.uibinder.client.UiRenderer.class - [JAR]
├─ org.gwtproject.uibinder.client.UiTemplate.class - [JAR]
org.gwtproject.uibinder.client.impl
├─ org.gwtproject.uibinder.client.impl.AbstractUiRenderer.class - [JAR]