Annotation Type RegisterRowMapperFactory


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Repeatable(RegisterRowMapperFactories.class) public @interface RegisterRowMapperFactory
Registers a row mapper factory in the scope of a SQL Object type or method.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends org.jdbi.v3.core.mapper.RowMapperFactory>
     
  • Element Details

    • value

      Class<? extends org.jdbi.v3.core.mapper.RowMapperFactory> value