Annotation Type ParametersMapped


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

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

      • formatter

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