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 loqate-client-1.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lindar.loqate.util
├─ com.lindar.loqate.util.EmailVerificationCodes.class - [JAR]
├─ com.lindar.loqate.util.LoqateConstants.class - [JAR]
├─ com.lindar.loqate.util.RequestFactory.class - [JAR]
com.lindar.loqate.model
├─ com.lindar.loqate.model.AddressDescription.class - [JAR]
├─ com.lindar.loqate.model.EmailVerificationItems.class - [JAR]
├─ com.lindar.loqate.model.EmailVerificationResponse.class - [JAR]
├─ com.lindar.loqate.model.ErrorResponse.class - [JAR]
├─ com.lindar.loqate.model.FindRequest.class - [JAR]
├─ com.lindar.loqate.model.FullAddress.class - [JAR]
com.lindar.loqate
├─ com.lindar.loqate.AddressVerificationResource.class - [JAR]
├─ com.lindar.loqate.BaseResource.class - [JAR]
├─ com.lindar.loqate.EmailVerificationResource.class - [JAR]
├─ com.lindar.loqate.LoqateClient.class - [JAR]