Render

Undocumented in source.

Members

Functions

renderEnum
void renderEnum(string name, string[] members, string source, string description)
Undocumented in source. Be warned that the author may not have intended to support it.
renderIdType
void renderIdType(string name, string source, string description)
Undocumented in source. Be warned that the author may not have intended to support it.
renderMember
string renderMember(string name, Type type, bool optional, bool allowNull, string extraTypes, string modifier)
Undocumented in source. Be warned that the author may not have intended to support it.
renderObject
string renderObject(string key, Type value, SchemaConfig config, string description)
Undocumented in source. Be warned that the author may not have intended to support it.
renderRoutes
string renderRoutes(string name, string source, string description, Route[] routes, Parameter[string] parameterComponents)
Undocumented in source. Be warned that the author may not have intended to support it.
renderStruct
string renderStruct(string name, ObjectType objectType, SchemaConfig config, string description, string extra)
Undocumented in source. Be warned that the author may not have intended to support it.
resolveReference
Tuple!(string, "typeName", Nullable!string, "import_") resolveReference(Reference reference)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

imports
string[] imports;
Undocumented in source.
modulePrefix
string modulePrefix;
Undocumented in source.
redirected
string[string] redirected;
Undocumented in source.
schemas
Type[][string] schemas;
Undocumented in source.
types
string[] types;
Undocumented in source.
typesBeingGenerated
bool[string] typesBeingGenerated;
Undocumented in source.

Meta