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