Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServiceClass

Metadata for REST service classes

Hierarchy

  • ServiceClass

Index

Constructors

constructor

Properties

accepts

accepts: Array<string>

languages

languages: Array<string>

methods

methods: Map<string, ServiceMethod>

path

path: string

properties

properties: Map<string, SeviceProperty>

targetClass

targetClass: any

Methods

addProperty

  • addProperty(key: string, paramType: ParamType, paramName: string, propertyType: any): void
  • Parameters

    • key: string
    • paramType: ParamType
    • paramName: string
    • propertyType: any

    Returns void

hasProperties

  • hasProperties(): boolean

Generated using TypeDoc