Uses of Class
org.apache.camel.util.json.DeserializationException
-
Uses of DeserializationException in org.apache.camel.util.json
Methods in org.apache.camel.util.json that throw DeserializationExceptionModifier and TypeMethodDescriptionstatic ObjectJsoner.deserialize(Reader readableDeserializable) Deserializes a readable stream according to the RFC 4627 JSON specification.static ObjectJsoner.deserialize(String deserializable) A convenience method that assumes a StringReader to deserialize a string.static JsonArrayJsoner.deserializeMany(Reader deserializable) A convenience method that assumes multiple RFC 4627 JSON values (except numbers) have been concatenated together for deserilization which will be collectively returned in a JsonArray wrapper.