jar

io.github.fran-abril : restponse

Maven & Gradle

Mar 11, 2022
2 stars

Manage Responses in the Rest Layout · Alternative to javax.ws.rs.core.Response to handle all responses easily

Table Of Contents

Latest Version

Download io.github.fran-abril : restponse JAR file - Latest Versions:

All Versions

Download io.github.fran-abril : restponse 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 restponse-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.franabril.restponse.exception

├─ io.github.franabril.restponse.exception.RestponseException.class - [JAR]

io.github.franabril.restponse.error.factory

├─ io.github.franabril.restponse.error.factory.ErrorFactory.class - [JAR]

├─ io.github.franabril.restponse.error.factory.IErrorFactory.class - [JAR]

io.github.franabril.restponse.response.error.client

├─ io.github.franabril.restponse.response.error.client.ResponseClientError.class - [JAR]

io.github.franabril.restponse.error.model

├─ io.github.franabril.restponse.error.model.ErrorDTO.class - [JAR]

io.github.franabril.restponse.response.utils

├─ io.github.franabril.restponse.response.utils.AbstractRestponse.class - [JAR]

├─ io.github.franabril.restponse.response.utils.BaseResponseError.class - [JAR]

io.github.franabril.restponse.response.error.server

├─ io.github.franabril.restponse.response.error.server.ResponseServerError.class - [JAR]

io.github.franabril.restponse.response

├─ io.github.franabril.restponse.response.Restponse.class - [JAR]

├─ io.github.franabril.restponse.response.RestponseError.class - [JAR]

io.github.franabril.restponse.response.success

├─ io.github.franabril.restponse.response.success.ResponseSuccessfull.class - [JAR]

Advertisement