Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Let anyDecorator

anyDecorator: TypeDecorator = ...

Let arrayDecorator

arrayDecorator: TypeDecorator = ...

Let booleanDecorator

booleanDecorator: TypeDecorator = ...

Let dateDecorator

dateDecorator: TypeDecorator = ...

Let fileDecorator

fileDecorator: TypeDecorator = ...

Let filesDecorator

filesDecorator: TypeDecorator = ...

Let floatDecorator

floatDecorator: TypeDecorator = ...

Let idDecorator

idDecorator: TypeDecorator = ...

Let integerDecorator

integerDecorator: TypeDecorator = ...

Let metadataDecorator

metadataDecorator: TypeDecorator = ...

Let modelDecorator

modelDecorator: TypeDecorator = ...

Let modelsDecorator

modelsDecorator: TypeDecorator = ...

Let objectDecorator

objectDecorator: TypeDecorator = ...

Let selectDecorator

selectDecorator: TypeDecorator = ...

Let stringDecorator

stringDecorator: TypeDecorator = ...

Functions

Const any

  • any(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const array

  • array(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const boolean

  • boolean(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const date

  • date(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const file

  • file(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const files

  • files(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const float

  • float(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Let fromApiDate

  • fromApiDate(value: any, dateFormat?: string): any

Const id

  • id(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const integer

  • integer(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const metadata

  • metadata(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const model

  • model(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const models

  • models(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const object

  • object(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const select

  • select(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const string

  • string(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Let toApiDate

  • toApiDate(value: any, dateFormat?: string): any

Let validateBoolean

  • validateBoolean(value: any): boolean

Let validateDate

  • validateDate(value: any): boolean

Let validateFloat

  • validateFloat(value: any): boolean

Let validateInteger

  • validateInteger(value: any): boolean

Let validateMetadata

  • validateMetadata(value: any, options: any): boolean

Let validateObject

  • validateObject(value: any, options: any): boolean

Let validateString

  • validateString(value: any, options?: any): boolean

Generated using TypeDoc