public class InstantiationConfig
extends java.lang.Object
Constructor and Description |
---|
InstantiationConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addArg(java.lang.Object value)
Adds an argument.
|
void |
addText(java.lang.String value)
Adds the text value to the signature.
|
java.lang.Object |
create()
Instantiates the object.
|
java.lang.Class |
getType()
Returns the type.
|
void |
init()
Initialize the signature.
|
public java.lang.Class getType()
public void addText(java.lang.String value)
public void addArg(java.lang.Object value)
@PostConstruct public void init() throws java.lang.Exception
java.lang.Exception
public java.lang.Object create() throws java.lang.Exception
java.lang.Exception