Uses of Class
at.syntaxerror.json5.JSONOptions.DuplicateBehavior
-
-
Uses of JSONOptions.DuplicateBehavior in at.syntaxerror.json5
Methods in at.syntaxerror.json5 that return JSONOptions.DuplicateBehavior Modifier and Type Method Description JSONOptions.DuplicateBehaviorJSONOptions. getDuplicateBehaviour()Specifies the behavior when the same key is encountered multiple times within the sameJSONObjectstatic JSONOptions.DuplicateBehaviorJSONOptions.DuplicateBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static JSONOptions.DuplicateBehavior[]JSONOptions.DuplicateBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in at.syntaxerror.json5 with parameters of type JSONOptions.DuplicateBehavior Modifier and Type Method Description JSONOptions.JSONOptionsBuilderJSONOptions.JSONOptionsBuilder. duplicateBehaviour(JSONOptions.DuplicateBehavior duplicateBehaviour)Specifies the behavior when the same key is encountered multiple times within the sameJSONObject
-