Uses of Class
name.martingeisse.grumpyjson.builtin.helper_types.NullableField
Packages that use NullableField
-
Uses of NullableField in name.martingeisse.grumpyjson.builtin.helper_types
Methods in name.martingeisse.grumpyjson.builtin.helper_types that return NullableFieldModifier and TypeMethodDescriptionNullableFieldConverter.deserialize(com.google.gson.JsonElement json, Type type) static <T> NullableField<T>NullableField.ofNull()Creates a new instance that is null.static <T> NullableField<T>NullableField.ofValue(T value) Creates a new instance that is non-null, i.e. has a value.static <T> NullableField<T>NullableField.ofValueOrNull(T value) Creates a new instance that is non-null if the argument is non-null, and null if the argument is null.Methods in name.martingeisse.grumpyjson.builtin.helper_types with parameters of type NullableFieldModifier and TypeMethodDescriptioncom.google.gson.JsonElementNullableFieldConverter.serialize(NullableField<?> value)