- 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.