API:REST.Json.Interceptors.TObjectListInterceptor.ObjectsConverter
Delphi
function ObjectsConverter(Data: TObject; Field: string): TListOfObjects; override;
C++
virtual Rest::Jsonreflect::TListOfObjects __fastcall ObjectsConverter(System::TObject* Data, System::UnicodeString Field);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | REST.Json.Interceptors.pas REST.Json.Interceptors.hpp |
REST.Json.Interceptors | TObjectListInterceptor |
説明
フィールド値をオブジェクトの配列に変換する変換ルーチンです。
REST.Json.Interceptors.TObjectListInterceptor.ObjectsConverter は REST.JsonReflect.TJSONInterceptor.ObjectsConverter を継承しています。以下の内容はすべて REST.JsonReflect.TJSONInterceptor.ObjectsConverter を参照しています。
フィールド値をオブジェクトの配列に変換する変換ルーチンです。
ObjectsConverter メソッドは、Data オブジェクトの Field フィールドの値から生成された TListOfObjects を返します。