Uses of Class
io.github.grumpystuff.grumpyjson.registry.NotRegisteredException
Packages that use NotRegisteredException
Package
Description
-
Uses of NotRegisteredException in io.github.grumpystuff.grumpyjson
Methods in io.github.grumpystuff.grumpyjson that throw NotRegisteredExceptionModifier and TypeMethodDescriptionJsonRegistries.getDeserializer(Type type) <T> JsonSerializer<T>JsonRegistries.getSerializer(Class<T> clazz) -
Uses of NotRegisteredException in io.github.grumpystuff.grumpyjson.deserialize
Methods in io.github.grumpystuff.grumpyjson.deserialize that throw NotRegisteredExceptionModifier and TypeMethodDescriptionJsonDeserializerProvider.getDeserializer(Type type) Returns a registered deserializer for the specified type, auto-generating it if necessary and possible.JsonDeserializerRegistry.getDeserializer(Type type) -
Uses of NotRegisteredException in io.github.grumpystuff.grumpyjson.registry
Methods in io.github.grumpystuff.grumpyjson.registry that throw NotRegisteredException -
Uses of NotRegisteredException in io.github.grumpystuff.grumpyjson.serialize
Methods in io.github.grumpystuff.grumpyjson.serialize that throw NotRegisteredExceptionModifier and TypeMethodDescription<T> JsonSerializer<T>JsonSerializerProvider.getSerializer(Class<T> clazz) Returns a registered serializer for the specified class, auto-generating it if necessary and possible.<T> JsonSerializer<T>JsonSerializerRegistry.getSerializer(Class<T> clazz)