Property | Type | Description |
---|
Method | Description | |
---|---|---|
ArgumentConvertingMethodInvoker ( ) : System |
Creates a new instance of the Spring.Objects.Support.ArgumentConvertingMethodInvoker class.
|
|
Prepare ( ) : void |
Prepare the specified method. The method can be invoked any number of times afterwards. |
|
RegisterCustomConverter ( |
Register the given custom System.ComponentModel.TypeConverter for all properties of the given System.Type.
|
public ArgumentConvertingMethodInvoker ( ) : System | ||
return | System |
public RegisterCustomConverter ( |
||
requiredType |
/// The |
|
typeConverter |
/// The |
|
return | void |