Uses of Interface
name.martingeisse.grumpyjson.JsonProviders
Packages that use JsonProviders
Package
Description
-
Uses of JsonProviders in name.martingeisse.grumpyjson
Classes in name.martingeisse.grumpyjson that implement JsonProvidersModifier and TypeClassDescriptionfinal recordGroups theJsonSerializerRegistryandJsonDeserializerRegistrytogether. -
Uses of JsonProviders in name.martingeisse.grumpyjson.builtin
Constructors in name.martingeisse.grumpyjson.builtin with parameters of type JsonProvidersModifierConstructorDescriptionListConverter(JsonProviders providers) Constructor.MapConverter(JsonProviders providers) Constructor. -
Uses of JsonProviders in name.martingeisse.grumpyjson.builtin.helper_types
Constructors in name.martingeisse.grumpyjson.builtin.helper_types with parameters of type JsonProvidersModifierConstructorDescriptionNullableFieldConverter(JsonProviders providers) Constructor.OptionalFieldConverter(JsonProviders providers) Constructor. -
Uses of JsonProviders in name.martingeisse.grumpyjson.builtin.record
Methods in name.martingeisse.grumpyjson.builtin.record with parameters of type JsonProvidersModifier and TypeMethodDescriptionvoidRecordConverterFactory.setProviders(JsonProviders providers) NOT PUBLIC APIConstructors in name.martingeisse.grumpyjson.builtin.record with parameters of type JsonProvidersModifierConstructorDescriptionRecordConverter(Class<T> clazz, JsonProviders providers) Application code usually does not have to call this constructor because instances of this class will be auto-generated for unknown records, and this constructor does not add any features on top of that.RecordConverter(Class<T> clazz, JsonProviders providers, RecordConverter.Options options) This constructor adds extra options.