Class BeanFactoryTypeConverter
Inheritance
System.Object
BeanFactoryTypeConverter
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public class BeanFactoryTypeConverter : ITypeConverter
Constructors
|
Edit this page
View Source
BeanFactoryTypeConverter()
Declaration
public BeanFactoryTypeConverter()
|
Edit this page
View Source
BeanFactoryTypeConverter(IConversionService)
Declaration
public BeanFactoryTypeConverter(IConversionService conversionService)
Parameters
Type |
Name |
Description |
IConversionService |
conversionService |
|
Properties
|
Edit this page
View Source
ConversionService
Declaration
public IConversionService ConversionService { get; set; }
Property Value
Type |
Description |
IConversionService |
|
Methods
|
Edit this page
View Source
CanConvert(Type, Type)
Declaration
public bool CanConvert(Type source, Type target)
Parameters
Type |
Name |
Description |
Type |
source |
|
Type |
target |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ConvertValue(Object, Type, Type)
Declaration
public object ConvertValue(object value, Type source, Type target)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Type |
source |
|
Type |
target |
|
Returns
Type |
Description |
System.Object |
|