Uses of Class
name.martingeisse.grumpyjson.deserialize.JsonDeserializationException
Packages that use JsonDeserializationException
Package
Description
-
Uses of JsonDeserializationException in name.martingeisse.grumpyjson
Methods in name.martingeisse.grumpyjson that throw JsonDeserializationExceptionModifier and TypeMethodDescription<T> TJsonEngine.deserialize(com.google.gson.JsonElement source, com.google.gson.reflect.TypeToken<T> typeToken) deserializes JSON from aJsonElement.<T> TJsonEngine.deserialize(com.google.gson.JsonElement source, Class<T> clazz) deserializes JSON from aJsonElement.JsonEngine.deserialize(com.google.gson.JsonElement source, Type type) deserializes JSON from aJsonElement.<T> TJsonEngine.deserialize(InputStream source, com.google.gson.reflect.TypeToken<T> typeToken) deserializes JSON from anInputStream.<T> TJsonEngine.deserialize(InputStream source, Class<T> clazz) deserializes JSON from anInputStream.JsonEngine.deserialize(InputStream source, Type type) deserializes JSON from anInputStream.<T> TJsonEngine.deserialize(Reader source, com.google.gson.reflect.TypeToken<T> typeToken) deserializes JSON from anReader.<T> TJsonEngine.deserialize(Reader source, Class<T> clazz) deserializes JSON from anReader.JsonEngine.deserialize(Reader source, Type type) deserializes JSON from anReader.<T> TJsonEngine.deserialize(String source, com.google.gson.reflect.TypeToken<T> typeToken) deserializes JSON from aString.<T> TJsonEngine.deserialize(String source, Class<T> clazz) deserializes JSON from aString.JsonEngine.deserialize(String source, Type type) deserializes JSON from aString. -
Uses of JsonDeserializationException in name.martingeisse.grumpyjson.builtin
Methods in name.martingeisse.grumpyjson.builtin that throw JsonDeserializationExceptionModifier and TypeMethodDescriptionBooleanConverter.deserialize(com.google.gson.JsonElement json, Type type) EnumConverter.deserialize(com.google.gson.JsonElement json, Type type) IntegerConverter.deserialize(com.google.gson.JsonElement json, Type type) com.google.gson.JsonElementJsonElementConverter.deserialize(com.google.gson.JsonElement json, Type type) List<?>ListConverter.deserialize(com.google.gson.JsonElement json, Type type) LocalDateConverter.deserialize(com.google.gson.JsonElement json, Type type) LocalDateTimeConverter.deserialize(com.google.gson.JsonElement json, Type type) LocalTimeConverter.deserialize(com.google.gson.JsonElement json, Type type) LongConverter.deserialize(com.google.gson.JsonElement json, Type type) Map<?,?> MapConverter.deserialize(com.google.gson.JsonElement json, Type type) StringConverter.deserialize(com.google.gson.JsonElement json, Type type) -
Uses of JsonDeserializationException in name.martingeisse.grumpyjson.builtin.helper_types
Methods in name.martingeisse.grumpyjson.builtin.helper_types that throw JsonDeserializationExceptionModifier and TypeMethodDescriptionFieldMustBeNullConverter.deserialize(com.google.gson.JsonElement json, Type type) IgnoredFieldConverter.deserialize(com.google.gson.JsonElement json, Type type) NullableFieldConverter.deserialize(com.google.gson.JsonElement json, Type type) OptionalFieldConverter.deserialize(com.google.gson.JsonElement json, Type type) -
Uses of JsonDeserializationException in name.martingeisse.grumpyjson.builtin.record
Methods in name.martingeisse.grumpyjson.builtin.record that throw JsonDeserializationExceptionModifier and TypeMethodDescriptionRecordConverter.deserialize(com.google.gson.JsonElement json, Type recordType) -
Uses of JsonDeserializationException in name.martingeisse.grumpyjson.deserialize
Methods in name.martingeisse.grumpyjson.deserialize that throw JsonDeserializationExceptionModifier and TypeMethodDescriptionJsonDeserializer.deserialize(com.google.gson.JsonElement json, Type type) Converts a value from JSON.default ObjectJsonDeserializerProvider.deserialize(com.google.gson.JsonElement source, Type type) Convenience method to find a deserializer for the specifiedType, then use it to deserialize theJsonElement.default ObjectJsonDeserializer.deserializeAbsent(Type type) Converts a value from an absent JSON fragment.default ObjectJsonDeserializerProvider.deserializeAbsent(Type type) Convenience method to find a deserializer for the specifiedType, then use it to generate a default value.