1 | import { Entity } from '../entity';
|
2 | import { Constructable } from '../../odata-common';
|
3 |
|
4 |
|
5 |
|
6 | export declare function transformReturnValueForUndefined<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT;
|
7 | export { transformReturnValueForUndefined as transformReturnValueForUndefinedV4 };
|
8 |
|
9 |
|
10 |
|
11 | export declare function transformReturnValueForEntity<ReturnT extends Entity>(data: any, entityConstructor: Constructable<ReturnT>): ReturnT;
|
12 | export { transformReturnValueForEntity as transformReturnValueForEntityV4 };
|
13 |
|
14 |
|
15 |
|
16 | export declare function transformReturnValueForEntityList<ReturnT extends Entity>(data: any, entityConstructor: Constructable<ReturnT>): ReturnT[];
|
17 | export { transformReturnValueForEntityList as transformReturnValueForEntityListV4 };
|
18 |
|
19 |
|
20 |
|
21 | export declare function transformReturnValueForComplexType<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT;
|
22 | export { transformReturnValueForComplexType as transformReturnValueForComplexTypeV4 };
|
23 |
|
24 |
|
25 |
|
26 | export declare function transformReturnValueForComplexTypeList<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT[];
|
27 | export { transformReturnValueForComplexTypeList as transformReturnValueForComplexTypeListV4 };
|
28 |
|
29 |
|
30 |
|
31 | export declare function transformReturnValueForEdmType<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT;
|
32 | export { transformReturnValueForEdmType as transformReturnValueForEdmTypeV4 };
|
33 |
|
34 |
|
35 |
|
36 | export declare function transformReturnValueForEdmTypeList<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT[];
|
37 | export { transformReturnValueForEdmTypeList as transformReturnValueForEdmTypeListV4 };
|
38 |
|
\ | No newline at end of file |