Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomMapper<T>

Interface that represents a serializer/deserializer used by ObjectMapper.

Type parameters

  • T

Hierarchy

  • CustomMapper

Index

Properties

Properties

mapper

mapper: T

The serializer/deserializer.

Optional order

order: number

The order in which the serializer/deserializer should be executed. 0 has the highest precedence.

Optional type

type: () => any

A JavaScript type, that could be:

  • a class;
  • a string such as "string" or "number" as if you were using the "typeof" operator.

Type declaration

    • (): any
    • Returns any

Generated using TypeDoc