public class MagicBeanClassCreator extends Object
ArooaClass
.Constructor and Description |
---|
MagicBeanClassCreator(String name)
Create an instance of the creator with the given class name.
|
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String name,
Class<?> type)
Add a property.
|
ArooaClass |
create()
Create an ArooaClass.
|
public MagicBeanClassCreator(String name)
name
- The name.public void addProperty(String name, Class<?> type)
name
- The name of the property.type
- The type of the property.public ArooaClass create()