jar

org.autumnframework : autumn-service-rest-server

Maven & Gradle

Aug 25, 2023

Autumn Framework: Rest Server · Interfaces, default api implementations and configuration for rest servers

Table Of Contents

Latest Version

Download org.autumnframework : autumn-service-rest-server JAR file - Latest Versions:

All Versions

Download org.autumnframework : autumn-service-rest-server JAR file - All Versions:

Version Vulnerabilities Size Updated
4.6.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 autumn-service-rest-server-4.6.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.autumnframework.service.server.controllers.implementations

├─ org.autumnframework.service.server.controllers.implementations.FullRestController.class - [JAR]

org.autumnframework.service.server.controlleradvice

├─ org.autumnframework.service.server.controlleradvice.OptionalResponseControllerAdvice.class - [JAR]

org.autumnframework.service.server.controllers.elementary

├─ org.autumnframework.service.server.controllers.elementary.CreateController.class - [JAR]

├─ org.autumnframework.service.server.controllers.elementary.DeleteByIdController.class - [JAR]

├─ org.autumnframework.service.server.controllers.elementary.DeleteByIdsController.class - [JAR]

├─ org.autumnframework.service.server.controllers.elementary.ReadFindAllController.class - [JAR]

├─ org.autumnframework.service.server.controllers.elementary.ReadFindAllModifiedBetweenController.class - [JAR]

├─ org.autumnframework.service.server.controllers.elementary.ReadFindAllModifiedSinceController.class - [JAR]

├─ org.autumnframework.service.server.controllers.elementary.ReadFindByIdController.class - [JAR]

├─ org.autumnframework.service.server.controllers.elementary.ReadFindByIdsController.class - [JAR]

├─ org.autumnframework.service.server.controllers.elementary.UpdateController.class - [JAR]

org.autumnframework.service.server.exceptions

├─ org.autumnframework.service.server.exceptions.BadRequestException.class - [JAR]

├─ org.autumnframework.service.server.exceptions.ResourceAlreadyExistsException.class - [JAR]

├─ org.autumnframework.service.server.exceptions.ResourceNotFoundException.class - [JAR]

org.autumnframework.service.server.controllers

├─ org.autumnframework.service.server.controllers.CRUDController.class - [JAR]

├─ org.autumnframework.service.server.controllers.FavIconController.class - [JAR]

├─ org.autumnframework.service.server.controllers.FullController.class - [JAR]

org.autumnframework.service.server.configuration

├─ org.autumnframework.service.server.configuration.FavIconConfiguration.class - [JAR]

├─ org.autumnframework.service.server.configuration.WebMvcConfigurererAdapter.class - [JAR]

org.autumnframework.service.server.controllers.elementary.shared

├─ org.autumnframework.service.server.controllers.elementary.shared.DtoResponseController.class - [JAR]

org.autumnframework.service.server

├─ org.autumnframework.service.server.RestServerConfiguration.class - [JAR]