jar

io.dingodb.expr : dingo-expr-json

Maven & Gradle

Nov 14, 2023
4 stars

dingo-expr-json · Json library of Dingo Expression.

Table Of Contents

Latest Version

Download io.dingodb.expr : dingo-expr-json JAR file - Latest Versions:

All Versions

Download io.dingodb.expr : dingo-expr-json JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7.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 dingo-expr-json-0.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.dingodb.expr.json.schema

├─ io.dingodb.expr.json.schema.ArrayItems.class - [JAR]

├─ io.dingodb.expr.json.schema.ArrayItemsDeserializer.class - [JAR]

├─ io.dingodb.expr.json.schema.Schema.class - [JAR]

├─ io.dingodb.expr.json.schema.SchemaArray.class - [JAR]

├─ io.dingodb.expr.json.schema.SchemaBoolean.class - [JAR]

├─ io.dingodb.expr.json.schema.SchemaInteger.class - [JAR]

├─ io.dingodb.expr.json.schema.SchemaNumber.class - [JAR]

├─ io.dingodb.expr.json.schema.SchemaObject.class - [JAR]

├─ io.dingodb.expr.json.schema.SchemaParser.class - [JAR]

├─ io.dingodb.expr.json.schema.SchemaString.class - [JAR]

├─ io.dingodb.expr.json.schema.SchemaType.class - [JAR]

io.dingodb.expr.json.runtime

├─ io.dingodb.expr.json.runtime.ArrayBuilder.class - [JAR]

├─ io.dingodb.expr.json.runtime.DataDict.class - [JAR]

├─ io.dingodb.expr.json.runtime.DataFormat.class - [JAR]

├─ io.dingodb.expr.json.runtime.DataLeaf.class - [JAR]

├─ io.dingodb.expr.json.runtime.DataParser.class - [JAR]

├─ io.dingodb.expr.json.runtime.DataSchema.class - [JAR]

├─ io.dingodb.expr.json.runtime.DataSchemaVisitor.class - [JAR]

├─ io.dingodb.expr.json.runtime.DataTuple.class - [JAR]

├─ io.dingodb.expr.json.runtime.Parser.class - [JAR]

├─ io.dingodb.expr.json.runtime.SchemaRoot.class - [JAR]

├─ io.dingodb.expr.json.runtime.TupleEvalContext.class - [JAR]