public class StatementNewObjectMapping extends Object
Constructor and Description |
---|
StatementNewObjectMapping(Class cls) |
Modifier and Type | Method and Description |
---|---|
void |
addConstructorArgMapping(int ctrPos,
Object argMapping)
Method to define the mapping for a constructor argument.
|
Object |
getConstructorArgMapping(int position)
Accessor for the mapping info for a constructor argument at the specified position.
|
int |
getNumberOfConstructorArgMappings() |
Class |
getObjectClass() |
boolean |
isEmpty() |
String |
toString() |
public StatementNewObjectMapping(Class cls)
public Class getObjectClass()
public Object getConstructorArgMapping(int position)
position
- The position in the constructorpublic void addConstructorArgMapping(int ctrPos, Object argMapping)
ctrPos
- The position in the constructorargMapping
- The mapping for the argumentpublic boolean isEmpty()
public int getNumberOfConstructorArgMappings()
Copyright © 2017. All rights reserved.