Package-level declarations
Types
Link copied to clipboard
Renders a GenerationReport as a human-readable multi-line summary.
Link copied to clipboard
interface ErrorReporter
Formats a GenerationReport into a string representation for logging or UI output.
Link copied to clipboard
class JsonErrorReporter(objectMapper: ObjectMapper = ObjectMapper().registerModule(KotlinModule.Builder().build())) : ErrorReporter
Serializes a GenerationReport to pretty-printed JSON using Jackson.