Uses of Enum Class
at.syntaxerror.json5.JSONOptions.DuplicateBehavior
-
Uses of JSONOptions.DuplicateBehavior in at.syntaxerror.json5
Methods in at.syntaxerror.json5 that return JSONOptions.DuplicateBehaviorModifier and TypeMethodDescriptionJSONOptions.getDuplicateBehaviour()Specifies the behavior when the same key is encountered multiple times within the sameJSONObjectReturns the enum constant of this class with the specified name.static JSONOptions.DuplicateBehavior[]JSONOptions.DuplicateBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in at.syntaxerror.json5 with parameters of type JSONOptions.DuplicateBehaviorModifier and TypeMethodDescriptionJSONOptions.JSONOptionsBuilder.duplicateBehaviour(JSONOptions.DuplicateBehavior duplicateBehaviour) Specifies the behavior when the same key is encountered multiple times within the sameJSONObject