Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected basePath

basePath: string = 'http://' + window.location.hostname + ':8081/hello/json'

Protected connectionMgr

connectionMgr: IConnectionManager

defaultHeaders

defaultHeaders: Headers

Private schemaCached

schemaCached: any

Methods

getConnectionManager

getSchema

  • getSchema(className: string): Promise<Response>
  • Parameters

    • className: string

    Returns Promise<Response>

getSchemaWithConfigs

  • getSchemaWithConfigs(className: string, ignoreNull: boolean, ignoreEmpty: boolean, ignorePropRegex: string, includePropsFields: String[]): Promise<Response>
  • Parameters

    • className: string
    • ignoreNull: boolean
    • ignoreEmpty: boolean
    • ignorePropRegex: string
    • includePropsFields: String[]

    Returns Promise<Response>

setConnectionManager

Generated using TypeDoc