jar

com.github.longdt : vertx-orm-codegen

Maven & Gradle

May 27, 2022
3 stars

Vertx ORM CodeGen · A simple annotation processor which automatic generate repository implementation for vertx-orm-*

Table Of Contents

Latest Version

Download com.github.longdt : vertx-orm-codegen JAR file - Latest Versions:

All Versions

Download com.github.longdt : vertx-orm-codegen JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.x
2.0.x
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 vertx-orm-codegen-2.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.longdt.vertxorm.codegen

├─ com.github.longdt.vertxorm.codegen.AnnotationHelper.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.AnnotationValues.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.AutoValue_EntityDeclaration.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.AutoValue_FieldDeclaration.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.AutoValue_PackageAndClass.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.AutoValue_RepositoryDeclaration.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.AutoValue_RepositoryDescriptor.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.CodeGenProcessor.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.Constant.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.EntityDeclaration.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.EntityTableWriter.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.FieldDeclaration.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.IdAccessorWriter.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.MethodNames.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.Mirrors.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.NamingStrategies.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.PackageAndClass.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.ParametersMapperWriter.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.RepositoryDeclaration.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.RepositoryDescriptor.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.RepositoryWriter.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.RowMapperWriter.class - [JAR]

├─ com.github.longdt.vertxorm.codegen.TypeSpecBuilders.class - [JAR]

com.github.longdt.vertxorm.format

├─ com.github.longdt.vertxorm.format.Case.class - [JAR]

com.github.longdt.vertxorm.annotation

├─ com.github.longdt.vertxorm.annotation.NamingStrategy.class - [JAR]

├─ com.github.longdt.vertxorm.annotation.Repository.class - [JAR]