it.avutils.jmapper.mapper.generation.beans
Class Constructor
java.lang.Object
it.avutils.jmapper.mapper.generation.beans.Constructor
public class Constructor
- extends Object
This bean represents the constructor of a specific class.
- Author:
- Alessandro Vurro
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor
public Constructor()
Constructor
public Constructor(Class<?>[] parameters,
String body)
getParameters
public Class<?>[] getParameters()
setParameters
public void setParameters(Class<?>[] parameters)
getBody
public String getBody()
setBody
public void setBody(String body)
Copyright © 2013. All Rights Reserved.