---
meta:
 - name: keywords
   description: api typescript node.js documentation classMapper function
---
# classMapper - @tsed/schema

## Usage

```typescript
import { classMapper } from "@tsed/schema";
```

> See [/packages/specs/schema/src/components/default/classMapper.ts](https://github.com/tsedio/tsed/blob/v8.27.0/packages/specs/schema/src/components/default/classMapper.ts#L0-L0).

## Overview

```ts
function classMapper(value: JsonSchema, options: JsonSchemaOptions): import("json-schema").JSONSchema7;
```
