Skip to main content

%JSON.MappingProperty

class %JSON.MappingProperty extends %Library.RegisteredObject, %XML.Adaptor

%JSON.MappingProperty is the internal class which represents the Property elements in the XData block which defines a JSON Adaptor mapping.

Property Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/jsonmapping;
Inherited description: 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;
Inherited description: 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;
Inherited description: 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 FieldName as %String (XMLPROJECTION = "attribute");
See %JSONFIELDNAME property parameter in %JSON.Adaptor
Property methods: FieldNameDisplayToLogical(), FieldNameGet(), FieldNameIsValid(), FieldNameLogicalToDisplay(), FieldNameLogicalToOdbc(), FieldNameNormalize(), FieldNameSet()
property IgnoreNull as %Boolean (XMLPROJECTION = "attribute");
See %JSONIGNORENULL property parameter in %JSON.Adaptor
Property methods: IgnoreNullDisplayToLogical(), IgnoreNullGet(), IgnoreNullIsValid(), IgnoreNullLogicalToDisplay(), IgnoreNullLogicalToXSD(), IgnoreNullNormalize(), IgnoreNullSet(), IgnoreNullXSDToLogical()
property Include as %String (XMLPROJECTION = "attribute");
See %JSONINCLUDE property parameter in %JSON.Adaptor
Property methods: IncludeDisplayToLogical(), IncludeGet(), IncludeIsValid(), IncludeLogicalToDisplay(), IncludeLogicalToOdbc(), IncludeNormalize(), IncludeSet()
property Mapping as %String (XMLPROJECTION = "attribute");
See %JSONMAPPING property parameter in %JSON.Adaptor
Property methods: MappingDisplayToLogical(), MappingGet(), MappingIsValid(), MappingLogicalToDisplay(), MappingLogicalToOdbc(), MappingNormalize(), MappingSet()
property Name as %String (XMLPROJECTION = "attribute") [ Required ];
Property name.
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Null as %Boolean (XMLPROJECTION = "attribute");
See %JSONNULL property parameter in %JSON.Adaptor
Property methods: NullDisplayToLogical(), NullGet(), NullIsValid(), NullLogicalToDisplay(), NullLogicalToXSD(), NullNormalize(), NullSet(), NullXSDToLogical()
property Reference as %String (XMLPROJECTION = "attribute");
See %JSONREFERENCE property parameter in %JSON.Adaptor
Property methods: ReferenceDisplayToLogical(), ReferenceGet(), ReferenceIsValid(), ReferenceLogicalToDisplay(), ReferenceLogicalToOdbc(), ReferenceNormalize(), ReferenceSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab