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 stitch-server-core-4.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mongodb.stitch.server.core.internal
├─ com.mongodb.stitch.server.core.internal.StitchAppClientImpl.class - [JAR]
com.mongodb.stitch.server.core.auth.providers.userapikey
├─ com.mongodb.stitch.server.core.auth.providers.userapikey.UserApiKeyAuthProviderClient.class - [JAR]
com.mongodb.stitch.server.core.services.internal
├─ com.mongodb.stitch.server.core.services.internal.NamedServiceClientFactory.class - [JAR]
├─ com.mongodb.stitch.server.core.services.internal.ServiceClientFactory.class - [JAR]
├─ com.mongodb.stitch.server.core.services.internal.StitchServiceClient.class - [JAR]
├─ com.mongodb.stitch.server.core.services.internal.StitchServiceClientImpl.class - [JAR]
com.mongodb.stitch.server.core.auth.providers.internal
├─ com.mongodb.stitch.server.core.auth.providers.internal.AuthProviderClientFactory.class - [JAR]
├─ com.mongodb.stitch.server.core.auth.providers.internal.NamedAuthProviderClientFactory.class - [JAR]
com.mongodb.stitch.server.core
├─ com.mongodb.stitch.server.core.Stitch.class - [JAR]
├─ com.mongodb.stitch.server.core.StitchAppClient.class - [JAR]
com.mongodb.stitch.server.core.auth
├─ com.mongodb.stitch.server.core.auth.StitchAuth.class - [JAR]
├─ com.mongodb.stitch.server.core.auth.StitchUser.class - [JAR]
com.mongodb.stitch.server.core.auth.providers.userpassword
├─ com.mongodb.stitch.server.core.auth.providers.userpassword.UserPasswordAuthProviderClient.class - [JAR]
com.mongodb.stitch.server.core.auth.providers.userpassword.internal
├─ com.mongodb.stitch.server.core.auth.providers.userpassword.internal.UserPasswordAuthProviderClientImpl.class - [JAR]
com.mongodb.stitch.server.core.auth.internal
├─ com.mongodb.stitch.server.core.auth.internal.StitchAuthImpl.class - [JAR]
├─ com.mongodb.stitch.server.core.auth.internal.StitchUserFactoryImpl.class - [JAR]
├─ com.mongodb.stitch.server.core.auth.internal.StitchUserImpl.class - [JAR]
com.mongodb.stitch.server.core.auth.providers.userapikey.internal
├─ com.mongodb.stitch.server.core.auth.providers.userapikey.internal.UserApiKeyAuthProviderClientImpl.class - [JAR]