Uses of Class
org.jdrupes.json.JsonDecodeException
-
-
Uses of JsonDecodeException in org.jdrupes.json
Methods in org.jdrupes.json that throw JsonDecodeException Modifier and Type Method Description <T> T
JsonBeanDecoder. readArray(Class<T> expected)
Read a JSON array description into a new array of the expected type.JsonObject
JsonBeanDecoder. readObject()
Read a JSON object description into a newJsonObject
.<T> T
JsonBeanDecoder. readObject(Class<T> expected)
Read a JSON object description into a new object of the expected type.
-