Package name.martingeisse.grumpyjson.builtin
package name.martingeisse.grumpyjson.builtin
-
ClassesClassDescriptionA converter for the primitive type boolean and its boxed type,
Boolean.EnumConverter<T extends Enum<T>>A converter for enum types.A converter for the primitive type int and its boxed type,Integer.A converter forJsonElement.This converter handles type List<...> for deserialization, and the List interface and its implementing classes for serialization.A converter forLocalDate.A converter forLocalDateTime.A converter forLocalTime.A converter for the primitive type long and its boxed type,Long.This converter handles type Map<...> for deserialization, and the Map interface and its implementing classes for serialization.A converter for typeString.