property ObjectMapper.prototype.schemaMap

For faster runtime performance, the object mapper schema is converted to a Map instance.

Type

Map<
keyof TOutput,
MapperSchemaValue<TInput, TOutput, TContext>
>

Usage

import { ObjectMapper } from ".";