Uses of Interface
jsonvalues.ImmutableMap
-
-
Uses of ImmutableMap in jsonvalues
Method parameters in jsonvalues with type arguments of type ImmutableMap Modifier and Type Method Description ImmutableJsons
ImmutableJsons. withMap(Class<ImmutableMap> map)
returns a new factory of immutable Jsons using as underlying data structure to store elements of Json objects the given as a parameter
-