Class JsonToObjectTransformer
Inheritance
System.Object
JsonToObjectTransformer
Assembly: Steeltoe.Integration.IntegrationBase.dll
public class JsonToObjectTransformer : AbstractTransformer, ITransformer
Constructors
|
Edit this page
View Source
JsonToObjectTransformer(IApplicationContext, Type)
Declaration
public JsonToObjectTransformer(IApplicationContext context, Type targetType = null)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
Type |
targetType |
|
Properties
|
Edit this page
View Source
Declaration
public Encoding DefaultCharset { get; set; }
Property Value
Type |
Description |
Encoding |
|
|
Edit this page
View Source
Declaration
public JsonSerializerSettings Settings { get; set; }
Property Value
Type |
Description |
JsonSerializerSettings |
|
|
Edit this page
View Source
Declaration
public Type TargetType { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
protected override object DoTransform(IMessage message)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Implements