Class DefaultTypeMapper
Inheritance
System.Object
DefaultTypeMapper
Assembly: Steeltoe.Messaging.MessagingBase.dll
Syntax
public class DefaultTypeMapper : AbstractTypeMapper, ITypeMapper
Properties
|
Edit this page
View Source
DefaultType
Declaration
public Type DefaultType { get; set; }
Property Value
|
Edit this page
View Source
Precedence
Declaration
public TypePrecedence Precedence { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public void FromType(Type type, IMessageHeaders headers)
Parameters
|
Edit this page
View Source
Declaration
public Type GetInferredType(IMessageHeaders headers)
Parameters
Returns
|
Edit this page
View Source
Declaration
public Type ToType(IMessageHeaders headers)
Parameters
Returns
Implements