Annotation Type RowMapped


@Retention(RUNTIME) @Target(TYPE) public @interface RowMapped
Annotate a Vert.x data object to generate an SQL template row mapper.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<? extends io.vertx.codegen.format.Case>
     
  • Element Details

    • formatter

      Class<? extends io.vertx.codegen.format.Case> formatter
      Returns:
      the row name formatter, default maps to lower camel case.
      Default:
      io.vertx.codegen.format.LowerCamelCase.class