jar

com.github.rutledgepaulv : rest-query-engine

Maven & Gradle

Jul 20, 2016
1 usages
30 stars

rest-query-engine · A library for parsing rsql queries into database queries for a REST API.

Table Of Contents

Latest Version

Download com.github.rutledgepaulv : rest-query-engine JAR file - Latest Versions:

All Versions

Download com.github.rutledgepaulv : rest-query-engine JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7.x
0.7

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 rest-query-engine-0.7.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.rutledgepaulv.rqe.conversions

├─ com.github.rutledgepaulv.rqe.conversions.SpringConversionServiceConverter.class - [JAR]

├─ com.github.rutledgepaulv.rqe.conversions.StringToTypeConverter.class - [JAR]

com.github.rutledgepaulv.rqe.adapters

├─ com.github.rutledgepaulv.rqe.adapters.TreeToConditionAdapter.class - [JAR]

com.github.rutledgepaulv.rqe.exceptions

├─ com.github.rutledgepaulv.rqe.exceptions.FailedArgumentConversionException.class - [JAR]

├─ com.github.rutledgepaulv.rqe.exceptions.UnsupportedQueryOperatorException.class - [JAR]

com.github.rutledgepaulv.rqe.argconverters

├─ com.github.rutledgepaulv.rqe.argconverters.ArgConverter.class - [JAR]

├─ com.github.rutledgepaulv.rqe.argconverters.ConverterChain.class - [JAR]

├─ com.github.rutledgepaulv.rqe.argconverters.EntityFieldTypeConverter.class - [JAR]

├─ com.github.rutledgepaulv.rqe.argconverters.OperatorSpecificConverter.class - [JAR]

com.github.rutledgepaulv.rqe.operators

├─ com.github.rutledgepaulv.rqe.operators.QueryOperator.class - [JAR]

com.github.rutledgepaulv.rqe.conversions.parsers

├─ com.github.rutledgepaulv.rqe.conversions.parsers.StringToInstantConverter.class - [JAR]

├─ com.github.rutledgepaulv.rqe.conversions.parsers.StringToObjectBestEffortConverter.class - [JAR]

com.github.rutledgepaulv.rqe.resolvers

├─ com.github.rutledgepaulv.rqe.resolvers.EntityFieldTypeResolver.class - [JAR]

com.github.rutledgepaulv.rqe.utils

├─ com.github.rutledgepaulv.rqe.utils.StreamUtil.class - [JAR]

├─ com.github.rutledgepaulv.rqe.utils.TriFunction.class - [JAR]

com.github.rutledgepaulv.rqe.contexts

├─ com.github.rutledgepaulv.rqe.contexts.ArgConversionContext.class - [JAR]

├─ com.github.rutledgepaulv.rqe.contexts.ParseTreeContext.class - [JAR]

com.github.rutledgepaulv.rqe.pipes

├─ com.github.rutledgepaulv.rqe.pipes.DefaultArgumentConversionPipe.class - [JAR]

├─ com.github.rutledgepaulv.rqe.pipes.DefaultParsingPipe.class - [JAR]

├─ com.github.rutledgepaulv.rqe.pipes.DefaultQueryBuildingPipe.class - [JAR]

├─ com.github.rutledgepaulv.rqe.pipes.IdentityPipe.class - [JAR]

├─ com.github.rutledgepaulv.rqe.pipes.QueryConversionPipeline.class - [JAR]

Advertisement