API:REST.Json.Interceptors.TParseDateTimeInterceptor.ObjectConverter

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

Delphi

function ObjectConverter(Data: TObject; Field: string): TObject; override;

C++

virtual System::TObject* __fastcall ObjectConverter(System::TObject* Data, System::UnicodeString Field);

プロパティ

種類 可視性 ソース ユニット
function public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors TParseDateTimeInterceptor

説明

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

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

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

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

関連項目