- isAllowReservedWordsInIdentifiers() - Method in class org.kopitubruk.util.json.JSONConfig
-
Get the allowReservedWordsInIdentifiers policy.
- isAllowReservedWordsInIdentifiers() - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Get the default for allowing reserved words in identifiers.
- isAllowReservedWordsInIdentifiers() - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Get the default for allowing reserved words in identifiers.
- isDetectDataStructureLoops() - Method in class org.kopitubruk.util.json.JSONConfig
-
Return true if data structure loops will be detected.
- isDetectDataStructureLoops() - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Get the default detect data structure loops policy.
- isDetectDataStructureLoops() - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Get the default detect data structure loops policy.
- isEncodeNumericStringsAsNumbers() - Method in class org.kopitubruk.util.json.JSONConfig
-
If true, then strings will be checked for number patterns and if they
look like numbers, then they won't be quoted.
- isEncodeNumericStringsAsNumbers() - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Get the default encode numeric strings as numbers policy.
- isEncodeNumericStringsAsNumbers() - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Get the default encode numeric strings as numbers policy.
- isEscapeBadIdentifierCodePoints() - Method in class org.kopitubruk.util.json.JSONConfig
-
Find out if bad identifier code points will be escaped.
- isEscapeBadIdentifierCodePoints() - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Get the default escape bad identifier code points policy.
- isEscapeBadIdentifierCodePoints() - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Get the default escape bad identifier code points policy.
- isEscapeNonAscii() - Method in class org.kopitubruk.util.json.JSONConfig
-
Check if non-ascii characters are to be encoded as Unicode escapes.
- isEscapeNonAscii() - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Get the default quote non-ASCII policy.
- isEscapeNonAscii() - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Get the default quote non-ASCII policy.
- isEscapeSurrogates() - Method in class org.kopitubruk.util.json.JSONConfig
-
Return the escape surrogates policy.
- isEscapeSurrogates() - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
The default escape surrogates policy.
- isEscapeSurrogates() - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
- isQuoteIdentifier() - Method in class org.kopitubruk.util.json.JSONConfig
-
Find out what the identifier quote policy is.
- isQuoteIdentifier() - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Get the default quote identifier policy.
- isQuoteIdentifier() - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Get the default quote identifier policy.
- isReservedWord(String) - Static method in class org.kopitubruk.util.json.JSONUtil
-
Check if the given string is a reserved word.
- isUnEscapeWherePossible() - Method in class org.kopitubruk.util.json.JSONConfig
-
The unEscape policy.
- isUnEscapeWherePossible() - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
The default unEscape policy.
- isUnEscapeWherePossible() - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
The default unEscape policy.
- isUseECMA6() - Method in class org.kopitubruk.util.json.JSONConfig
-
Find out if ECMAScript 6 code point escapes are enabled.
- isUseECMA6() - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Get the default escape ECMAScript 6 code points policy.
- isUseECMA6() - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Get the default escape ECMAScript 6 policy.
- isValidatePropertyNames() - Method in class org.kopitubruk.util.json.JSONConfig
-
Check if property names will be validated.
- isValidatePropertyNames() - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Get the default validate property names policy.
- isValidatePropertyNames() - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Get the default validate property names policy.
- setAllowReservedWordsInIdentifiers(boolean) - Method in class org.kopitubruk.util.json.JSONConfig
-
If true then reserved words will be allowed in identifiers even when
identifier validation is enabled.
- setAllowReservedWordsInIdentifiers(boolean) - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Set default flag for allowing reserved words in identifiers.
- setAllowReservedWordsInIdentifiers(boolean) - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Set default flag for allowing reserved words in identifiers.
- setCodeDefaults() - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Reset all defaults to their original unmodified values.
- setCodeDefaults() - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Reset all defaults to their original unmodified values.
- setDetectDataStructureLoops(boolean) - Method in class org.kopitubruk.util.json.JSONConfig
-
Enable or disable data structure loop detection.
- setDetectDataStructureLoops(boolean) - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Set the default flag for forcing quotes on identifiers.
- setDetectDataStructureLoops(boolean) - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Set the default flag for forcing quotes on identifiers.
- setEncodeNumericStringsAsNumbers(boolean) - Method in class org.kopitubruk.util.json.JSONConfig
-
If true, then strings will be checked for number patterns and if they
look like numbers, then they won't be quoted.
- setEncodeNumericStringsAsNumbers(boolean) - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Set the default flag for encoding of numeric strings as numbers.
- setEncodeNumericStringsAsNumbers(boolean) - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Set the default flag for encoding of numeric strings as numbers.
- setEscapeBadIdentifierCodePoints(boolean) - Method in class org.kopitubruk.util.json.JSONConfig
-
If true, then any bad code points in identifiers will be escaped.
- setEscapeBadIdentifierCodePoints(boolean) - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
If true, then any bad code points in identifiers will be escaped.
- setEscapeBadIdentifierCodePoints(boolean) - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
If true, then any bad code points in identifiers will be quoted.
- setEscapeNonAscii(boolean) - Method in class org.kopitubruk.util.json.JSONConfig
-
If you want non-ascii characters encoded as Unicode escapes, you can do
that by setting this to true.
- setEscapeNonAscii(boolean) - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Set the default flag for forcing escaping of non-ASCII characters.
- setEscapeNonAscii(boolean) - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Set the default flag for forcing escaping of non-ASCII characters.
- setEscapeSurrogates(boolean) - Method in class org.kopitubruk.util.json.JSONConfig
-
If true then all surrogates will be escaped.
- setEscapeSurrogates(boolean) - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
If true, then surrogates will be escaped.
- setEscapeSurrogates(boolean) - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
- setLocale(Locale) - Method in class org.kopitubruk.util.json.JSONConfig
-
Set the locale.
- setLocale(Locale) - Static method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Set a default locale for new JSONConfig objects to use.
- setLocale(Locale) - Method in exception org.kopitubruk.util.json.JSONException
-
- setQuoteIdentifier(boolean) - Method in class org.kopitubruk.util.json.JSONConfig
-
Control whether identifiers are quoted or not.
- setQuoteIdentifier(boolean) - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Set the default flag for forcing quotes on identifiers.
- setQuoteIdentifier(boolean) - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Set the default flag for forcing quotes on identifiers.
- setUnEscapeWherePossible(boolean) - Method in class org.kopitubruk.util.json.JSONConfig
-
If true then where possible, undo inline escapes in strings.
- setUnEscapeWherePossible(boolean) - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Set default flag for undoing inline escapes in strings.
- setUnEscapeWherePossible(boolean) - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Set default flag for undoing inline escapes in strings.
- setUseECMA6(boolean) - Method in class org.kopitubruk.util.json.JSONConfig
-
If you set this to true, then when the JSONUtil generates Unicode
escapes, it will use ECMAScript 6 code point escapes if they are shorter
than code unit escapes.
- setUseECMA6(boolean) - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Set the default flag for using ECMAScript 6 code points to encode
Unicode escapes.
- setUseECMA6(boolean) - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Set the default flag for using ECMAScript 6 code points to encode
Unicode escapes and allowing letter numbers in identifiers.
- setValidatePropertyNames(boolean) - Method in class org.kopitubruk.util.json.JSONConfig
-
If true, then property names will be validated.
- setValidatePropertyNames(boolean) - Method in class org.kopitubruk.util.json.JSONConfigDefaults
-
Set the default flag for validation of property names.
- setValidatePropertyNames(boolean) - Method in interface org.kopitubruk.util.json.JSONConfigDefaultsMBean
-
Set the default flag for validation of property names.