Skip to content

getJsonMapperTypes

@tsed/json-mapper

Usage

typescript
import { getJsonMapperTypes } from "@tsed/json-mapper";

See /packages/specs/json-mapper/src/domain/JsonMapperTypesContainer.ts.

Overview

ts
function getJsonMapperTypes(): Map<Type<any> | Symbol | string, JsonMapperMethods>;

Description

Retrieve the registry of custom JSON mapper instances keyed by the types they support.

Released under the MIT License.