Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

Private constructor

  • new PathSourceFile(source: Source, fileName: string, filePath: string, pathMethod: undefined | SwaggerPathMethod, url: undefined | string, method: undefined | "post" | "put" | "delete" | "get", isGlobal?: boolean): PathSourceFile

Properties

Readonly fileName

fileName: string

Readonly filePath

filePath: string

Readonly isGlobal

isGlobal: boolean = false

Readonly method

method: undefined | "post" | "put" | "delete" | "get"

Readonly pathMethod

pathMethod: undefined | SwaggerPathMethod

Readonly source

source: Source

Readonly url

url: undefined | string

Accessors

absolute

  • get absolute(): string

contentType

  • get contentType(): undefined | string

originAbsolutePath

  • get originAbsolutePath(): string

Methods

Protected getDescription

  • getDescription(): undefined | string

Protected getProperties

Static create

Static from