jar

com.github.easyjsonapi : easyJsonApi

Maven & Gradle

Sep 30, 2016
5 stars

EasyJsonApi improve the way how you create the structure and mapping the objects for json api, it will try to make easy, funny and practice your implementation.

Table Of Contents

Latest Version

Download com.github.easyjsonapi : easyJsonApi JAR file - Latest Versions:

All Versions

Download com.github.easyjsonapi : easyJsonApi 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 easyJsonApi-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.easyjsonapi.entities

├─ com.github.easyjsonapi.entities.Data.class - [JAR]

├─ com.github.easyjsonapi.entities.DataLinkage.class - [JAR]

├─ com.github.easyjsonapi.entities.Error.class - [JAR]

├─ com.github.easyjsonapi.entities.HttpStatus.class - [JAR]

├─ com.github.easyjsonapi.entities.JsonApi.class - [JAR]

├─ com.github.easyjsonapi.entities.Link.class - [JAR]

├─ com.github.easyjsonapi.entities.LinkRelated.class - [JAR]

├─ com.github.easyjsonapi.entities.Nullable.class - [JAR]

├─ com.github.easyjsonapi.entities.Relationship.class - [JAR]

├─ com.github.easyjsonapi.entities.Relationships.class - [JAR]

├─ com.github.easyjsonapi.entities.Source.class - [JAR]

com.github.easyjsonapi.annotations

├─ com.github.easyjsonapi.annotations.Attributes.class - [JAR]

├─ com.github.easyjsonapi.annotations.Meta.class - [JAR]

├─ com.github.easyjsonapi.annotations.MetaRelationship.class - [JAR]

com.github.easyjsonapi.exceptions

├─ com.github.easyjsonapi.exceptions.EasyJsonApiCastException.class - [JAR]

├─ com.github.easyjsonapi.exceptions.EasyJsonApiEntityException.class - [JAR]

├─ com.github.easyjsonapi.exceptions.EasyJsonApiException.class - [JAR]

├─ com.github.easyjsonapi.exceptions.EasyJsonApiInvalidPackageException.class - [JAR]

├─ com.github.easyjsonapi.exceptions.EasyJsonApiMalformedJsonException.class - [JAR]

├─ com.github.easyjsonapi.exceptions.EasyJsonApiRuntimeException.class - [JAR]

com.github.easyjsonapi.asserts

├─ com.github.easyjsonapi.asserts.Assert.class - [JAR]

├─ com.github.easyjsonapi.asserts.Validation.class - [JAR]

com.github.easyjsonapi.tools

├─ com.github.easyjsonapi.tools.JsonTools.class - [JAR]

com.github.easyjsonapi.core

├─ com.github.easyjsonapi.core.EasyJsonApi.class - [JAR]

├─ com.github.easyjsonapi.core.EasyJsonApiConfig.class - [JAR]

com.github.easyjsonapi.adapters

├─ com.github.easyjsonapi.adapters.EasyJsonApiDeserializer.class - [JAR]

├─ com.github.easyjsonapi.adapters.EasyJsonApiMachine.class - [JAR]

├─ com.github.easyjsonapi.adapters.EasyJsonApiSerializer.class - [JAR]

├─ com.github.easyjsonapi.adapters.EasyJsonApiTypeToken.class - [JAR]