Options for converting bdljsn::Json objects to bdlat‐compliant objects.

Synopsis

Declared in <baljsn_convertfromjsonoptions.h>

class ConvertFromJsonOptions;

Member Functions

Name

Description

ConvertFromJsonOptions [constructor]

Create an object of type ConvertFromJsonOptions having the default value.

maxDepth

Return the value of the maxDepth attribute of this object.

print

Format this object to the specified output stream.

reset

Reset this object to the default value (i.e., its value upon default construction).

setMaxDepth

Set the maxDepth attribute of this object to the specified value. The behavior is undefined unless 0 <= value.

setSkipUnknownElements

Set the skipUnknownElements attribute of this object to the specified value.

skipUnknownElements

Return the value of the skipUnknownElements attribute of this object.

Friends

Name

Description

BloombergLP::baljsn::hashAppend

Pass the specified object to the specified hashAlg.

BloombergLP::baljsn::operator<<

Format the specified rhs to the specified output stream and return a reference to the modifiable stream.

BloombergLP::baljsn::operator!=

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

BloombergLP::baljsn::operator==

Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise.

Created with MrDocs