Uses of Class
com.github.dakusui.json.JsonTypeMismatchException
Packages that use JsonTypeMismatchException
-
Uses of JsonTypeMismatchException in com.github.dakusui.json
Methods in com.github.dakusui.json that throw JsonTypeMismatchExceptionModifier 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 com.google.gson.JsonArrayJsonUtils.asJsonArrayWithDefault(com.google.gson.JsonElement base, com.google.gson.JsonArray defaultValue, Object... path) static com.google.gson.JsonArrayJsonUtils.asJsonArrayWithPromotion(com.google.gson.JsonElement base, Object... path) static com.google.gson.JsonObjectJsonUtils.asJsonObject(com.google.gson.JsonObject base, Object... path) static com.google.gson.JsonObjectJsonUtils.asJsonObjectWithDefault(com.google.gson.JsonObject base, com.google.gson.JsonObject defaultValue, Object... path) static com.google.gson.JsonObjectJsonUtils.asJsonObjectWithPromotion(com.google.gson.JsonElement base, String[] prioritizedKeys, Object... path) static longstatic longJsonUtils.asLongWithDefault(com.google.gson.JsonElement base, long defaultValue, Object... path) static Stringstatic StringJsonUtils.asStringWithDefault(com.google.gson.JsonElement base, String defaultValue, Object... path) -
Uses of JsonTypeMismatchException in com.github.dakusui.symfonion.song
Methods in com.github.dakusui.symfonion.song that throw JsonTypeMismatchExceptionModifier and TypeMethodDescriptionstatic GrooveGroove.createGroove(com.google.gson.JsonArray grooveDef) Constructors in com.github.dakusui.symfonion.song that throw JsonTypeMismatchException