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 webdriver-ui-mapper-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.johanbrorson.uimapper
├─ com.github.johanbrorson.uimapper.ByLocatorHelper.class - [JAR]
├─ com.github.johanbrorson.uimapper.Locator.class - [JAR]
├─ com.github.johanbrorson.uimapper.LocatorFileHelper.class - [JAR]
├─ com.github.johanbrorson.uimapper.Method.class - [JAR]
├─ com.github.johanbrorson.uimapper.UIMapper.class - [JAR]
com.github.johanbrorson.uimapper.exceptions
├─ com.github.johanbrorson.uimapper.exceptions.LocatorFileIOException.class - [JAR]
├─ com.github.johanbrorson.uimapper.exceptions.LocatorNotFoundException.class - [JAR]
com.github.johanbrorson.uimapper.utils
├─ com.github.johanbrorson.uimapper.utils.ReflectionHelper.class - [JAR]
com.github.johanbrorson.uimapper.annotation
├─ com.github.johanbrorson.uimapper.annotation.AnnotationHelper.class - [JAR]
├─ com.github.johanbrorson.uimapper.annotation.ByLocator.class - [JAR]
├─ com.github.johanbrorson.uimapper.annotation.LocatorFile.class - [JAR]