generators/t_dummy_schema library

Classes

TDummySchema
The output of the probing phase: a recursive description of an entity's field names, their resolved types or nested sub-schemas, and any fields that could not be resolved.
TDummySchemaBranch
A nested DTO field whose probing recursed into another fromJson invocation and produced its own sub-schema.
TDummySchemaField
A single field entry in a TDummySchema, representing either a flat resolved type or a nested DTO sub-schema.
TDummySchemaLeaf
A flat field whose resolved runtime type was determined by a successful cast during probing.