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 sdk-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openifood.modules.authentication.impl
├─ org.openifood.modules.authentication.impl.MailAuthenticationImpl.class - [JAR]
├─ org.openifood.modules.authentication.impl.PhoneAuthenticationImpl.class - [JAR]
org.openifood
├─ org.openifood.IFoodClient.class - [JAR]
org.openifood.client
├─ org.openifood.client.AbstractIFoodClient.class - [JAR]
org.openifood.dto.authentication
├─ org.openifood.dto.authentication.IdentityProvider.class - [JAR]
org.openifood.client.modules.auth
├─ org.openifood.client.modules.auth.AuthenticationClientImpl.class - [JAR]
org.openifood.client.interfaces
├─ org.openifood.client.interfaces.AuthenticationClient.class - [JAR]
org.openifood.dto.authentication.response
├─ org.openifood.dto.authentication.response.AuthenticationResponse.class - [JAR]
├─ org.openifood.dto.authentication.response.AuthorizationCodeResponse.class - [JAR]
├─ org.openifood.dto.authentication.response.BusinessErrorResponse.class - [JAR]
├─ org.openifood.dto.authentication.response.ConfirmAuthCodeResponse.class - [JAR]
org.openifood.impl
├─ org.openifood.impl.IFoodClientImpl.class - [JAR]
org.openifood.exception
├─ org.openifood.exception.IFoodBusinessException.class - [JAR]
├─ org.openifood.exception.IFoodSerializationException.class - [JAR]
org.openifood.dto.authentication.request
├─ org.openifood.dto.authentication.request.AuthenticationRequest.class - [JAR]
├─ org.openifood.dto.authentication.request.AuthorizationCodeRequest.class - [JAR]
├─ org.openifood.dto.authentication.request.ConfirmAuthCodeRequest.class - [JAR]
├─ org.openifood.dto.authentication.request.GetIdentityProvidersRequest.class - [JAR]
org.openifood.modules.authentication
├─ org.openifood.modules.authentication.Authentications.class - [JAR]
├─ org.openifood.modules.authentication.MailAuthentication.class - [JAR]
├─ org.openifood.modules.authentication.PhoneAuthentication.class - [JAR]
org.openifood.config
├─ org.openifood.config.InstanceConfig.class - [JAR]