Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/booleangate/model-generator


https://github.com/booleangate/model-generator

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

This is a simple web app that accepts a class name and a list of property names in a number of different formats, such as

- camelCasePropertyName
- snake\_case\_property\_name
- mixed\_caseProperty\_name
- white space separated property name

and creates a model object with getters and setters for each property.

This is similar to and inspired by Eclipse's builtin getter/setter generation for Java classes.

An example is available here: http://justinjohnson.org/github/model-generator/