Uses of Class
com.clumd.projects.javajson.exceptions.BuildException
Packages that use BuildException
-
Uses of BuildException in com.clumd.projects.javajson.api
Methods in com.clumd.projects.javajson.api that throw BuildExceptionModifier and TypeMethodDescriptionJsonBuilder.addBoolean(String path, boolean value) Add a boolean to this JSON object.JsonBuilder.addBuilderBlock(String path, Json value) Use an existing, compiled piece of JSON, converted to a JsonBuilder, then assigned to the value at the path.JsonBuilder.addBuilderBlock(String path, JsonBuilder value) Add another JsonBuilder (representing an object) with partially filled values to this JSON object.Add a double to this JSON object.Add a long to this JSON object.Add a string to this JSON object.JsonBuilder.build()Used to finalise the current builder into a fully compiled Java-JSON object. -
Uses of BuildException in com.clumd.projects.javajson.core
Methods in com.clumd.projects.javajson.core that throw BuildExceptionModifier and TypeMethodDescriptionBasicJsonBuilder.addBoolean(String path, boolean value) BasicJsonBuilder.addBuilderBlock(String path, Json value) BasicJsonBuilder.addBuilderBlock(String path, JsonBuilder value) BasicJsonBuilder.build()BasicJsonBuilder.convertToJSON()BasicJsonBuilder.mergeExistingObject(Json objectToMerge)