| java.lang.Object org.apache.tapestry.internal.services.ConstructorArg
ConstructorArg | public class ConstructorArg (Code) | | Stores transformation type data about one argument to a class constructor.
|
_type | final CtClass _type(Code) | | |
ConstructorArg | ConstructorArg(CtClass type, Object value)(Code) | | Constructs new instance.
Parameters: type - type of the parameter to be created (may not be null) Parameters: value - value to be injected via the constructor (may be null) |
getType | public CtClass getType()(Code) | | |
getValue | public Object getValue()(Code) | | The value to be injected (may be null).
|
|
|