Two Laptop Bag
The moose likes Beginning Java and the fly likes Generate getters and setters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Generate getters and setters" Watch "Generate getters and setters" New topic
Author

Generate getters and setters

Gnanavelan Ganeshan
Greenhorn

Joined: Dec 30, 2007
Posts: 4
how to generate getters and setters at runtime using java code with out any tool

is this possible ?

Dave Meyers
Greenhorn

Joined: Mar 28, 2003
Posts: 5
I know of no way to do this. What are you trying to accomplish?
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

I suppose you could do it at load time, but personally I'd want to be *really* sure that's what I wanted to do before embarking down that path: there be dragons.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32611
    
    4
At runtime? That doesn't sound at all easy. Maybe impossible. And I agree with David Newton's "there be dragons."
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56164
    
  13

What is your motivation for this rather bizarre requirement?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Generate getters and setters
 
Similar Threads
hbm2java - private members ?
Problem formatting dates.
Eclipse training
Recieving 'null' values from a jsp page in Struts2 Action
I have a POJO ,Now I want to generate mapping File (.hbm) and table .Hoe It can be done?