REST.Json.Interceptors.TArrayInterceptor.ObjectsReverter

提供: RAD Studio API Documentation
移動先: 案内検索

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 のフィールド FieldArg で指定された中間オブジェクトの配列に基づいた値を設定します。

関連項目