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 soffa-commons-core-0.2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.soffa.commons.core.usecases
├─ io.soffa.commons.core.usecases.UseCase.class - [JAR]
├─ io.soffa.commons.core.usecases.UseCaseMapping.class - [JAR]
org.springframework.core.annotation
├─ org.springframework.core.annotation.AliasFor.class - [JAR]
├─ org.springframework.core.annotation.PathVariable.class - [JAR]
org.springframework.stereotype
├─ org.springframework.stereotype.Component.class - [JAR]
├─ org.springframework.stereotype.Controller.class - [JAR]
├─ org.springframework.stereotype.Indexed.class - [JAR]
├─ org.springframework.stereotype.Repository.class - [JAR]
├─ org.springframework.stereotype.Service.class - [JAR]
org.springframework.web.bind.annotation
├─ org.springframework.web.bind.annotation.DeleteMapping.class - [JAR]
├─ org.springframework.web.bind.annotation.GetMapping.class - [JAR]
├─ org.springframework.web.bind.annotation.Mapping.class - [JAR]
├─ org.springframework.web.bind.annotation.ModelAttribute.class - [JAR]
├─ org.springframework.web.bind.annotation.PatchMapping.class - [JAR]
├─ org.springframework.web.bind.annotation.PostMapping.class - [JAR]
├─ org.springframework.web.bind.annotation.PutMapping.class - [JAR]
├─ org.springframework.web.bind.annotation.RequestBody.class - [JAR]
├─ org.springframework.web.bind.annotation.RequestMapping.class - [JAR]
├─ org.springframework.web.bind.annotation.RequestMethod.class - [JAR]
├─ org.springframework.web.bind.annotation.ResponseBody.class - [JAR]
├─ org.springframework.web.bind.annotation.RestController.class - [JAR]
io.soffa.commons.core.context
├─ io.soffa.commons.core.context.Authentication.class - [JAR]
├─ io.soffa.commons.core.context.RequestContext.class - [JAR]
io.soffa.commons.web.rest
├─ io.soffa.commons.web.rest.AnonymousEndpoint.class - [JAR]
├─ io.soffa.commons.web.rest.AuthRoles.class - [JAR]
├─ io.soffa.commons.web.rest.AuthSchemes.class - [JAR]
├─ io.soffa.commons.web.rest.BaseEndpoint.class - [JAR]
├─ io.soffa.commons.web.rest.BearerSecuredEndpoint.class - [JAR]
io.soffa.commons.core.model
├─ io.soffa.commons.core.model.ApiResponse.class - [JAR]
├─ io.soffa.commons.core.model.AuthenticationType.class - [JAR]
├─ io.soffa.commons.core.model.ItemList.class - [JAR]
├─ io.soffa.commons.core.model.TenantId.class - [JAR]