Skip to content

Instantly share code, notes, and snippets.

@jklingsporn
Created August 28, 2017 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jklingsporn/6e219da552c24e11775cf40a0018a5b2 to your computer and use it in GitHub Desktop.
Save jklingsporn/6e219da552c24e11775cf40a0018a5b2 to your computer and use it in GitHub Desktop.
ClassicAsInDBVertxGenerator
public class ClassicAsInDBVertxGenerator extends ClassicVertxGenerator {
@Override
protected String getJsonKeyName(TypedElementDefinition<?> column) {
return column.getName();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment