REST.JsonReflect.TJSONUnMarshal.FieldReverter
Delphi
function FieldReverter(Field: TRttiField): TJSONInterceptor; overload;
function FieldReverter(Data: TObject; Field: string): TJSONInterceptor; overload;
C++
TJSONInterceptor* __fastcall FieldReverter(System::Rtti::TRttiField* Field)/* overload */;
TJSONInterceptor* __fastcall FieldReverter(System::TObject* Data, System::UnicodeString Field)/* overload */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | protected | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TJSONUnMarshal |
Description
Renvoie l'intercepteur responsable de rétablir le paramètre Field
s'il y a un intercepteur.
La méthode renvoie l'instance de TReventerEvent définie par un attribut JsonReflect. Elle renvoie nil en l'absence de l'attribut JsonReflect
.
Field
est l'instance de TRTTIField associée au champ à restaurer.