jar

com.christophsturm.restaurant : restaurant-rest

Maven & Gradle

Oct 09, 2022
4 stars

restaurant · rest without boilerplate

Table Of Contents

Latest Version

Download com.christophsturm.restaurant : restaurant-rest JAR file - Latest Versions:

All Versions

Download com.christophsturm.restaurant : restaurant-rest JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 restaurant-rest-0.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

restaurant.rest

├─ restaurant.rest.ResourceDSL.class - [JAR]

├─ restaurant.rest.ResourcesKt.class - [JAR]

├─ restaurant.rest.RestService.class - [JAR]

restaurant

├─ restaurant.BadRequestException.class - [JAR]

├─ restaurant.JacksonMapper.class - [JAR]

restaurant.rest.internal

├─ restaurant.rest.internal.MultiplePossibleBodyTypesException.class - [JAR]

├─ restaurant.rest.internal.RestFunction.class - [JAR]

├─ restaurant.rest.internal.RestFunctionKt.class - [JAR]

restaurant.internal

├─ restaurant.internal.GetListRestServiceHandler.class - [JAR]

├─ restaurant.internal.GetRestServiceHandler.class - [JAR]

├─ restaurant.internal.PostRestServiceHandler.class - [JAR]

├─ restaurant.internal.PutRestServiceHandler.class - [JAR]

├─ restaurant.internal.RoutesAdder.class - [JAR]

├─ restaurant.internal.RoutesAdderKt.class - [JAR]

Advertisement