jar

com.gitlab.oliverlj : spring-boot-starter-json-api

Maven & Gradle

Apr 12, 2020

A spring boot starter which brings json api converter (https://github.com/jasminb/jsonapi-converter) for your great spring project

Table Of Contents

Latest Version

Download com.gitlab.oliverlj : spring-boot-starter-json-api JAR file - Latest Versions:

All Versions

Download com.gitlab.oliverlj : spring-boot-starter-json-api JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x
0.2.x
0.1.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 spring-boot-starter-json-api-0.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.gitlab.oliverlj.jsonapi.exceptions

├─ com.gitlab.oliverlj.jsonapi.exceptions.UnprocessableEntityException.class - [JAR]

├─ com.gitlab.oliverlj.jsonapi.exceptions.package-info.class - [JAR]

com.gitlab.oliverlj.jsonapi.configuration

├─ com.gitlab.oliverlj.jsonapi.configuration.FilterParametersConfiguration.class - [JAR]

├─ com.gitlab.oliverlj.jsonapi.configuration.JsonApiHttpMessageConverter.class - [JAR]

├─ com.gitlab.oliverlj.jsonapi.configuration.JsonApiHttpMessageConvertersConfiguration.class - [JAR]

├─ com.gitlab.oliverlj.jsonapi.configuration.JsonApiResponseEntityExceptionHandler.class - [JAR]

├─ com.gitlab.oliverlj.jsonapi.configuration.ResourceConverterWrapper.class - [JAR]

├─ com.gitlab.oliverlj.jsonapi.configuration.SpringBootStaterJsonApiProperties.class - [JAR]

├─ com.gitlab.oliverlj.jsonapi.configuration.package-info.class - [JAR]

com.gitlab.oliverlj.jsonapi.configuration.converters

├─ com.gitlab.oliverlj.jsonapi.configuration.converters.ConstraintViolationConverter.class - [JAR]

├─ com.gitlab.oliverlj.jsonapi.configuration.converters.ErrorConverter.class - [JAR]

├─ com.gitlab.oliverlj.jsonapi.configuration.converters.package-info.class - [JAR]

com.gitlab.oliverlj.jsonapi.configuration.parameters

├─ com.gitlab.oliverlj.jsonapi.configuration.parameters.FilterOperator.class - [JAR]

├─ com.gitlab.oliverlj.jsonapi.configuration.parameters.FilterParameters.class - [JAR]

├─ com.gitlab.oliverlj.jsonapi.configuration.parameters.RequestParamFilterParametersMethodArgumentResolver.class - [JAR]

├─ com.gitlab.oliverlj.jsonapi.configuration.parameters.package-info.class - [JAR]

Advertisement