Uses of Class
com.github.dakusui.json.JsonFormatException
Packages that use JsonFormatException
-
Uses of JsonFormatException in com.github.dakusui.json
Methods in com.github.dakusui.json that throw JsonFormatExceptionModifier and TypeMethodDescriptionstatic doubleJsonUtils.asDoubleWithDefault(com.google.gson.JsonElement base, double defaultValue, Object... path) static floatstatic floatJsonUtils.asFloatWithDefault(com.google.gson.JsonElement base, float defaultValue, Object... path) static intstatic intJsonUtils.asIntWithDefault(com.google.gson.JsonElement base, int defaultValue, Object... path) static longstatic longJsonUtils.asLongWithDefault(com.google.gson.JsonElement base, long defaultValue, Object... path) -
Uses of JsonFormatException in com.github.dakusui.symfonion.song
Methods in com.github.dakusui.symfonion.song that throw JsonFormatExceptionModifier and TypeMethodDescriptionstatic GrooveGroove.createGroove(com.google.gson.JsonArray grooveDef) Constructors in com.github.dakusui.symfonion.song that throw JsonFormatException