Package | Description |
---|---|
manifold.api.json | |
manifold.api.json.codegen | |
manifold.api.json.codegen.schema |
Modifier and Type | Class and Description |
---|---|
class |
JsonTypeManifold |
Modifier and Type | Method and Description |
---|---|
static String |
JsonTransformer.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.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonStructureType.render(AbstractJsonTypeManifold tm,
StringBuilder sb,
int indent,
boolean mutable) |
void |
JsonListType.render(AbstractJsonTypeManifold tm,
StringBuilder sb,
int indent,
boolean mutable) |
void |
IJsonParentType.render(AbstractJsonTypeManifold tm,
StringBuilder sb,
int indent,
boolean mutable) |
void |
IJsonParentType.renderInner(AbstractJsonTypeManifold tm,
StringBuilder sb,
int indent,
boolean mutable) |
Modifier and Type | Method and Description |
---|---|
protected AbstractJsonTypeManifold |
JsonSchemaType.getTm() |
Modifier and Type | Method and Description |
---|---|
protected String |
JsonSchemaType.getActualFqn(AbstractJsonTypeManifold tm) |
void |
JsonUnionType.render(AbstractJsonTypeManifold tm,
StringBuilder sb,
int indent,
boolean mutable) |
void |
JsonEnumType.render(AbstractJsonTypeManifold tm,
StringBuilder sb,
int indent,
boolean mutable) |
void |
JsonSchemaType.renderInner(AbstractJsonTypeManifold tm,
StringBuilder sb,
int indent,
boolean mutable) |
void |
JsonSchemaType.setTm(AbstractJsonTypeManifold tm) |
Copyright © 2024. All rights reserved.