Uses of Class
omix.lang.JsonArray
-
Uses of JsonArray in omix.lang
Methods in omix.lang that return JsonArray Modifier and Type Method Description static JsonArray
JsonArray. fromArray(Object @IsVarType [] values)
static JsonArray
JsonArray. fromCollection(Collection<@IsVarType Object> values)
static JsonArray
JsonArray. fromList(List<@IsVarType Object> values)
static JsonArray
JsonArray. fromQueue(Queue<@IsVarType Object> values)
static JsonArray
JsonArray. fromSet(Set<@IsVarType Object> values)
Methods in omix.lang with parameters of type JsonArray Modifier and Type Method Description @IsVarType Object
FunctionPointer. apply(@IsVarType Object newThis, JsonArray params)