Uses of Class
jsonvalues.MutableJsons
-
-
Uses of MutableJsons in jsonvalues
Fields in jsonvalues declared as MutableJsons Modifier and Type Field Description static MutableJsons
Jsons. mutable
Default factory of mutable jsons.Methods in jsonvalues that return MutableJsons Modifier and Type Method Description MutableJsons
MutableJsons. withMap(Class<? extends MutableMap> map)
returns a new factory of mutable Json using as underlying data structure to store elements of Json objects the given as a parameterMutableJsons
MutableJsons. withSeq(Class<? extends MutableSeq> seq)
returns a new factory of mutable Json using as underlying data structure to store elements of Json arrays the given as a parameter
-