jar

com.github.apavlidi : restfulQueries

Maven & Gradle

Sep 06, 2019
10 stars

RestfulQueries · Develop true restful APIs by supporting pagination, filtering, selection, sorting and searching. This project helps you add these featrues to your REST Controller easily without developing custom solutions. The project is currently only compatible with Spring Boot + Spring Data MongoDB applications.

Table Of Contents

Latest Version

Download com.github.apavlidi : restfulQueries JAR file - Latest Versions:

All Versions

Download com.github.apavlidi : restfulQueries JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 restfulQueries-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.apavlidi.core

├─ com.apavlidi.core.FilterApplier.class - [JAR]

├─ com.apavlidi.core.FilterCollector.class - [JAR]

├─ com.apavlidi.core.RestFullAPI.class - [JAR]

com.apavlidi.domain

├─ com.apavlidi.domain.Filter.class - [JAR]

com.apavlidi.exceptions

├─ com.apavlidi.exceptions.WrongQueryParam.class - [JAR]