Uses of Interface
io.github.grumpystuff.grumpyjson.JsonProviders
Packages that use JsonProviders
Package
Description
-
Uses of JsonProviders in io.github.grumpystuff.grumpyjson
Classes in io.github.grumpystuff.grumpyjson that implement JsonProvidersModifier and TypeClassDescriptionfinal recordGroups theJsonSerializerRegistryandJsonDeserializerRegistrytogether. -
Uses of JsonProviders in io.github.grumpystuff.grumpyjson.builtin
Constructors in io.github.grumpystuff.grumpyjson.builtin with parameters of type JsonProvidersModifierConstructorDescriptionListConverter(JsonProviders providers) Constructor.MapConverter(JsonProviders providers) Constructor. -
Uses of JsonProviders in io.github.grumpystuff.grumpyjson.builtin.helper_types
Constructors in io.github.grumpystuff.grumpyjson.builtin.helper_types with parameters of type JsonProvidersModifierConstructorDescriptionNullableFieldConverter(JsonProviders providers) Constructor.OptionalFieldConverter(JsonProviders providers) Constructor. -
Uses of JsonProviders in io.github.grumpystuff.grumpyjson.builtin.record
Methods in io.github.grumpystuff.grumpyjson.builtin.record with parameters of type JsonProvidersModifier and TypeMethodDescriptionvoidRecordConverterFactory.setProviders(JsonProviders providers) NOT PUBLIC APIConstructors in io.github.grumpystuff.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.