Preparing search index...
The search index is not available
@mdcc/at-json
@mdcc/at-json
Mapping
Type alias Mapping<T, R>
Mapping
<
T
,
R
>
:
(
(
mapper
,
val
)
=>
R
)
Type Parameters
T
=
any
R
=
any
Type declaration
(
mapper
,
val
)
:
R
Type alias for a mapping function.
Parameters
mapper
:
JsonMapper
val
:
T
Returns
R
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@mdcc/at-json
JsonMapper
AfterDeserialize
Constructable
CustomSerialize
IJsonClassOptions
IMappingFunctions
IMappingOptionsExtra
DecoratorInputWithCustomFunctions
DecoratorInputWithoutCustomFunctions
IMappingOptions
MapDecoratorInput
Mapping
JsonArray
JsonArrayOfComplexProperty
JsonClass
JsonComplexProperty
JsonMap
JsonProperty
makeCustomDecorator
Generated using
TypeDoc
Type alias for a mapping function.