jar

com.github.bordertech.restfriends : restfriends-envelope

Maven & Gradle

Oct 28, 2019
2 usages
0 stars

restfriends-envelope · REST Response Envelope

Table Of Contents

Latest Version

Download com.github.bordertech.restfriends : restfriends-envelope JAR file - Latest Versions:

All Versions

Download com.github.bordertech.restfriends : restfriends-envelope JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
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 restfriends-envelope-2.0.0-beta-1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.bordertech.restfriends.exception

├─ com.github.bordertech.restfriends.exception.RestBusinessException.class - [JAR]

├─ com.github.bordertech.restfriends.exception.RestStatusCodable.class - [JAR]

├─ com.github.bordertech.restfriends.exception.RestSystemException.class - [JAR]

com.github.bordertech.restfriends.envelope.impl

├─ com.github.bordertech.restfriends.envelope.impl.DataResponse.class - [JAR]

├─ com.github.bordertech.restfriends.envelope.impl.ErrorResponse.class - [JAR]

├─ com.github.bordertech.restfriends.envelope.impl.MetaResponse.class - [JAR]

├─ com.github.bordertech.restfriends.envelope.impl.VoidResponse.class - [JAR]

com.github.bordertech.restfriends.envelope

├─ com.github.bordertech.restfriends.envelope.DataEnvelope.class - [JAR]

├─ com.github.bordertech.restfriends.envelope.Envelope.class - [JAR]

├─ com.github.bordertech.restfriends.envelope.ErrorDetail.class - [JAR]

├─ com.github.bordertech.restfriends.envelope.ErrorEnvelope.class - [JAR]

├─ com.github.bordertech.restfriends.envelope.MetaEnvelope.class - [JAR]