Home Reference Source Repository
public class | source

Path

Swagger Path

Method Summary

Public Methods
public

Get a method by name

public

Return the number of methods

public

Walk through all methods

Public Methods

public getMethod(name: string): object source

Get a method by name

Params:

NameTypeAttributeDescription
name string

The name of the method element

Return:

object

public totalMethods(): number source

Return the number of methods

Return:

number

public walkMethods(fn: function) source

Walk through all methods

Params:

NameTypeAttributeDescription
fn function

function to exectute for each method element. taking three arguments: