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 crud-api-2.4.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bardframework.crud.api.activable
├─ org.bardframework.crud.api.activable.ActivableEntityCriteria.class - [JAR]
├─ org.bardframework.crud.api.activable.ActivableEntityRepository.class - [JAR]
├─ org.bardframework.crud.api.activable.ActivableEntityRestController.class - [JAR]
├─ org.bardframework.crud.api.activable.ActivableEntityService.class - [JAR]
org.bardframework.crud.api.base
├─ org.bardframework.crud.api.base.BaseCriteria.class - [JAR]
├─ org.bardframework.crud.api.base.BaseCriteriaAbstract.class - [JAR]
├─ org.bardframework.crud.api.base.BaseCrudRestControllerAbstract.class - [JAR]
├─ org.bardframework.crud.api.base.BaseModel.class - [JAR]
├─ org.bardframework.crud.api.base.BaseModelAbstract.class - [JAR]
├─ org.bardframework.crud.api.base.BaseRepository.class - [JAR]
├─ org.bardframework.crud.api.base.BaseService.class - [JAR]
├─ org.bardframework.crud.api.base.PagedData.class - [JAR]
├─ org.bardframework.crud.api.base.ReadRepository.class - [JAR]
├─ org.bardframework.crud.api.base.ReadRestController.class - [JAR]
├─ org.bardframework.crud.api.base.ReadService.class - [JAR]
├─ org.bardframework.crud.api.base.ValidationGroups.class - [JAR]
├─ org.bardframework.crud.api.base.WriteRestController.class - [JAR]
org.springframework.web.servlet.mvc.method.annotation
├─ org.springframework.web.servlet.mvc.method.annotation.GenericRequestBodyResolverConfiguration.class - [JAR]
org.bardframework.crud.api.searchable
├─ org.bardframework.crud.api.searchable.SearchableEntityCriteria.class - [JAR]
├─ org.bardframework.crud.api.searchable.SearchableEntityRepository.class - [JAR]
├─ org.bardframework.crud.api.searchable.SearchableEntityRestController.class - [JAR]
├─ org.bardframework.crud.api.searchable.SearchableEntityService.class - [JAR]
org.bardframework.crud.api.tree
├─ org.bardframework.crud.api.tree.TreeEntityCriteria.class - [JAR]
├─ org.bardframework.crud.api.tree.TreeEntityModel.class - [JAR]
├─ org.bardframework.crud.api.tree.TreeEntityModelAbstract.class - [JAR]
├─ org.bardframework.crud.api.tree.TreeEntityRepository.class - [JAR]
├─ org.bardframework.crud.api.tree.TreeEntityRestController.class - [JAR]
├─ org.bardframework.crud.api.tree.TreeEntityService.class - [JAR]