NBParsers JSON MembersIBM Integration Bus

Represents the built in message parsers that are available for use in broker.

The NBParsers JSON type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberArray
This is the specific type for a JSON array element.
Public fieldStatic memberArrayItemName
This is the name of an array item element that is a child of an array element.
Public fieldStatic memberArrayTypeName
This is the specific type name for a JSON array element.
Public fieldStatic memberDataElementName
This is the name of the data element that must be a child of the root element.
Public fieldStatic memberObject
This is the specific type for a JSON object element.
Public fieldStatic memberObjectTypeName
This is the specific type name for a JSON object element.
Public fieldStatic memberPaddingElementName
This is the name of the optional padding element that can be a child of the root. element.
Public fieldStatic memberParserName
The name of the parser.
Back to Top
See Also