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 hateoas-1.0.0-alpha2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
zone.refactor.spring.hateoas.annotation
├─ zone.refactor.spring.hateoas.annotation.EntityEndpoint.class - [JAR]
├─ zone.refactor.spring.hateoas.annotation.ListingEndpoint.class - [JAR]
zone.refactor.spring.hateoas.contract
├─ zone.refactor.spring.hateoas.contract.EmbeddingEntity.class - [JAR]
├─ zone.refactor.spring.hateoas.contract.Entity.class - [JAR]
├─ zone.refactor.spring.hateoas.contract.Link.class - [JAR]
├─ zone.refactor.spring.hateoas.contract.LinkProvider.class - [JAR]
├─ zone.refactor.spring.hateoas.contract.LinkedEntity.class - [JAR]
├─ zone.refactor.spring.hateoas.contract.PartialLink.class - [JAR]
├─ zone.refactor.spring.hateoas.contract.SelfLink.class - [JAR]
├─ zone.refactor.spring.hateoas.contract.SelfUpLink.class - [JAR]
zone.refactor.spring.hateoas.controller
├─ zone.refactor.spring.hateoas.controller.ErrorController.class - [JAR]
zone.refactor.spring.hateoas.provider
├─ zone.refactor.spring.hateoas.provider.AnnotationLinkParser.class - [JAR]
├─ zone.refactor.spring.hateoas.provider.AnnotationLinkProvider.class - [JAR]
├─ zone.refactor.spring.hateoas.provider.ParsedPath.class - [JAR]
zone.refactor.spring.hateoas
├─ zone.refactor.spring.hateoas.package-info.class - [JAR]
zone.refactor.spring.hateoas.entity
├─ zone.refactor.spring.hateoas.entity.EmbeddingEntity.class - [JAR]
├─ zone.refactor.spring.hateoas.entity.Entity.class - [JAR]
├─ zone.refactor.spring.hateoas.entity.ExceptionEntity.class - [JAR]
├─ zone.refactor.spring.hateoas.entity.Link.class - [JAR]
├─ zone.refactor.spring.hateoas.entity.LinkedEntity.class - [JAR]
├─ zone.refactor.spring.hateoas.entity.PartialLink.class - [JAR]
├─ zone.refactor.spring.hateoas.entity.RuntimeExceptionEntity.class - [JAR]
├─ zone.refactor.spring.hateoas.entity.SelfLink.class - [JAR]
├─ zone.refactor.spring.hateoas.entity.SelfUpLink.class - [JAR]
zone.refactor.spring.hateoas.config
├─ zone.refactor.spring.hateoas.config.RefactorZoneHateoasAutoConfiguration.class - [JAR]