REST.Json.Interceptors.TArrayInterceptor.ObjectsConverter

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

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 TArrayInterceptor

説明

フィールド値をオブジェクトの配列に変換する変換ルーチンです。

REST.Json.Interceptors.TArrayInterceptor.ObjectsConverter は REST.JsonReflect.TJSONInterceptor.ObjectsConverter を継承しています。以下の内容はすべて REST.JsonReflect.TJSONInterceptor.ObjectsConverter を参照しています。

フィールド値をオブジェクトの配列に変換する変換ルーチンです。

ObjectsConverter メソッドは、Data オブジェクトの Field フィールドの値から生成された TListOfObjects を返します。

関連項目