Uses of Class
manifold.api.json.JsonIssue
-
Packages that use JsonIssue Package Description manifold.api.json.codegen manifold.api.json.codegen.schema -
-
Uses of JsonIssue in manifold.api.json.codegen
Methods in manifold.api.json.codegen that return types with arguments of type JsonIssue Modifier and Type Method Description List<JsonIssue>IJsonParentType. getIssues()Methods in manifold.api.json.codegen with parameters of type JsonIssue Modifier and Type Method Description voidIJsonParentType. addIssue(JsonIssue issue) -
Uses of JsonIssue in manifold.api.json.codegen.schema
Methods in manifold.api.json.codegen.schema that return types with arguments of type JsonIssue Modifier and Type Method Description List<JsonIssue>JsonSchemaType. getIssues()Methods in manifold.api.json.codegen.schema with parameters of type JsonIssue Modifier and Type Method Description voidJsonSchemaType. addIssue(JsonIssue issue)
-