Interface ITypeMapper
Assembly: Steeltoe.Messaging.Abstractions.dll
Syntax
public interface ITypeMapper
Properties
|
Edit this page
View Source
DefaultType
Declaration
Type DefaultType { get; set; }
Property Value
|
Edit this page
View Source
Precedence
Declaration
TypePrecedence Precedence { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
void FromType(Type type, IMessageHeaders headers)
Parameters
|
Edit this page
View Source
Declaration
Type GetInferredType(IMessageHeaders headers)
Parameters
Returns
|
Edit this page
View Source
Declaration
Type ToType(IMessageHeaders headers)
Parameters
Returns