Annotation Type RowMapped
-
@Retention(RUNTIME) @Target(TYPE) public @interface RowMapped
Annotate a Vert.x data object to generate an SQL template row mapper.
-
-
Element Detail
-
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
-
-