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 organization-domain-jvm-0.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
i2.f2.organization.domain.features.command
├─ i2.f2.organization.domain.features.command.OrganizationCreateCommand.class - [JAR]
├─ i2.f2.organization.domain.features.command.OrganizationCreateFunctionKt.class - [JAR]
├─ i2.f2.organization.domain.features.command.OrganizationCreatedResult.class - [JAR]
├─ i2.f2.organization.domain.features.command.OrganizationUpdateCommand.class - [JAR]
├─ i2.f2.organization.domain.features.command.OrganizationUpdateFunctionKt.class - [JAR]
├─ i2.f2.organization.domain.features.command.OrganizationUpdatedResult.class - [JAR]
i2.f2.organization.domain.model
├─ i2.f2.organization.domain.model.Organization.class - [JAR]
├─ i2.f2.organization.domain.model.OrganizationBase.class - [JAR]
├─ i2.f2.organization.domain.model.OrganizationKt.class - [JAR]
├─ i2.f2.organization.domain.model.OrganizationRef.class - [JAR]
├─ i2.f2.organization.domain.model.OrganizationRefBase.class - [JAR]
i2.f2.organization.domain.features.query
├─ i2.f2.organization.domain.features.query.OrganizationGetAllQuery.class - [JAR]
├─ i2.f2.organization.domain.features.query.OrganizationGetAllQueryFunctionKt.class - [JAR]
├─ i2.f2.organization.domain.features.query.OrganizationGetAllQueryResult.class - [JAR]
├─ i2.f2.organization.domain.features.query.OrganizationGetByIdQuery.class - [JAR]
├─ i2.f2.organization.domain.features.query.OrganizationGetByIdQueryFunctionKt.class - [JAR]
├─ i2.f2.organization.domain.features.query.OrganizationGetByIdQueryResult.class - [JAR]
├─ i2.f2.organization.domain.features.query.OrganizationGetInseeOrganizationQuery.class - [JAR]
├─ i2.f2.organization.domain.features.query.OrganizationGetInseeOrganizationQueryFunctionKt.class - [JAR]
├─ i2.f2.organization.domain.features.query.OrganizationGetInseeOrganizationQueryResult.class - [JAR]
├─ i2.f2.organization.domain.features.query.OrganizationRefGetAllQuery.class - [JAR]
├─ i2.f2.organization.domain.features.query.OrganizationRefGetAllQueryFunctionKt.class - [JAR]
├─ i2.f2.organization.domain.features.query.OrganizationRefGetAllQueryResult.class - [JAR]