Options
All
  • Public
  • Public/Protected
  • All
Menu

Base class for all JSON readers.

Hierarchy

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private _validator

_validator: Ajv.ValidateFunction | undefined

The cached validator.

Private schema

schema: __type

The JSON schema with which to validate the metadata.

Accessors

Protected validator

  • get validator(): Ajv.ValidateFunction

Methods

Protected Abstract convert

read

Private validate

  • validate(object: Object): void

Generated using TypeDoc