Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%JSON] >  [Mapping]
Private  Storage   

class %JSON.Mapping extends %RegisteredObject, %XML.Adaptor

%JSON.Mapping is the internal class which represents the contents of the XData block which defines a JSON Adaptor mapping.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 6


Summary

Properties
IgnoreInvalidField IgnoreNull Mapping Null
Reference propertyList

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Parameters

• parameter NAMESPACE = "http://www.intersystems.com/jsonmapping";
NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.
• parameter XMLFORMAT = "literal";
The XMLFORMAT parameter controls the generation of the XMLExport and XMLImport methods for XML enabled classes to include code for only literal or only encoded format. This allows the generated routines to be significantly smaller since usually both formats are not needed.

If XMLFORMAT="Literal", then only support for literal format import and export is generated.

If XMLFORMAT="Encoded", then only support for SOAP encoded format import and export is generated.

The default is to generate support for both literal and encoded format.

• parameter XMLIGNOREINVALIDATTRIBUTE = 0;
The XMLIGNOREINVALIDATTRIBUTE parameter allows the programmer to control handling of unexpected attributes in the XML input. By default (XMLIGNOREINVALIDATTRIBUTE = 1), will ignore unexpected attributes. If XMLIGNOREINVALIDATTRIBUTE is set = 0, then an unexpected attribute will be treated as an error.

Properties

• property IgnoreInvalidField as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
See %JSONIGNOREINVALIDFIELD class parameter in %JSON.Adaptor
• property IgnoreNull as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
See %JSONIGNORENULL class parameter in %JSON.Adaptor
• property Mapping as %String(XMLPROJECTION="attribute");
See %JSONMAPPING class parameter in %JSON.Adaptor
• property Null as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
See %JSONNULL class parameter in %JSON.Adaptor
• property Reference as %String(XMLPROJECTION="attribute") [ InitialExpression = "OBJECT" ];
See %JSONREFERENCE class parameter in %JSON.Adaptor
• property propertyList as list of %JSON.MappingProperty(XMLNAME="Property",XMLPROJECTION="element");
The list of property definitions


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.