Methods
Static Private _extractTriple
-
Type parameters
Parameters
-
jsonObject: any
-
Otype: string
-
ignoreRedirection: boolean
-
Static Private _extractValue
- _extractValue<A>(jsonObject: any, Otype: string, ignoreRedirection: boolean, extractor: TryClosure<A>): Try<A>
-
Type parameters
Parameters
-
jsonObject: any
-
Otype: string
-
ignoreRedirection: boolean
-
Returns Try<A>
Static extractList
-
Type parameters
Parameters
-
-
Ltype: string
-
extractor: MapFn<any, Try<A>>
Returns Try<A[]>
Static extractRedirection
-
Parameters
Static extractTriple
-
Type parameters
Parameters
Static extractValue
-
Type parameters
Parameters
Returns Try<A>
Static extractValueIgnoringRedirection
-
Type parameters
Parameters
Returns Try<A>
Static fromListOfWSDialogObject
- fromListOfWSDialogObject<A>(jsonObject: StringDictionary, Ltype: string, factoryFn?: function, ignoreRedirection?: boolean): Try<Array<A>>
-
Type parameters
Parameters
-
-
Ltype: string
-
Optional factoryFn: function
-
- (otype: string, jsonObj?: any): any
-
Parameters
-
otype: string
-
Optional jsonObj: any
Returns any
-
Default value ignoreRedirection: boolean = false
Returns Try<Array<A>>
Static fromWSDialogObject
- fromWSDialogObject<A>(obj: any, Otype: string, factoryFn?: function, ignoreRedirection?: boolean): Try<A>
-
Type parameters
Parameters
-
obj: any
-
Otype: string
-
Optional factoryFn: function
-
- (otype: string, jsonObj?: any): any
-
Parameters
-
otype: string
-
Optional jsonObj: any
Returns any
-
Default value ignoreRedirection: boolean = false
Returns Try<A>
Static fromWSDialogObjectResult
- fromWSDialogObjectResult<A>(jsonObject: StringDictionary, resultOtype: string, targetOtype: string, objPropName: string, factoryFn?: function): Try<A>
-
Type parameters
Parameters
-
-
resultOtype: string
-
targetOtype: string
-
objPropName: string
-
Optional factoryFn: function
-
- (otype: string, jsonObj?: any): any
-
Parameters
-
otype: string
-
Optional jsonObj: any
Returns any
Returns Try<A>
Static fromWSDialogObjectsResult
- fromWSDialogObjectsResult<A>(jsonObject: StringDictionary, resultOtype: string, targetLtype: string, objPropName: string, factoryFn?: function): Try<Array<A>>
-
Type parameters
Parameters
-
-
resultOtype: string
-
targetLtype: string
-
objPropName: string
-
Optional factoryFn: function
-
- (otype: string, jsonObj?: any): any
-
Parameters
-
otype: string
-
Optional jsonObj: any
Returns any
Returns Try<Array<A>>