Uses of Interface
io.avaje.jsonb.JsonType
Packages that use JsonType
-
Uses of JsonType in io.avaje.jsonb
Methods in io.avaje.jsonb that return JsonTypeModifier and TypeMethodDescriptionJsonType.list()
Return the list type for this JsonType.JsonType.map()
Return the map with this type as the value type and string keys.JsonType.optional()
Return the Optional type for this JsonType.JsonType.set()
Return the set type for this JsonType.JsonType.stream()
Prefer use ofstream(JsonReader)
rather than using this stream type directly.<T> JsonType
<T> Return the JsonType used to read and write json for the given class.<T> JsonType
<T> Return the JsonType used to read and write json for the given type.<T> JsonType
<T> Return the JsonType for the given value using the class of the value being passed in.