public class MapperClass extends Object implements Serializable
| Constructor and Description |
|---|
MapperClass(String qualifiedMapperClassName,
String type)
Constructs a new MapperClass.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addVariable(Variable variable)
Adds a variable, which represents a parameter of the constructor of the mapped class.
|
String |
getQualifiedMapperClassName()
Returns the qualified class name of the mapper class.
|
String |
getType()
Returns the type of the mapped class.
|
List<Variable> |
getVariables()
Returns the variables which represent the parameters of the constructor of the mapped class.
|
String |
toString() |
public void addVariable(Variable variable)
variable - the variable which should be addedpublic List<Variable> getVariables()
public String getQualifiedMapperClassName()
public String getType()
Copyright © 2015. All rights reserved.