/TableToBean

Generate Java Beans using table definition as CSV

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

TableToBean

Reads CSV and generate Java Beans.

How to use:

./TableToBean.sh <CSV input file>

Here an input example.

Available configurations:

  • Global variables format(lowercase | camelcase)
  • Global variables inicialization
  • Set parent class (extends)
  • Identation
  • Java type per Oracle Data type
  • Generate comments for getter/setter
  • Generate empty constructor(no parameters)
  • Generate constructor initializer
  • Generate toJson() method
  • Reads Unicode encoding input CSV file

File index:

configuration, util query