BloombergLP::baljsn::DecoderOptions

Options for controlling the JSON decoding process.

Synopsis

Declared in <baljsn_decoderoptions.h>

class DecoderOptions;

Enums

NameDescription
Unnamed enum Attribute identifier constants.
Unnamed enum Attribute count constant.
Unnamed enum Attribute index constants.

Member Functions

NameDescription
DecoderOptions [constructor]Constructors
~DecoderOptions [destructor]Destroy this object.
operator= Assignment operators
accessAttribute accessAttribute overloads
accessAttributes Invoke accessor sequentially on each non-modifiable attribute.
allowConsecutiveSeparators Return the value of the "AllowConsecutiveSeparators" attribute of this object.
allowFormFeedAsWhitespace Return the value of the "AllowFormFeedAsWhitespace" attribute of this object.
allowMissingRequiredAttributes Return the value of the "AllowMissingRequiredAttributes" attribute of this object.
allowUnescapedControlCharacters Return the value of the "AllowUnescapedControlCharacters" attribute of this object.
manipulateAttribute manipulateAttribute overloads
manipulateAttributes Invoke manipulator sequentially on each modifiable attribute.
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).
setAllowConsecutiveSeparators Set the "AllowConsecutiveSeparators" attribute of this object to the specified value.
setAllowFormFeedAsWhitespace Set the "AllowFormFeedAsWhitespace" attribute of this object to the specified value.
setAllowMissingRequiredAttributes Set "AllowMissingRequiredAttributes" attribute of this object to the specified value.
setAllowUnescapedControlCharacters Set the "AllowUnescapedControlCharacters" attribute of this object to the specified value.
setMaxDepth Set the "MaxDepth" attribute of this object to the specified value.
setSkipUnknownElements Set the "SkipUnknownElements" attribute of this object to the specified value.
setValidateInputIsUtf8 Set the "ValidateInputIsUtf8" attribute of this object to the specified value.
skipUnknownElements Return the value of the "SkipUnknownElements" attribute of this object.
validateInputIsUtf8 Return the value of the "ValidateInputIsUtf8" attribute of this object.

Static Member Functions

NameDescription
lookupAttributeInfo lookupAttributeInfo overloads

Static Data Members

NameDescription
ATTRIBUTE_INFO_ARRAY Attribute metadata for this options type.
CLASS_NAME Name of this class.
DEFAULT_INITIALIZER_ALLOW_CONSECUTIVE_SEPARATORS Default value for the allowConsecutiveSeparators attribute.
DEFAULT_INITIALIZER_ALLOW_FORM_FEED_AS_WHITESPACE Default value for the allowFormFeedAsWhitespace attribute.
DEFAULT_INITIALIZER_ALLOW_MISSING_REQUIRED_ATTRIBUTES Default value for the allowMissingRequiredAttributes attribute.
DEFAULT_INITIALIZER_ALLOW_UNESCAPED_CONTROL_CHARACTERS Default value for the allowUnescapedControlCharacters attribute.
DEFAULT_INITIALIZER_MAX_DEPTH Default value for the maxDepth attribute.
DEFAULT_INITIALIZER_SKIP_UNKNOWN_ELEMENTS Default value for the skipUnknownElements attribute.
DEFAULT_INITIALIZER_VALIDATE_INPUT_IS_UTF8 Default value for the validateInputIsUtf8 attribute.

Friends

NameDescription
BloombergLP::baljsn::hashAppendIncorporate object into 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!=Returns !(lhs == rhs)
BloombergLP::baljsn::operator==Return true if the specified lhs and rhs have the same value.