jar

tech.ydb.yoj : yoj-databind

Maven & Gradle

Dec 28, 2023

YOJ - Data-Binding · Core data-binding logic used by YOJ (YDB ORM for Java) to convert between Java objects and database rows (or anything representable by a Java Map, really).

Table Of Contents

Latest Version

Download tech.ydb.yoj : yoj-databind JAR file - Latest Versions:

All Versions

Download tech.ydb.yoj : yoj-databind JAR file - All Versions:

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

tech.ydb.yoj.databind.schema.naming

├─ tech.ydb.yoj.databind.schema.naming.AnnotationFirstNamingStrategy.class - [JAR]

├─ tech.ydb.yoj.databind.schema.naming.DelegateNamingStrategy.class - [JAR]

├─ tech.ydb.yoj.databind.schema.naming.NamingStrategy.class - [JAR]

tech.ydb.yoj.databind.schema.configuration

├─ tech.ydb.yoj.databind.schema.configuration.SchemaRegistry.class - [JAR]

tech.ydb.yoj.databind.expression

├─ tech.ydb.yoj.databind.expression.AndExpr.class - [JAR]

├─ tech.ydb.yoj.databind.expression.FieldValue.class - [JAR]

├─ tech.ydb.yoj.databind.expression.FilterBuilder.class - [JAR]

├─ tech.ydb.yoj.databind.expression.FilterExpression.class - [JAR]

├─ tech.ydb.yoj.databind.expression.IllegalExpressionException.class - [JAR]

├─ tech.ydb.yoj.databind.expression.LeafExpression.class - [JAR]

├─ tech.ydb.yoj.databind.expression.ListExpr.class - [JAR]

├─ tech.ydb.yoj.databind.expression.ModelField.class - [JAR]

├─ tech.ydb.yoj.databind.expression.NotExpr.class - [JAR]

├─ tech.ydb.yoj.databind.expression.NullExpr.class - [JAR]

├─ tech.ydb.yoj.databind.expression.OrExpr.class - [JAR]

├─ tech.ydb.yoj.databind.expression.OrderBuilder.class - [JAR]

├─ tech.ydb.yoj.databind.expression.OrderExpression.class - [JAR]

├─ tech.ydb.yoj.databind.expression.ScalarExpr.class - [JAR]

tech.ydb.yoj.databind.expression.visitor

├─ tech.ydb.yoj.databind.expression.visitor.AllMatch.class - [JAR]

├─ tech.ydb.yoj.databind.expression.visitor.AnyMatch.class - [JAR]

├─ tech.ydb.yoj.databind.expression.visitor.RemoveIf.class - [JAR]

tech.ydb.yoj.databind.schema

├─ tech.ydb.yoj.databind.schema.BindingException.class - [JAR]

├─ tech.ydb.yoj.databind.schema.Changefeed.class - [JAR]

├─ tech.ydb.yoj.databind.schema.Changefeeds.class - [JAR]

├─ tech.ydb.yoj.databind.schema.Column.class - [JAR]

├─ tech.ydb.yoj.databind.schema.ConstructionException.class - [JAR]

├─ tech.ydb.yoj.databind.schema.FieldValueException.class - [JAR]

├─ tech.ydb.yoj.databind.schema.GlobalIndex.class - [JAR]

├─ tech.ydb.yoj.databind.schema.GlobalIndexes.class - [JAR]

├─ tech.ydb.yoj.databind.schema.ObjectSchema.class - [JAR]

├─ tech.ydb.yoj.databind.schema.Schema.class - [JAR]

├─ tech.ydb.yoj.databind.schema.TTL.class - [JAR]

├─ tech.ydb.yoj.databind.schema.Table.class - [JAR]

tech.ydb.yoj.databind

├─ tech.ydb.yoj.databind.FieldValueType.class - [JAR]

tech.ydb.yoj.databind.schema.reflect

├─ tech.ydb.yoj.databind.schema.reflect.PojoField.class - [JAR]

├─ tech.ydb.yoj.databind.schema.reflect.PojoType.class - [JAR]

├─ tech.ydb.yoj.databind.schema.reflect.RecordField.class - [JAR]

├─ tech.ydb.yoj.databind.schema.reflect.RecordType.class - [JAR]

├─ tech.ydb.yoj.databind.schema.reflect.ReflectField.class - [JAR]

├─ tech.ydb.yoj.databind.schema.reflect.ReflectType.class - [JAR]

├─ tech.ydb.yoj.databind.schema.reflect.Reflector.class - [JAR]

├─ tech.ydb.yoj.databind.schema.reflect.SimpleType.class - [JAR]

├─ tech.ydb.yoj.databind.schema.reflect.StdReflector.class - [JAR]