jar

io.github.pwszpl : mongodb-search-query-translator

Maven & Gradle

Jul 14, 2022
0 stars

MongoDB Search Query Translator · An application allowing for generation of MongoDB Criteria/Bson Java objects with text written SQL-like syntax.

Table Of Contents

Latest Version

Download io.github.pwszpl : mongodb-search-query-translator JAR file - Latest Versions:

All Versions

Download io.github.pwszpl : mongodb-search-query-translator JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.x
0.5.x
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 mongodb-search-query-translator-0.6.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.pwszpl.mongo.search.util

├─ io.github.pwszpl.mongo.search.util.ReflectionUtil.class - [JAR]

├─ io.github.pwszpl.mongo.search.util.StringUtil.class - [JAR]

io.github.pwszpl.mongo.search.transform

├─ io.github.pwszpl.mongo.search.transform.CriteriaTransformer.class - [JAR]

├─ io.github.pwszpl.mongo.search.transform.FiltersTransformer.class - [JAR]

├─ io.github.pwszpl.mongo.search.transform.FunctionsMapping.class - [JAR]

├─ io.github.pwszpl.mongo.search.transform.TokenFactory.class - [JAR]

├─ io.github.pwszpl.mongo.search.transform.TransformObject.class - [JAR]

├─ io.github.pwszpl.mongo.search.transform.TransformToken.class - [JAR]

io.github.pwszpl.mongo.parser

├─ io.github.pwszpl.mongo.parser.MongoSearchEngineParser.class - [JAR]

├─ io.github.pwszpl.mongo.parser.MongoSearchEngineParserConstants.class - [JAR]

├─ io.github.pwszpl.mongo.parser.MongoSearchEngineParserTokenManager.class - [JAR]

├─ io.github.pwszpl.mongo.parser.ParseException.class - [JAR]

├─ io.github.pwszpl.mongo.parser.SimpleCharStream.class - [JAR]

├─ io.github.pwszpl.mongo.parser.Token.class - [JAR]

├─ io.github.pwszpl.mongo.parser.TokenMgrError.class - [JAR]

Advertisement