jar

net.evanstoner.spring : spring-boot-generics

Maven & Gradle

Dec 17, 2017

spring-boot-generics · Generic controllers and services for Spring Boot applications

Table Of Contents

Latest Version

Download net.evanstoner.spring : spring-boot-generics JAR file - Latest Versions:

All Versions

Download net.evanstoner.spring : spring-boot-generics JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-generics-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.evanstoner.spring.service

├─ net.evanstoner.spring.service.GenericReadOnlyService.class - [JAR]

├─ net.evanstoner.spring.service.GenericReadOnlyServiceImpl.class - [JAR]

├─ net.evanstoner.spring.service.GenericReadWriteService.class - [JAR]

├─ net.evanstoner.spring.service.GenericReadWriteServiceImpl.class - [JAR]

net.evanstoner.spring.entity

├─ net.evanstoner.spring.entity.BaseEntity.class - [JAR]

net.evanstoner.spring.exception

├─ net.evanstoner.spring.exception.EntityNotFoundException.class - [JAR]

net.evanstoner.spring.controller

├─ net.evanstoner.spring.controller.GenericBaseController.class - [JAR]

├─ net.evanstoner.spring.controller.GenericReadOnlyController.class - [JAR]

├─ net.evanstoner.spring.controller.GenericReadWriteController.class - [JAR]