Legivel


IYamlToNativeMapping

Namespace: Legivel.Mapper
Parent Module: Model

Base type for any yaml to native mapping, for simple and compex types.

Instance members

Instance memberDescription
x.Default
Signature: FallibleOption<obj>
Modifiers: abstract

Return a default value for the target type

CompiledName: get_Default

x.map msgList am n
Signature: msgList:ProcessMessages -> am:AllTryFindIdiomaticMappers -> n:Node -> FallibleOption<obj> * ProcessMessages
Modifiers: abstract

Map a Node to the target type-instance (boxed into type obj)

Fork me on GitHub