Class: Codegen::Generators::JavaPojo

Inherits:
Base
  • Object
show all
Defined in:
lib/codegen/generators/java_pojo.rb

Instance Method Summary collapse

Methods inherited from Base

converts_to, #generate!

Instance Method Details

#generate(options = {}) ⇒ Object



8
9
10
11
12
# File 'lib/codegen/generators/java_pojo.rb', line 8

def generate options = {}
  if options[:type] == :entity
    generate_entity options
  end
end