jar

io.github.seregaslm : jsonapi-simple

Maven & Gradle

Nov 22, 2020
2 stars

jsonapi-simple · Simple implementation of the JSON:API specification

Table Of Contents

Latest Version

Download io.github.seregaslm : jsonapi-simple JAR file - Latest Versions:

All Versions

Download io.github.seregaslm : jsonapi-simple JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.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 jsonapi-simple-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.seregaslm.jsonapi.simple.response

├─ io.github.seregaslm.jsonapi.simple.response.Api.class - [JAR]

├─ io.github.seregaslm.jsonapi.simple.response.Data.class - [JAR]

├─ io.github.seregaslm.jsonapi.simple.response.Error.class - [JAR]

├─ io.github.seregaslm.jsonapi.simple.response.Meta.class - [JAR]

├─ io.github.seregaslm.jsonapi.simple.response.Page.class - [JAR]

├─ io.github.seregaslm.jsonapi.simple.response.Response.class - [JAR]

io.github.seregaslm.jsonapi.simple.resolver

├─ io.github.seregaslm.jsonapi.simple.resolver.JsonApiFilterArgumentResolver.class - [JAR]

├─ io.github.seregaslm.jsonapi.simple.resolver.JsonApiSpreadFieldSetArgumentResolver.class - [JAR]

io.github.seregaslm.jsonapi.simple.request

├─ io.github.seregaslm.jsonapi.simple.request.FieldSet.class - [JAR]

├─ io.github.seregaslm.jsonapi.simple.request.Filter.class - [JAR]

io.github.seregaslm.jsonapi.simple.annotation

├─ io.github.seregaslm.jsonapi.simple.annotation.JsonApiId.class - [JAR]

├─ io.github.seregaslm.jsonapi.simple.annotation.JsonApiType.class - [JAR]

├─ io.github.seregaslm.jsonapi.simple.annotation.RequestJsonApiFieldSet.class - [JAR]

├─ io.github.seregaslm.jsonapi.simple.annotation.RequestJsonApiFilter.class - [JAR]

Advertisement