jar

com.github.jferrater : opa-ast-to-sql-query-java

Maven & Gradle

Mar 07, 2020
23 stars

opa-ast-to-sql-query-java · Spring Boot library for translating Open Policy Agent compiler API response to SQL query/statements.

Table Of Contents

Latest Version

Download com.github.jferrater : opa-ast-to-sql-query-java JAR file - Latest Versions:

All Versions

Download com.github.jferrater : opa-ast-to-sql-query-java JAR file - All Versions:

Version Vulnerabilities Size Updated
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 opa-ast-to-sql-query-java-0.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.jferrater.opa.ast.to.sql.query.config

├─ com.github.jferrater.opa.ast.to.sql.query.config.OpaConfig.class - [JAR]

com.github.jferrater.opa.ast.to.sql.query.core.util

├─ com.github.jferrater.opa.ast.to.sql.query.core.util.SqlUtil.class - [JAR]

com.github.jferrater.opa.ast.to.sql.query.model.request

├─ com.github.jferrater.opa.ast.to.sql.query.model.request.PartialRequest.class - [JAR]

com.github.jferrater.opa.ast.to.sql.query.core

├─ com.github.jferrater.opa.ast.to.sql.query.core.AstToSql.class - [JAR]

├─ com.github.jferrater.opa.ast.to.sql.query.core.OpaConstants.class - [JAR]

├─ com.github.jferrater.opa.ast.to.sql.query.core.PredicateConverter.class - [JAR]

├─ com.github.jferrater.opa.ast.to.sql.query.core.SqlStatement.class - [JAR]

com.github.jferrater.opa.ast.to.sql.query.model.response

├─ com.github.jferrater.opa.ast.to.sql.query.model.response.OpaCompilerResponse.class - [JAR]

├─ com.github.jferrater.opa.ast.to.sql.query.model.response.Predicate.class - [JAR]

├─ com.github.jferrater.opa.ast.to.sql.query.model.response.Result.class - [JAR]

├─ com.github.jferrater.opa.ast.to.sql.query.model.response.Term.class - [JAR]

├─ com.github.jferrater.opa.ast.to.sql.query.model.response.Value.class - [JAR]

com.github.jferrater.opa.ast.to.sql.query

├─ com.github.jferrater.opa.ast.to.sql.query.AppConfig.class - [JAR]

com.github.jferrater.opa.ast.to.sql.query.service

├─ com.github.jferrater.opa.ast.to.sql.query.service.OpaClientService.class - [JAR]

com.github.jferrater.opa.ast.to.sql.query.core.deserializer

├─ com.github.jferrater.opa.ast.to.sql.query.core.deserializer.PredicateDeserializer.class - [JAR]

com.github.jferrater.opa.ast.to.sql.query.exception

├─ com.github.jferrater.opa.ast.to.sql.query.exception.OpaClientException.class - [JAR]

com.github.jferrater.opa.ast.to.sql.query.core.elements

├─ com.github.jferrater.opa.ast.to.sql.query.core.elements.LogicalOperation.class - [JAR]

├─ com.github.jferrater.opa.ast.to.sql.query.core.elements.QueryType.class - [JAR]

├─ com.github.jferrater.opa.ast.to.sql.query.core.elements.SqlPredicate.class - [JAR]