Uses of Class
manifold.api.json.AbstractJsonTypeManifold
-
Packages that use AbstractJsonTypeManifold Package Description manifold.api.json manifold.api.json.codegen manifold.api.json.codegen.schema -
-
Uses of AbstractJsonTypeManifold in manifold.api.json
Subclasses of AbstractJsonTypeManifold in manifold.api.json Modifier and Type Class Description classJsonTypeManifoldMethods in manifold.api.json with parameters of type AbstractJsonTypeManifold Modifier and Type Method Description static StringJsonTransformer. makeStructureTypes(manifold.api.host.IManifoldHost host, String nameForStructure, manifold.rt.api.Bindings bindings, AbstractJsonTypeManifold tm, boolean mutable)Makes a tree of structure types reflecting the Bindings. -
Uses of AbstractJsonTypeManifold in manifold.api.json.codegen
Methods in manifold.api.json.codegen with parameters of type AbstractJsonTypeManifold Modifier and Type Method Description voidIJsonParentType. render(AbstractJsonTypeManifold tm, StringBuilder sb, int indent, boolean mutable)voidJsonListType. render(AbstractJsonTypeManifold tm, StringBuilder sb, int indent, boolean mutable)voidJsonStructureType. render(AbstractJsonTypeManifold tm, StringBuilder sb, int indent, boolean mutable)voidIJsonParentType. renderInner(AbstractJsonTypeManifold tm, StringBuilder sb, int indent, boolean mutable) -
Uses of AbstractJsonTypeManifold in manifold.api.json.codegen.schema
Methods in manifold.api.json.codegen.schema that return AbstractJsonTypeManifold Modifier and Type Method Description protected AbstractJsonTypeManifoldJsonSchemaType. getTm()Methods in manifold.api.json.codegen.schema with parameters of type AbstractJsonTypeManifold Modifier and Type Method Description protected StringJsonSchemaType. getActualFqn(AbstractJsonTypeManifold tm)voidJsonEnumType. render(AbstractJsonTypeManifold tm, StringBuilder sb, int indent, boolean mutable)voidJsonUnionType. render(AbstractJsonTypeManifold tm, StringBuilder sb, int indent, boolean mutable)voidJsonSchemaType. renderInner(AbstractJsonTypeManifold tm, StringBuilder sb, int indent, boolean mutable)voidJsonSchemaType. setTm(AbstractJsonTypeManifold tm)
-