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 participant-context-spi-0.6.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.edc.identityhub.spi.participantcontext
├─ org.eclipse.edc.identityhub.spi.participantcontext.ParticipantContextId.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.participantcontext.ParticipantContextService.class - [JAR]
org.eclipse.edc.identityhub.spi.participantcontext.events
├─ org.eclipse.edc.identityhub.spi.participantcontext.events.ParticipantContextCreated.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.participantcontext.events.ParticipantContextDeleted.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.participantcontext.events.ParticipantContextEvent.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.participantcontext.events.ParticipantContextListener.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.participantcontext.events.ParticipantContextObservable.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.participantcontext.events.ParticipantContextUpdated.class - [JAR]
org.eclipse.edc.identityhub.spi.participantcontext.model
├─ org.eclipse.edc.identityhub.spi.participantcontext.model.IdentityResource.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.participantcontext.model.KeyDescriptor.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.participantcontext.model.ParticipantContext.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.participantcontext.model.ParticipantContextState.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.participantcontext.model.ParticipantManifest.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.participantcontext.model.ParticipantResource.class - [JAR]