describeOutput method
SchemaType
describeOutput(
- DogEngine engine,
- SchemaConfig config
inherited
Generates a SchemaType describing the output generated by this converter.
NOTE: Do not return a shared instance of SchemaType as it will be modified by the
visitor. For such cases, use SchemaType.clone to create a new instance.
Implementation
SchemaType describeOutput(DogEngine engine, SchemaConfig config) => SchemaType.any;