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 openfact-java-client-1.1.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openfact.client
├─ org.openfact.client.OpenfactClientFactory.class - [JAR]
├─ org.openfact.client.OrganizationClient.class - [JAR]
org.openfact.client.services
├─ org.openfact.client.services.DocumentsService.class - [JAR]
org.openfact.client.oauth
├─ org.openfact.client.oauth.AccessTokenResponse.class - [JAR]
├─ org.openfact.client.oauth.BearerAuthFilter.class - [JAR]
├─ org.openfact.client.oauth.TokenManager.class - [JAR]
org.openfact.client.services.representations.idm
├─ org.openfact.client.services.representations.idm.DocumentRequestRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.DocumentResponseRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.DocumentSearchResultsRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.DocumentStatus.class - [JAR]
├─ org.openfact.client.services.representations.idm.DocumentType.class - [JAR]
├─ org.openfact.client.services.representations.idm.DocumentoSunatLineRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.DocumentoSunatRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.LineRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.OrderByRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.PagingRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.PostalAddressRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.SearchCriteriaFilterOperatorRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.SearchCriteriaFilterRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.SearchCriteriaRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.SearchResultsRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.SunatDespatchAdviceRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.ThirdPartyEmailRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.VoidedLineRepresentation.class - [JAR]
├─ org.openfact.client.services.representations.idm.VoidedRepresentation.class - [JAR]